diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-05-21 09:41:50 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-05-21 09:41:50 -0700 |
commit | 2b34363d03e0718c9e9f39982c723b806558c759 (patch) | |
tree | 0388b89e7794e3aa7c9ee2e923570cca56c7def9 /deps/v8/test/mjsunit/mjsunit.status | |
parent | 9514a4d5476225e8c8310ce5acae2857033bcaaa (diff) | |
download | node-new-2b34363d03e0718c9e9f39982c723b806558c759.tar.gz |
Upgrade V8 to 2.2.11
Diffstat (limited to 'deps/v8/test/mjsunit/mjsunit.status')
-rw-r--r-- | deps/v8/test/mjsunit/mjsunit.status | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/deps/v8/test/mjsunit/mjsunit.status b/deps/v8/test/mjsunit/mjsunit.status index 47963fe641..514d345a46 100644 --- a/deps/v8/test/mjsunit/mjsunit.status +++ b/deps/v8/test/mjsunit/mjsunit.status @@ -48,10 +48,6 @@ unicode-case-overoptimization: PASS, TIMEOUT if ($arch == arm) # Skip long running test in debug and allow it to timeout in release mode. regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug -# Skip experimental liveedit drop frame on non-ia32 architectures. -# debug-liveedit-check-stack: SKIP if $arch != ia32 -debug-liveedit-check-stack: SKIP - [ $arch == arm ] # Slow tests which times out in debug mode. @@ -68,7 +64,19 @@ array-splice: PASS || TIMEOUT # Skip long running test in debug mode on ARM. string-indexof-2: PASS, SKIP if $mode == debug +# Stack manipulations in LiveEdit is implemented for ia32 only. +debug-liveedit-check-stack: SKIP + [ $arch == mips ] +# Stack manipulations in LiveEdit is implemented for ia32 only. +debug-liveedit-check-stack: SKIP + # Skip all tests on MIPS. *: SKIP + +[ $arch == x64 ] +# Stack manipulations in LiveEdit is implemented for ia32 only. +debug-liveedit-check-stack: SKIP + + |