Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: test/cctest/cctest.status

Issue 10802030: Android test runner: Update cctest status (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698