Changeset 184969 in webkit for trunk/Source/JavaScriptCore/tests


Ignore:
Timestamp:
May 28, 2015, 4:51:57 PM (10 years ago)
Author:
[email protected]
Message:

mozilla/js1_5/Array/regress-154338.js test causes ARM 32 bit iOS devices to run out of memory
https://bugs.webkit.org/show_bug.cgi?id=145444

Reviewed by Geoffrey Garen.

Disabled mozilla/js1_5/Array/regress-154338.js when run on iOS ARM 32 bit devices and
the --memory-limited option is passed to run-jsc-stress-tests.

  • tests/mozilla/mozilla-tests.yaml:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/tests/mozilla/mozilla-tests.yaml

    r182006 r184969  
    20362036  cmd: defaultRunMozillaTest :normal, "../shell.js"
    20372037- path: js1_5/Array/regress-157652.js
    2038   cmd: defaultRunMozillaTest :normal, "../shell.js"
     2038  cmd: |
     2039      if ($architecture == "arm" and $hostOS == "darwin") and $memoryLimited
     2040          skip
     2041      else
     2042          defaultRunMozillaTest :normal, "../shell.js"
     2043      end
    20392044- path: js1_5/Array/regress-178722.js
    20402045  cmd: defaultRunMozillaTest :normal, "../shell.js"
Note: See TracChangeset for help on using the changeset viewer.