Index: test/cctest/cctest.status |
=================================================================== |
--- test/cctest/cctest.status (revision 3112) |
+++ test/cctest/cctest.status (working copy) |
@@ -33,7 +33,18 @@ |
# BUG(382): Weird test. Can't guarantee that it never times out. |
test-api/ApplyInterruption: PASS || TIMEOUT |
+# This is about to go away anyway. |
Kasper Lund
2009/10/22 13:33:28
Maybe elaborate (a bit) on why they are going away
|
+test-serialize/Deserialize: PASS || FAIL |
+test-serialize/DeserializeAndRunScript: PASS || FAIL |
+test-serialize/DeserializeNatives: PASS || FAIL |
+test-serialize/DeserializeExtensions: PASS || FAIL |
+# These tests always fail. They are here to test test.py. If |
+# they don't fail then test.py has failed. |
+test-serialize/TestThatAlwaysFails: FAIL |
+test-serialize/DependentTestThatAlwaysFails: FAIL |
+ |
+ |
[ $arch == arm ] |
# BUG(113): Test seems flaky on ARM. |