From: ager@chromium.org Date: Thu, 11 Sep 2008 07:28:10 +0000 (+0000) Subject: Remove a test from threading tests that make them fail on Mac OS. X-Git-Tag: upstream/4.7.83~25404 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f77b1a872ea91cfa25d2888e75a7b52392c6fa03;p=platform%2Fupstream%2Fv8.git Remove a test from threading tests that make them fail on Mac OS. Review URL: http://codereview.chromium.org/2415 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@261 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc index f5bc4c646..f43a31909 100644 --- a/test/cctest/test-api.cc +++ b/test/cctest/test-api.cc @@ -4845,7 +4845,9 @@ THREADED_TEST(Regress54) { } -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;