Title: [175587] trunk/Source/_javascript_Core
Revision
175587
Author
msab...@apple.com
Date
2014-11-04 16:29:21 -0800 (Tue, 04 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 (175586 => 175587)


--- trunk/Source/_javascript_Core/ChangeLog	2014-11-05 00:26:08 UTC (rev 175586)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-11-05 00:29:21 UTC (rev 175587)
@@ -1,3 +1,15 @@
+2014-11-04  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-04  Joseph Pecoraro  <pecor...@apple.com>
 
         Web Inspector: Enum value collisions between different generators

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


--- trunk/Source/_javascript_Core/tests/stress/float32-repeat-out-of-bounds.js	2014-11-05 00:26:08 UTC (rev 175586)
+++ trunk/Source/_javascript_Core/tests/stress/float32-repeat-out-of-bounds.js	2014-11-05 00:29:21 UTC (rev 175587)
@@ -1,3 +1,4 @@
+//@ skip if $architecture == "arm64" and $hostOS == "darwin"
 //@ defaultNoEagerRun
 
 function foo(a) {

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


--- trunk/Source/_javascript_Core/tests/stress/int8-repeat-out-of-bounds.js	2014-11-05 00:26:08 UTC (rev 175586)
+++ trunk/Source/_javascript_Core/tests/stress/int8-repeat-out-of-bounds.js	2014-11-05 00:29:21 UTC (rev 175587)
@@ -1,3 +1,4 @@
+//@ skip if $architecture == "arm64" and $hostOS == "darwin"
 //@ defaultNoEagerRun
 
 function foo(a) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to