Index: test/cctest/cctest.status |
=================================================================== |
--- test/cctest/cctest.status (revision 12148) |
+++ test/cctest/cctest.status (working copy) |
@@ -54,7 +54,7 @@ |
test-weakmaps/Shrinking: FAIL |
############################################################################## |
-[ $arch == arm || $arch == android_arm ] |
+[ $arch == arm ] |
# We cannot assume that we can throw OutOfMemory exceptions in all situations. |
# Apparently our ARM box is in such a state. Skip the test as it also runs for |
@@ -65,7 +65,7 @@ |
# BUG(355): Test crashes on ARM. |
test-log/ProfLazyMode: SKIP |
-# BUG(945): Socket connect fails on ARM |
+# BUG(945): Tests using Socket cannot be run in parallel |
test-debug/DebuggerAgent: SKIP |
test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
test-sockets/Socket: SKIP |
@@ -76,3 +76,18 @@ |
test-serialize/DeserializeAndRunScript2: SKIP |
test-serialize/DeserializeFromSecondSerialization: SKIP |
+############################################################################## |
+[ $arch == android_arm || $arch == android_ia32 ] |
+ |
+# Tests crash as there is no /tmp directory in Android |
+test-log/LogAccessorCallbacks: SKIP |
+test-log/LogCallbacks: SKIP |
+test-log/ProfLazyMode: SKIP |
+ |
+# platform-tls.h does not contain an ANDROID-related header |
+test-platform-tls/FastTLS: SKIP |
+ |
+# BUG(945): Tests using Socket cannot be run in parallel |
+test-debug/DebuggerAgent: SKIP |
+test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
+test-sockets/Socket: SKIP |