Revision 712be3d5b3524706be3dedfc653752afe41d05c8 authored by James Graham on 12 April 2018, 13:01:19 UTC, committed by James Graham on 12 April 2018, 17:16:55 UTC
Split the internal handling of errors during a test into two cases;
INTERNAL-ERROR that is produced if there's an exception in the harness
and ERROR that is for exceptions reported by the test. Both are still
reported as ERROR to the user, but in the INTERNAL-ERROR case the
runner is always restarted, just like EXTERNAL-TIMEOUT, since we
assume that the internal state is compromised somehow.
1 parent e504871
History
File Mode Size
resources
OWNERS -rw-r--r-- 36 bytes
basic.any.js -rw-r--r-- 1.3 KB
idlharness.html -rw-r--r-- 1.2 KB
monotonic-clock.any.js -rw-r--r-- 724 bytes
performance-tojson.html -rw-r--r-- 2.5 KB
test_cross_frame_start.html -rw-r--r-- 2.7 KB
timeOrigin.html -rw-r--r-- 2.0 KB
timing-attack.html -rw-r--r-- 1.6 KB
window-worker-timeOrigin.window.js -rw-r--r-- 1.7 KB

back to top