Title: [175586] trunk/LayoutTests
Revision
175586
Author
msab...@apple.com
Date
2014-11-04 16:26:08 -0800 (Tue, 04 Nov 2014)

Log Message

Disable flakey dfg-int8array.js and dfg-int16array.js tests for ARM64
https://bugs.webkit.org/show_bug.cgi?id=138379

Reviewed by Mark Lam.

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

* js/script-tests/dfg-int16array.js:
* js/script-tests/dfg-int8array.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (175585 => 175586)


--- trunk/LayoutTests/ChangeLog	2014-11-05 00:22:46 UTC (rev 175585)
+++ trunk/LayoutTests/ChangeLog	2014-11-05 00:26:08 UTC (rev 175586)
@@ -1,3 +1,15 @@
+2014-11-04  Michael Saboff  <msab...@apple.com>
+
+        Disable flakey dfg-int8array.js and dfg-int16array.js tests for ARM64
+        https://bugs.webkit.org/show_bug.cgi?id=138379
+
+        Reviewed by Mark Lam.
+
+        Disabled these test for ARM64.  Will address the failures and then re-enable.
+
+        * js/script-tests/dfg-int16array.js:
+        * js/script-tests/dfg-int8array.js:
+
 2014-11-04  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         [OSX] CJK characters styled with font-family: cursive are italicized

Modified: trunk/LayoutTests/js/script-tests/dfg-int16array.js (175585 => 175586)


--- trunk/LayoutTests/js/script-tests/dfg-int16array.js	2014-11-05 00:22:46 UTC (rev 175585)
+++ trunk/LayoutTests/js/script-tests/dfg-int16array.js	2014-11-05 00:26:08 UTC (rev 175586)
@@ -1,3 +1,5 @@
+//@ skip if $architecture == "arm64" and $hostOS == "darwin"
+
 description(
 "This tests that int16 arrays work in the DFG."
 );

Modified: trunk/LayoutTests/js/script-tests/dfg-int8array.js (175585 => 175586)


--- trunk/LayoutTests/js/script-tests/dfg-int8array.js	2014-11-05 00:22:46 UTC (rev 175585)
+++ trunk/LayoutTests/js/script-tests/dfg-int8array.js	2014-11-05 00:26:08 UTC (rev 175586)
@@ -1,3 +1,5 @@
+//@ skip if $architecture == "arm64" and $hostOS == "darwin"
+
 description(
 "This tests that int8 arrays work in the DFG."
 );
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to