Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index b457ef24e82ca32f8abed766d19058da850598b7..616f7124d074c59e7da841b41c7d630145e7bb44 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -90,3 +90,16 @@ test-platform-tls/FastTLS: SKIP |
# This test times out. |
test-threads/ThreadJoinSelf: SKIP |
+ |
+############################################################################## |
+[ $arch == nacl_ia32 || $arch == nacl_x64 ] |
+ |
+# These tests fail as there is no /tmp directory in Native Client. |
+test-log/LogAccessorCallbacks: SKIP |
+test-log/LogCallbacks: SKIP |
+test-log/ProfLazyMode: SKIP |
+ |
+# Native Client doesn't support sockets. |
+test-debug/DebuggerAgent: SKIP |
+test-debug/DebuggerAgentProtocolOverflowHeader: SKIP |
+test-sockets/Socket: SKIP |
Jakob Kummerow
2013/04/09 08:11:43
Please make sure there's a newline at the end of t
|