Revision: 12154
Author:   [email protected]
Date:     Fri Jul 20 03:00:31 2012
Log:      Android test runner: Update cctest status

Review URL: https://chromiumcodereview.appspot.com/10802030
Patch from Haitao Feng <[email protected]>.
http://code.google.com/p/v8/source/detail?r=12154

Modified:
 /branches/bleeding_edge/test/cctest/cctest.status

=======================================
--- /branches/bleeding_edge/test/cctest/cctest.status Wed Jul 18 04:43:44 2012 +++ /branches/bleeding_edge/test/cctest/cctest.status Fri Jul 20 03:00:31 2012
@@ -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

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to