• plind44@gmail.com's avatar
    Skip webkit/function-apply-aliased.js when running on simulators. · 51107bad
    plind44@gmail.com authored
    The webkit/function-apply-aliased.js test fails on simulators (both MIPS
    and ARM) as the printed output does not match to the expected. The
    failing test forces a stack overflow exception and the ToString()
    operation of the exception object fails because of an other stack
    overflow and returns an empty string.
    
    The problem is that on hardware a common JS and C stack is used so the
    stack overflow can be caught in C functions also while on simulator
    separated JS and C stacks are used.
    
    This patch adds a "sim" condition to test .status files to skip tests
    only on simulator.
    
    LOG=N
    BUG=v8:3124
    R=jkummerow@chromium.org, plind44@gmail.com
    
    Review URL: https://codereview.chromium.org/139233005
    
    Patch from Balazs Kilvady <kilvadyb@homejinni.com>.
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18959 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    51107bad
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
include Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...