Changeset 183989 in webkit
- Timestamp:
- May 8, 2015, 2:37:56 AM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
js/script-tests/dfg-put-by-val-direct-to-generic-array.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r183985 r183989 1 2015-05-08 Csaba Osztrogonác <ossy@webkit.org> 2 3 REGRESSION(r183072): dfg-put-by-id-prototype-check.js.layout-dfg-eager-no-cjit fails on AArch64 Linux 4 https://bugs.webkit.org/show_bug.cgi?id=144256 5 6 Unreviewed gardening, skip the failing test on AArch64 Linux. 7 8 * js/script-tests/dfg-put-by-val-direct-to-generic-array.js: 9 1 10 2015-05-07 Chris Dumez <cdumez@apple.com> 2 11 -
trunk/LayoutTests/js/script-tests/dfg-put-by-val-direct-to-generic-array.js
r178370 r183989 1 // REGRESSION(r183072): dfg-put-by-id-prototype-check.js.layout-dfg-eager-no-cjit fails on AArch64 Linux 2 // https://bugs.webkit.org/show_bug.cgi?id=144256 3 //@ skip if $architecture == "arm64" and $hostOS == "linux" 4 1 5 description( 2 6 "Test that a generic array (object) accepts DFG PutByValueDirect operation."
Note:
See TracChangeset
for help on using the changeset viewer.