Revision: 6323 Author: [email protected] Date: Fri Jan 14 05:14:26 2011 Log: Unthread message handling test. Changing the MessageHandler in a threaded test is not a good idea as it has an effect on other tests.
Review URL: http://codereview.chromium.org/6273004 http://code.google.com/p/v8/source/detail?r=6323 Modified: /branches/bleeding_edge/test/cctest/test-api.cc ======================================= --- /branches/bleeding_edge/test/cctest/test-api.cc Fri Jan 14 04:51:04 2011 +++ /branches/bleeding_edge/test/cctest/test-api.cc Fri Jan 14 05:14:26 2011 @@ -2368,7 +2368,7 @@ // Test that overwritten toString methods are not invoked on uncaught // exception formatting. However, they are invoked when performing // normal error string conversions. -THREADED_TEST(APIThrowMessageOverwrittenToString) { +TEST(APIThrowMessageOverwrittenToString) { v8::HandleScope scope; v8::V8::AddMessageListener(check_reference_error_message); LocalContext context; -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
