Title: [217900] trunk/JSTests
Revision
217900
Author
[email protected]
Date
2017-06-07 12:59:59 -0700 (Wed, 07 Jun 2017)

Log Message

ASSERTION failure: !masqueradesAsUndefinedWatchpointIsStillValid() || !isKnownCell(operand.node())
https://bugs.webkit.org/show_bug.cgi?id=168587

Not reviewed.

Unskipping the test because the issue has been fixed in https://bugs.webkit.org/show_bug.cgi?id=172673.

* stress/test-finally.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (217899 => 217900)


--- trunk/JSTests/ChangeLog	2017-06-07 19:32:23 UTC (rev 217899)
+++ trunk/JSTests/ChangeLog	2017-06-07 19:59:59 UTC (rev 217900)
@@ -1,3 +1,14 @@
+2017-06-07  Mark Lam  <[email protected]>
+
+        ASSERTION failure: !masqueradesAsUndefinedWatchpointIsStillValid() || !isKnownCell(operand.node())
+        https://bugs.webkit.org/show_bug.cgi?id=168587
+
+        Not reviewed.
+
+        Unskipping the test because the issue has been fixed in https://bugs.webkit.org/show_bug.cgi?id=172673.
+
+        * stress/test-finally.js:
+
 2017-06-06  Mark Lam  <[email protected]>
 
         Contiguous storage butterfly length should not exceed MAX_STORAGE_VECTOR_LENGTH.

Modified: trunk/JSTests/stress/test-finally.js (217899 => 217900)


--- trunk/JSTests/stress/test-finally.js	2017-06-07 19:32:23 UTC (rev 217899)
+++ trunk/JSTests/stress/test-finally.js	2017-06-07 19:59:59 UTC (rev 217900)
@@ -1,4 +1,3 @@
-//@ skip
 // This test just creates functions which exercise various permutations of control flow
 // thru finally blocks. The test passes if it does not throw any exceptions or crash on
 // bytecode validation.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to