From: machenbach@chromium.org Date: Thu, 18 Jul 2013 12:21:46 +0000 (+0000) Subject: Disable some tests for nacl runs. X-Git-Tag: upstream/4.7.83~13312 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0288214530e2a6b141bd7f10303191372eeb605b;p=platform%2Fupstream%2Fv8.git Disable some tests for nacl runs. These tests fail with the nacl/v8 builders. Patch from bradchen@chromium.org. R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/19769002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15745 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index e37f3db..b8d95b3 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 diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 7e8d5b9..50a4c70 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.