blob: c372f2ae0d45ea98df2e02f3e4468de49bf359e6 [file] [log] [blame]
CONSOLE MESSAGE: throwing TestError
CONSOLE MESSAGE: TestError
CONSOLE MESSAGE: testFinally
CONSOLE MESSAGE: throwing TestError
CONSOLE MESSAGE: finally
CONSOLE MESSAGE: TestError
CONSOLE MESSAGE: testThrowingThruNativeCode
CONSOLE MESSAGE: throwing TestError
CONSOLE MESSAGE: TestError
CONSOLE MESSAGE: testCatch
CONSOLE MESSAGE: throwing TestError
CONSOLE MESSAGE: catch TestError
CONSOLE MESSAGE: DONE
Checking pause locations when pausing on all exceptions.
== Running test suite: BreakOnAnyException
-- Running test case: BreakOnAnyException.UncaughtExceptionBasic
PASS: Should pause for exception.
PAUSE AT doThrow:8:22
Uncaught exception in test page: TestError [break-on-exception-tests.js:8]
-- Running test case: BreakOnAnyException.UncaughtExceptionInFinally
PASS: Should pause for exception.
PAUSE AT doThrow:8:22
Uncaught exception in test page: TestError [break-on-exception-tests.js:8]
-- Running test case: BreakOnAnyException.UncaughtExceptionThruNativeCode
PASS: Should pause for exception.
PAUSE AT doThrow:8:22
Uncaught exception in test page: TestError [break-on-exception-tests.js:8]
-- Running test case: BreakOnAnyException.CaughtException
PASS: Should pause for exception.
PAUSE AT doThrow:8:22