blob: c9c69c6b95c17372dfcb0f16d7a6b4939994088b [file] [log] [blame]
CONSOLE MESSAGE: error message
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating '[].x.x')
CONSOLE MESSAGE: Unhandled Promise Rejection: rejection-1
CONSOLE MESSAGE: Unhandled Promise Rejection: rejection-2
CONSOLE MESSAGE: Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating '[].x.x')
Test for the Console.stackTrace in different cases.
== Running test suite: Console.StackTrace
-- Running test case: Console.StackTrace.ConsoleTrace
CALL STACK:
0: [F] (anonymous function)
1: [F] triggerConsoleTrace
-- Running test case: Console.StackTrace.ConsoleError
CALL STACK:
0: [F] (anonymous function)
1: [F] triggerConsoleError
-- Running test case: Console.StackTrace.UncaughtException
Uncaught exception in test page: TypeError: undefined is not an object (evaluating '[].x.x') [message-stack-trace.html:24]
CALL STACK:
0: [F] (anonymous function)
1: [F] triggerUncaughtException
-- Running test case: Console.StackTrace.UnhandledPromiseRejection.PromiseReject
CALL STACK:
0: [N] (anonymous function)
1: [N] rejectPromise
2: [N] rejectPromiseWithFirstResolvingFunctionCallCheck
3: [N] reject
4: [F] triggerUnhandledRejectionPromiseReject
-- Running test case: Console.StackTrace.UnhandledPromiseRejection.ExplicitReject
CALL STACK:
0: [N] (anonymous function)
1: [N] rejectPromise
2: [N] rejectPromiseWithFirstResolvingFunctionCallCheck
3: [F] (anonymous function)
4: [N] Promise
5: [F] triggerUnhandledRejectionExplicit
-- Running test case: Console.StackTrace.UnhandledPromiseRejection.ImplicitReject
CALL STACK:
0: [F] (anonymous function)
1: [N] promiseReactionJob