• 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...
cctest Loading commit data...
intl Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
webkit Loading commit data...