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
This commit is contained in:
ager@chromium.org 2008-09-11 07:28:10 +00:00
parent 4d95ac7339
commit f77b1a872e

View File

@ -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;