Changeset 221137 in webkit


Ignore:
Timestamp:
Aug 24, 2017 8:45:20 AM (7 years ago)
Author:
Ryan Haddad
Message:

Skip flaky JSC test stress/test-finally.js.
https://bugs.webkit.org/show_bug.cgi?id=160283

Unreviewed test gardening.

  • stress/test-finally.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r221119 r221137  
     12017-08-24  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Skip flaky JSC test stress/test-finally.js.
     4        https://bugs.webkit.org/show_bug.cgi?id=160283
     5
     6        Unreviewed test gardening.
     7
     8        * stress/test-finally.js:
     9
    1102017-08-23  Saam Barati  <sbarati@apple.com>
    211
  • trunk/JSTests/stress/test-finally.js

    r217900 r221137  
    22// thru finally blocks. The test passes if it does not throw any exceptions or crash on
    33// bytecode validation.
     4//@ skip
    45
    56if (this.window)
Note: See TracChangeset for help on using the changeset viewer.