Title: [222877] trunk/JSTests
Revision
222877
Author
[email protected]
Date
2017-10-04 13:51:20 -0700 (Wed, 04 Oct 2017)

Log Message

Remove failure expectation for async-func-decl-dstr-obj-id-put-unresolvable-no-strict.js.

Unreviewed test gardening.

* test262.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (222876 => 222877)


--- trunk/JSTests/ChangeLog	2017-10-04 20:46:53 UTC (rev 222876)
+++ trunk/JSTests/ChangeLog	2017-10-04 20:51:20 UTC (rev 222877)
@@ -1,3 +1,11 @@
+2017-10-04  Ryan Haddad  <[email protected]>
+
+        Remove failure expectation for async-func-decl-dstr-obj-id-put-unresolvable-no-strict.js.
+
+        Unreviewed test gardening.
+
+        * test262.yaml:
+
 2017-10-04  Saam Barati  <[email protected]>
 
         3 poly-proto JSC tests timing out on debug after r222827

Modified: trunk/JSTests/test262.yaml (222876 => 222877)


--- trunk/JSTests/test262.yaml	2017-10-04 20:46:53 UTC (rev 222876)
+++ trunk/JSTests/test262.yaml	2017-10-04 20:51:20 UTC (rev 222877)
@@ -97574,7 +97574,7 @@
 - path: test262/test/language/statements/for-await-of/async-func-decl-dstr-obj-id-init-yield-ident-valid.js
   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/doneprintHandle.js"], [:async]
 - path: test262/test/language/statements/for-await-of/async-func-decl-dstr-obj-id-put-unresolvable-no-strict.js
-  cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/doneprintHandle.js"], [:async]
+  cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/doneprintHandle.js"], [:async]
 - path: test262/test/language/statements/for-await-of/async-func-decl-dstr-obj-id-simple-no-strict.js
   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/doneprintHandle.js"], [:async]
 - path: test262/test/language/statements/for-await-of/async-func-decl-dstr-obj-prop-elem-init-assignment-missing.js
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to