Changeset 217621 in webkit


Ignore:
Timestamp:
May 31, 2017, 1:12:55 PM (8 years ago)
Author:
Ryan Haddad
Message:

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

Unreviewed test gardening.

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

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r217578 r217621  
     12017-05-31  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Skip flaky JSC test stress/test-finally.js
     4        https://bugs.webkit.org/show_bug.cgi?id=168587
     5
     6        Unreviewed test gardening.
     7
     8        * stress/test-finally.js:
     9
    1102017-05-30  Oleksandr Skachkov  <gskachkov@gmail.com>
    211
  • trunk/JSTests/stress/test-finally.js

    r210116 r217621  
     1//@ skip
    12// This test just creates functions which exercise various permutations of control flow
    23// thru finally blocks. The test passes if it does not throw any exceptions or crash on
Note: See TracChangeset for help on using the changeset viewer.