Title: [192708] trunk/Source/_javascript_Core
Revision
192708
Author
mark....@apple.com
Date
2015-11-20 15:45:40 -0800 (Fri, 20 Nov 2015)

Log Message

New JSC tests introduced in r192664 fail on ARM.
https://bugs.webkit.org/show_bug.cgi?id=151485

Reviewed by Geoffrey Garen.

The newly added tests are exposing some pre-existing bugs.  The bugs are tracked here:
    https://bugs.webkit.org/show_bug.cgi?id=151514
    https://bugs.webkit.org/show_bug.cgi?id=151515

Skipping the tests for now.

* tests/stress/op_div.js:
* tests/stress/op_rshift.js:
* tests/stress/op_urshift.js:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (192707 => 192708)


--- trunk/Source/_javascript_Core/ChangeLog	2015-11-20 23:37:23 UTC (rev 192707)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-11-20 23:45:40 UTC (rev 192708)
@@ -1,3 +1,20 @@
+2015-11-20  Mark Lam  <mark....@apple.com>
+
+        New JSC tests introduced in r192664 fail on ARM.
+        https://bugs.webkit.org/show_bug.cgi?id=151485
+
+        Reviewed by Geoffrey Garen.
+
+        The newly added tests are exposing some pre-existing bugs.  The bugs are tracked here:
+            https://bugs.webkit.org/show_bug.cgi?id=151514
+            https://bugs.webkit.org/show_bug.cgi?id=151515
+
+        Skipping the tests for now.
+
+        * tests/stress/op_div.js:
+        * tests/stress/op_rshift.js:
+        * tests/stress/op_urshift.js:
+
 2015-11-20  Filip Pizlo  <fpi...@apple.com>
 
         B3 should have a Select opcode

Modified: trunk/Source/_javascript_Core/tests/stress/op_div.js (192707 => 192708)


--- trunk/Source/_javascript_Core/tests/stress/op_div.js	2015-11-20 23:37:23 UTC (rev 192707)
+++ trunk/Source/_javascript_Core/tests/stress/op_div.js	2015-11-20 23:45:40 UTC (rev 192708)
@@ -1,4 +1,5 @@
-//@ runFTLNoCJIT
+//@ skip
+// FIXME: https://bugs.webkit.org/show_bug.cgi?id=151515
 
 // If all goes well, this test module will terminate silently. If not, it will print
 // errors. See binary-op-test.js for debugging options if needed.

Modified: trunk/Source/_javascript_Core/tests/stress/op_rshift.js (192707 => 192708)


--- trunk/Source/_javascript_Core/tests/stress/op_rshift.js	2015-11-20 23:37:23 UTC (rev 192707)
+++ trunk/Source/_javascript_Core/tests/stress/op_rshift.js	2015-11-20 23:45:40 UTC (rev 192708)
@@ -1,4 +1,5 @@
-//@ runFTLNoCJIT
+//@ skip
+// FIXME: https://bugs.webkit.org/show_bug.cgi?id=151514
 
 // If all goes well, this test module will terminate silently. If not, it will print
 // errors. See binary-op-test.js for debugging options if needed.

Modified: trunk/Source/_javascript_Core/tests/stress/op_urshift.js (192707 => 192708)


--- trunk/Source/_javascript_Core/tests/stress/op_urshift.js	2015-11-20 23:37:23 UTC (rev 192707)
+++ trunk/Source/_javascript_Core/tests/stress/op_urshift.js	2015-11-20 23:45:40 UTC (rev 192708)
@@ -1,4 +1,5 @@
-//@ runFTLNoCJIT
+//@ skip
+// FIXME: https://bugs.webkit.org/show_bug.cgi?id=151514
 
 // If all goes well, this test module will terminate silently. If not, it will print
 // errors. See binary-op-test.js for debugging options if needed.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to