mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 0abb411331f86f472103183c7ec1136ea21a7e1b
This commit is contained in:
parent
d671010e46
commit
5a5512f805
139 changed files with 2559 additions and 1445 deletions
|
@ -5,6 +5,7 @@
|
|||
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
||||
|
||||
import { makeQueryString } from './url_query.js';
|
||||
import { extractPublicParams } from './url_query.js';
|
||||
import { getStackTrace, now } from './util/index.js';
|
||||
import { version } from './version.js';
|
||||
export class Logger {
|
||||
|
@ -39,7 +40,7 @@ export class TestSpecRecorder {
|
|||
record(test, params) {
|
||||
const result = {
|
||||
test,
|
||||
params,
|
||||
params: params ? extractPublicParams(params) : null,
|
||||
status: 'running',
|
||||
timems: -1
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue