Commit f77b1a87 authored by ager@chromium.org's avatar ager@chromium.org

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
parent 4d95ac73
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment