Searched refs:harness_status (Results 1 – 1 of 1) sorted by relevance
/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 81 function (tests, harness_status, asserts) { 85 this_obj._dispatch("completion_callback", [tests, harness_status], 88 status: harness_status.structured_clone(), 183 add_completion_callback(function (tests, harness_status, asserts_run) { argument 184 this_obj.output_handler.show_results(tests, harness_status, asserts_run); 305 function(tests, harness_status, asserts) { argument 312 status: harness_status.structured_clone(), 4082 Output.prototype.show_results = function (tests, harness_status, asserts_run) { argument 4131 var status = harness_status.format_status(); 4146 if (harness_status.status === harness_status.ERROR) { [all …]
|