Title: [183989] trunk/LayoutTests
Revision
183989
Author
[email protected]
Date
2015-05-08 02:37:56 -0700 (Fri, 08 May 2015)

Log Message

REGRESSION(r183072): dfg-put-by-id-prototype-check.js.layout-dfg-eager-no-cjit fails on AArch64 Linux
https://bugs.webkit.org/show_bug.cgi?id=144256

Unreviewed gardening, skip the failing test on AArch64 Linux.

* js/script-tests/dfg-put-by-val-direct-to-generic-array.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (183988 => 183989)


--- trunk/LayoutTests/ChangeLog	2015-05-08 08:44:23 UTC (rev 183988)
+++ trunk/LayoutTests/ChangeLog	2015-05-08 09:37:56 UTC (rev 183989)
@@ -1,3 +1,12 @@
+2015-05-08  Csaba Osztrogonác  <[email protected]>
+
+        REGRESSION(r183072): dfg-put-by-id-prototype-check.js.layout-dfg-eager-no-cjit fails on AArch64 Linux
+        https://bugs.webkit.org/show_bug.cgi?id=144256
+
+        Unreviewed gardening, skip the failing test on AArch64 Linux.
+
+        * js/script-tests/dfg-put-by-val-direct-to-generic-array.js:
+
 2015-05-07  Chris Dumez  <[email protected]>
 
         Throttle RequestAnimationFrame in subframes that are outside the viewport

Modified: trunk/LayoutTests/js/script-tests/dfg-put-by-val-direct-to-generic-array.js (183988 => 183989)


--- trunk/LayoutTests/js/script-tests/dfg-put-by-val-direct-to-generic-array.js	2015-05-08 08:44:23 UTC (rev 183988)
+++ trunk/LayoutTests/js/script-tests/dfg-put-by-val-direct-to-generic-array.js	2015-05-08 09:37:56 UTC (rev 183989)
@@ -1,3 +1,7 @@
+// REGRESSION(r183072): dfg-put-by-id-prototype-check.js.layout-dfg-eager-no-cjit fails on AArch64 Linux
+// https://bugs.webkit.org/show_bug.cgi?id=144256
+//@ skip if $architecture == "arm64" and $hostOS == "linux"
+
 description(
 "Test that a generic array (object) accepts DFG PutByValueDirect operation."
 );
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to