Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
b91
Description
Since test262 takes a long time to complete, it'd be helpful if it remembered which tests failed, and on the next run only re-run those. This allows us to fix bugs discovered by test262 incrementally - fix one bug, re-run, repeat, until they're all gone. Of course, after it completes with 0 failures, next time it'll again run all tests.