github web-platform-tests/wpt merge_pr_48864

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
10 months ago

Add more detail to testdriver errors

Something like:

FAIL message: promise_test: Unhandled rejection with value: "error:
Action action_sequence failed"

…which doesn't give you much to go on.

Instead, let's change this to give detail of the expected exception:

FAIL message: promise_test: Unhandled rejection with value: "error:
Action action_sequence failed: move target out of bounds (500)"

If we have an unexpected exception, we instead output the full
traceback.

Don't miss a new wpt release

NewReleases is sending notifications on new releases.