Index: test/cctest/cctest.status |
=================================================================== |
--- test/cctest/cctest.status (revision 12136) |
+++ test/cctest/cctest.status (working copy) |
@@ -54,7 +54,7 @@ |
test-weakmaps/Shrinking: FAIL |
############################################################################## |
-[ $arch == arm || $arch == android_arm ] |
+[ $arch == arm || $arch == android_arm || $arch == android_ia32 ] |
# 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 |
@@ -62,14 +62,16 @@ |
test-api/OutOfMemory: SKIP |
test-api/OutOfMemoryNested: SKIP |
-# BUG(355): Test crashes on ARM. |
+# On android there is no /tmp directory. |
+test-log/LogAccessorCallbacks: SKIP |
Jakob Kummerow
2012/07/19 13:26:09
No reason to SKIP this when $arch == arm, is there
haitao.feng
2012/07/20 02:09:20
Done.
|
+test-log/LogCallbacks: SKIP |
+ |
+# platform-tls.h does not contain an ANDROID-related header |
+test-platform-tls/FastTLS: SKIP |
+ |
+# BUG(355): Test crashes on ARM and IA32. |
Jakob Kummerow
2012/07/19 13:26:09
Really? Have you seen this crash? The bug is prett
haitao.feng
2012/07/20 02:09:20
Yes, it crashes as there is no /tmp in Android.
O
|
test-log/ProfLazyMode: SKIP |
-# BUG(945): Socket connect fails on ARM |
Jakob Kummerow
2012/07/19 13:26:09
This comment is misleading, the bug has more infor
haitao.feng
2012/07/20 02:09:20
Fix the comment and add them in Android section. A
|
-test-debug/DebuggerAgent: SKIP |
-test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
-test-sockets/Socket: SKIP |
- |
# BUG(1075): Unresolved crashes. |
test-serialize/Deserialize: SKIP |
test-serialize/DeserializeFromSecondSerializationAndRunScript2: SKIP |