Title: [175644] trunk/Source/_javascript_Core
Revision
175644
Author
msab...@apple.com
Date
2014-11-05 15:20:28 -0800 (Wed, 05 Nov 2014)

Log Message

Disable flakey float32-repeat-out-of-bounds.js and int8-repeat-out-of-bounds.js tests for ARM64
https://bugs.webkit.org/show_bug.cgi?id=138381

Reviewed by Mark Lam.

Disabled these test for ARM64.  Will address the failures and then re-enable.

* tests/stress/float32-repeat-out-of-bounds.js:
* tests/stress/int8-repeat-out-of-bounds.js:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (175643 => 175644)


--- trunk/Source/_javascript_Core/ChangeLog	2014-11-05 22:52:42 UTC (rev 175643)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-11-05 23:20:28 UTC (rev 175644)
@@ -1,3 +1,15 @@
+2014-11-05  Michael Saboff  <msab...@apple.com>
+
+        Disable flakey float32-repeat-out-of-bounds.js and int8-repeat-out-of-bounds.js tests for ARM64
+        https://bugs.webkit.org/show_bug.cgi?id=138381
+
+        Reviewed by Mark Lam.
+
+        Disabled these test for ARM64.  Will address the failures and then re-enable.
+
+        * tests/stress/float32-repeat-out-of-bounds.js:
+        * tests/stress/int8-repeat-out-of-bounds.js:
+
 2014-11-05  Alexey Proskuryakov  <a...@apple.com>
 
         Incorrect sandbox_check in RemoteInspector.mm

Modified: trunk/Source/_javascript_Core/tests/stress/float32-repeat-out-of-bounds.js (175643 => 175644)


--- trunk/Source/_javascript_Core/tests/stress/float32-repeat-out-of-bounds.js	2014-11-05 22:52:42 UTC (rev 175643)
+++ trunk/Source/_javascript_Core/tests/stress/float32-repeat-out-of-bounds.js	2014-11-05 23:20:28 UTC (rev 175644)
@@ -1,5 +1,4 @@
-//@ skip if $architecture == "arm64" and $hostOS == "darwin"
-//@ defaultNoEagerRun
+//@ if $architecture == "arm64" and $hostOS == "darwin" then skip else defaultNoEagerRun end
 
 function foo(a) {
     a[0] = 1;

Modified: trunk/Source/_javascript_Core/tests/stress/int8-repeat-out-of-bounds.js (175643 => 175644)


--- trunk/Source/_javascript_Core/tests/stress/int8-repeat-out-of-bounds.js	2014-11-05 22:52:42 UTC (rev 175643)
+++ trunk/Source/_javascript_Core/tests/stress/int8-repeat-out-of-bounds.js	2014-11-05 23:20:28 UTC (rev 175644)
@@ -1,5 +1,4 @@
-//@ skip if $architecture == "arm64" and $hostOS == "darwin"
-//@ defaultNoEagerRun
+//@ if $architecture == "arm64" and $hostOS == "darwin" then skip else defaultNoEagerRun end
 
 function foo(a) {
     a[0] = 1;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to