Revision: 5735
Author: [email protected]
Date: Fri Oct 29 00:10:14 2010
Log: Stop running some liveedit tests (see issue 915).
Plug tiny memory leaks in test-lock.cc.
Review URL: http://codereview.chromium.org/4161005
http://code.google.com/p/v8/source/detail?r=5735
Modified:
/branches/bleeding_edge/test/cctest/test-lock.cc
/branches/bleeding_edge/test/mjsunit/mjsunit.status
=======================================
--- /branches/bleeding_edge/test/cctest/test-lock.cc Wed Mar 18 02:04:24
2009
+++ /branches/bleeding_edge/test/cctest/test-lock.cc Fri Oct 29 00:10:14
2010
@@ -60,4 +60,5 @@
sem->Signal();
ok = sem->Wait(1000);
CHECK(ok);
-}
+ delete sem;
+}
=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Fri Aug 13 06:54:28
2010
+++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Fri Oct 29 00:10:14
2010
@@ -45,6 +45,10 @@
# Skip long running test in debug and allow it to timeout in release mode.
regress/regress-524: (PASS || TIMEOUT), SKIP if $mode == debug
+# Stack manipulations in LiveEdit are buggy - see bug 915
+debug-liveedit-check-stack: SKIP
+debug-liveedit-patch-positions-replace: SKIP
+
[ $arch == arm ]
# Slow tests which times out in debug mode.
@@ -61,14 +65,9 @@
# 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
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev