Reviewers: Benedikt Meurer,

Message:
PTAL

Description:
Disable some tests for nacl runs.

These tests fail with the nacl/v8 builders.

Patch from [email protected].

Please review this at https://codereview.chromium.org/19769002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/cctest/cctest.status
  M test/mjsunit/mjsunit.status


Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index e37f3dbbefc83cfbc5e88b09e5948b8543d3e93f..b8d95b396fc2776865b30c24a6bb5a89d407228e 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -101,6 +101,12 @@ test-threads/ThreadJoinSelf: SKIP
##############################################################################
 [ $arch == nacl_ia32 || $arch == nacl_x64 ]

+# NaCl builds have problems with threaded tests since Pepper_28.
+# V8 Issue 2786
+test-api/Threading1: SKIP
+test-lockers/MultithreadedParallelIsolates: SKIP
+test-lockers/ExtensionsRegistration: SKIP
+
 # These tests fail as there is no /tmp directory in Native Client.
 test-log/LogAccessorCallbacks: SKIP
 test-log/LogCallbacks: SKIP
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 7e8d5b9584f377d9910d43b837e3c8740a687370..50a4c7090f4b88fdce90232f6cbc427497e0a807 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -228,6 +228,10 @@ debug-liveedit-double-call: SKIP
 # As noted above none of them are run in the arm.debug case.
 fuzz-natives-part4: SKIP

+# NaCl builds have problems with this test since Pepper_28.
+# V8 Issue 2786
+math-exp-precision: SKIP
+
 # Requires bigger stack size in the Genesis and if stack size is increased,
 # the test requires too much time to run.  However, the problem test covers
 # should be platform-independent.


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to