You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
browser_tests: Report exceptions as test results. NFC (#16901)
I noticed that exceptions in browser tests were not being reported
as test failure, but showing up as `[no http server activity]`.
With this change, exceptions are treated as results and will cause
synchronous test failure with more meaningful errors.
0 commit comments