Revision: 10727
Author:   [email protected]
Date:     Thu Feb 16 07:20:13 2012
Log: Temporarily disable known failing test to make builder cycle green.

BUG=v8:1952
Review URL: https://chromiumcodereview.appspot.com/9414006
http://code.google.com/p/v8/source/detail?r=10727

Modified:
 /branches/bleeding_edge/test/cctest/cctest.status
 /branches/bleeding_edge/test/cctest/test-api.cc

=======================================
--- /branches/bleeding_edge/test/cctest/cctest.status Mon Dec 19 04:39:52 2011 +++ /branches/bleeding_edge/test/cctest/cctest.status Thu Feb 16 07:20:13 2012
@@ -52,6 +52,9 @@
 # We do not yet shrink weak maps after they have been emptied by the GC
 test-weakmaps/Shrinking: FAIL

+# BUG(1952): Temporarily disabled until issue is fixed.
+test-api/TurnOnAccessCheckAndRecompile: PASS || FAIL
+
##############################################################################
 [ $arch == arm ]

=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc     Thu Feb 16 00:10:47 2012
+++ /branches/bleeding_edge/test/cctest/test-api.cc     Thu Feb 16 07:20:13 2012
@@ -11061,7 +11061,9 @@
 }


-THREADED_TEST(TurnOnAccessCheckAndRecompile) {
+// TODO(1952): Enable this test for threading test once the underlying bug is
+// fixed.
+TEST(TurnOnAccessCheckAndRecompile) {
   v8::HandleScope handle_scope;

// Create an environment with access check to the global object disabled by

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to