Changeset 221889 in webkit


Ignore:
Timestamp:
Sep 11, 2017 4:06:25 PM (7 years ago)
Author:
mark.lam@apple.com
Message:

Change test expectation for test262/test/language/statements/try/tco-catch.js
https://bugs.webkit.org/show_bug.cgi?id=176749

Rubber stamped by Keith Miller.

It's been failing since at least r221821. I'm changing the test expectation to
fail to green the bots while I investigate some more.

  • test262.yaml:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r221876 r221889  
     12017-09-11  Mark Lam  <mark.lam@apple.com>
     2
     3        Change test expectation for test262/test/language/statements/try/tco-catch.js
     4        https://bugs.webkit.org/show_bug.cgi?id=176749
     5
     6        Rubber stamped by Keith Miller.
     7
     8        It's been failing since at least r221821.  I'm changing the test expectation to
     9        fail to green the bots while I investigate some more.
     10
     11        * test262.yaml:
     12
    1132017-09-11  Ryan Haddad  <ryanhaddad@apple.com>
    214
  • trunk/JSTests/test262.yaml

    r221622 r221889  
    8607386073  cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tco-helper.js"], [:strict]
    8607486074- path: test262/test/language/statements/try/tco-catch.js
    86075   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tco-helper.js"], [:strict]
     86075  cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tco-helper.js"], [:strict]
    8607686076- path: test262/test/language/statements/try/tco-finally.js
    8607786077  cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tco-helper.js"], [:strict]
Note: See TracChangeset for help on using the changeset viewer.