Author: [EMAIL PROTECTED]
Date: Thu Sep 11 00:28:10 2008
New Revision: 261

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

Log:
Remove a test from threading tests that make them fail on Mac OS.
Review URL: http://codereview.chromium.org/2415

Modified: branches/bleeding_edge/test/cctest/test-api.cc
==============================================================================
--- branches/bleeding_edge/test/cctest/test-api.cc      (original)
+++ branches/bleeding_edge/test/cctest/test-api.cc      Thu Sep 11 00:28:10 2008
@@ -4845,7 +4845,9 @@
  }


-THREADED_TEST(CatchStackOverflow) {
+// If part of the threaded tests, this test makes ThreadingTest fail
+// on mac.
+TEST(CatchStackOverflow) {
    v8::HandleScope scope;
    LocalContext context;
    v8::TryCatch try_catch;

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

Reply via email to