⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 183989 in webkit


Ignore:
Timestamp:
May 8, 2015, 2:37:56 AM (11 years ago)
Author:
Csaba Osztrogonác
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r183985 r183989  
     12015-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
    1102015-05-07  Chris Dumez  <cdumez@apple.com>
    211
  • 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
    15description(
    26"Test that a generic array (object) accepts DFG PutByValueDirect operation."
Note: See TracChangeset for help on using the changeset viewer.