Changeset 221889 in webkit
- Timestamp:
- Sep 11, 2017, 4:06:25 PM (8 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r221876 r221889 1 2017-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 1 13 2017-09-11 Ryan Haddad <ryanhaddad@apple.com> 2 14 -
trunk/JSTests/test262.yaml
r221622 r221889 86073 86073 cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tco-helper.js"], [:strict] 86074 86074 - 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] 86076 86076 - path: test262/test/language/statements/try/tco-finally.js 86077 86077 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.