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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@183989
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-05-08 Csaba Osztrogonác <ossy@webkit.org>
+
+ 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 <cdumez@apple.com>
Throttle RequestAnimationFrame in subframes that are outside the viewport
+// 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."
);