Changeset 231550 in webkit


Ignore:
Timestamp:
May 9, 2018 12:38:23 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

[ARM] Disable test on Linux due to lack of executable memory
https://bugs.webkit.org/show_bug.cgi?id=185466

Patch by Dominik Infuehr <dinfuehr@igalia.com> on 2018-05-09
Reviewed by Yusuke Suzuki.

Do not run tests with LLInt disabled, otherwise test runs out of executable memory.

  • js/script-tests/dfg-uint32array-overflow-values.js:
  • js/script-tests/dfg-uint8clampedarray.js:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r231549 r231550  
     12018-05-09  Dominik Infuehr  <dinfuehr@igalia.com>
     2
     3        [ARM] Disable test on Linux due to lack of executable memory
     4        https://bugs.webkit.org/show_bug.cgi?id=185466
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        Do not run tests with LLInt disabled, otherwise test runs out of executable memory.
     9
     10        * js/script-tests/dfg-uint32array-overflow-values.js:
     11        * js/script-tests/dfg-uint8clampedarray.js:
     12
    1132018-05-09  Ms2ger  <Ms2ger@igalia.com>
    214
  • trunk/LayoutTests/js/script-tests/dfg-uint32array-overflow-values.js

    r196762 r231550  
    1 //@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
     1//@ noNoLLIntRunLayoutTest if $architecture == "arm"
    22
    33description(
  • trunk/LayoutTests/js/script-tests/dfg-uint8clampedarray.js

    r196762 r231550  
    1 //@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
     1//@ noNoLLIntRunLayoutTest if $architecture == "arm"
    22
    33description(
Note: See TracChangeset for help on using the changeset viewer.