Revision: 4651
Author: [email protected]
Date: Wed May 12 07:46:09 2010
Log: Apply "Update mjsunit.status rules for LiveEdit test" again
Review URL: http://codereview.chromium.org/2015017
http://code.google.com/p/v8/source/detail?r=4651
Modified:
/branches/bleeding_edge/test/mjsunit/mjsunit.status
=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Mon May 10 10:57:42
2010
+++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Wed May 12 07:46:09
2010
@@ -48,10 +48,6 @@
# 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 @@
# 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
+
+
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev