Title: [218608] trunk/JSTests
Revision
218608
Author
[email protected]
Date
2017-06-20 13:45:36 -0700 (Tue, 20 Jun 2017)

Log Message

Update test262 test expectations after r218581.

Unreviewed test gardening.

* test262.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (218607 => 218608)


--- trunk/JSTests/ChangeLog	2017-06-20 20:37:59 UTC (rev 218607)
+++ trunk/JSTests/ChangeLog	2017-06-20 20:45:36 UTC (rev 218608)
@@ -1,3 +1,11 @@
+2017-06-20  Ryan Haddad  <[email protected]>
+
+        Update test262 test expectations after r218581.
+
+        Unreviewed test gardening.
+
+        * test262.yaml:
+
 2017-06-20  Oleksandr Skachkov  <[email protected]>
 
         Revert changes in bug#160417 about extending `null` not being a derived class

Modified: trunk/JSTests/test262.yaml (218607 => 218608)


--- trunk/JSTests/test262.yaml	2017-06-20 20:37:59 UTC (rev 218607)
+++ trunk/JSTests/test262.yaml	2017-06-20 20:45:36 UTC (rev 218608)
@@ -76734,9 +76734,9 @@
 - path: test262/test/language/statements/class/subclass/class-definition-null-proto-super.js
   cmd: runTest262 :normal, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], [:strict]
 - path: test262/test/language/statements/class/subclass/class-definition-null-proto-this.js
-  cmd: runTest262 :normal, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], []
+  cmd: runTest262 :fail, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], []
 - path: test262/test/language/statements/class/subclass/class-definition-null-proto-this.js
-  cmd: runTest262 :normal, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], [:strict]
+  cmd: runTest262 :fail, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], [:strict]
 - path: test262/test/language/statements/class/subclass/class-definition-null-proto.js
   cmd: runTest262 :normal, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], []
 - path: test262/test/language/statements/class/subclass/class-definition-null-proto.js
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to