mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
e2697c1a64
PR-URL: https://github.com/nodejs/node/pull/51589 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"cors-preflight.any.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"resource_nested_dedicated_worker.worker.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"resource_timing.worker.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"sizes-cache.any.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"sizes-redirect.any.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"supported_resource_type.any.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"buffered-flag.any.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"idlharness.any.js": {
|
|
"fail": {
|
|
"expected": [
|
|
"PerformanceResourceTiming interface: attribute firstInterimResponseStart",
|
|
"PerformanceResourceTiming interface: attribute renderBlockingStatus",
|
|
"PerformanceResourceTiming interface: attribute contentType",
|
|
"PerformanceResourceTiming interface: resource must inherit property \"firstInterimResponseStart\" with the proper type",
|
|
"PerformanceResourceTiming interface: resource must inherit property \"renderBlockingStatus\" with the proper type",
|
|
"PerformanceResourceTiming interface: resource must inherit property \"contentType\" with the proper type",
|
|
"PerformanceResourceTiming interface: default toJSON operation on resource"
|
|
]
|
|
}
|
|
}
|
|
}
|