Changeset 223832 in webkit


Ignore:
Timestamp:
Oct 22, 2017 10:27:28 PM (7 years ago)
Author:
zandobersek@gmail.com
Message:

stress/check-string-ident.js is improperly skipped
https://bugs.webkit.org/show_bug.cgi?id=178642

Reviewed by Saam Barati.

  • stress/check-string-ident.js: Drop the defaultNoEagerRun directive

since it enforces the run-jsc-stress-tests script to still set up the
test to run, despite the skip directive that's used before.

Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r223787 r223832  
     12017-10-22  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        stress/check-string-ident.js is improperly skipped
     4        https://bugs.webkit.org/show_bug.cgi?id=178642
     5
     6        Reviewed by Saam Barati.
     7
     8        * stress/check-string-ident.js: Drop the defaultNoEagerRun directive
     9        since it enforces the run-jsc-stress-tests script to still set up the
     10        test to run, despite the skip directive that's used before.
     11
    1122017-10-20  Mark Lam  <mark.lam@apple.com>
    213
  • trunk/JSTests/stress/check-string-ident.js

    r218205 r223832  
     1// Skipped due to flakiness, used defaultNoEagerRun before.
    12//@ skip
    2 //@ defaultNoEagerRun
    33
    44const o = { baz: 20 };
Note: See TracChangeset for help on using the changeset viewer.