1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00

chore: disable flaky wpt tests (#12696)

This commit is contained in:
Luca Casonato 2021-11-08 23:30:41 +01:00 committed by GitHub
parent 5b1e537446
commit 82dd133d5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7654,84 +7654,10 @@
"XMLHttpRequest and duplicate Content-Length/Content-Type headers",
"fetch() and duplicate Content-Length/Content-Type headers"
],
"parsing.window.html": [
"Input: \"Content-Length: aaaah\\r\\nContent-Length: aaaah\". Expected: 42.",
"Input: \"Content-Length: aaaah, aaaah\". Expected: 42.",
"Input: \"Content-Length: aaaah\". Expected: 42.",
"Input: \"Content-Length: 42s\". Expected: 42.",
"Input: \"Content-Length: 30s\". Expected: 42.",
"Input: \"Content-Length: -1\". Expected: 42.",
"Input: \"Content-Length: 0x20\". Expected: 42.",
"Input: \"Content-Length: 030\\r\\nContent-Length: 30\". Expected: network error.",
"Input: \"Content-Length: 030, 30\". Expected: network error.",
"Input: \"Content-Length: \\\"30\\\"\". Expected: 42.",
"Input: \"Content-Length: \". Expected: 42."
],
"too-long.window.html": [
"Content-Length header value of network response exceeds response body"
]
},
"content-type": {
"response.window.html": [
"<iframe>: separate response Content-Type: text/plain",
"<iframe>: combined response Content-Type: text/plain",
"<iframe>: separate response Content-Type: text/plain ",
"<iframe>: combined response Content-Type: text/plain ",
"<iframe>: separate response Content-Type: text/html text/plain",
"<iframe>: combined response Content-Type: text/html text/plain",
"<iframe>: separate response Content-Type: text/plain;charset=gbk text/html",
"<iframe>: combined response Content-Type: text/plain;charset=gbk text/html",
"<iframe>: separate response Content-Type: text/plain;charset=gbk text/html;charset=windows-1254",
"<iframe>: combined response Content-Type: text/plain;charset=gbk text/html;charset=windows-1254",
"<iframe>: separate response Content-Type: text/plain;charset=gbk text/plain",
"<iframe>: combined response Content-Type: text/plain;charset=gbk text/plain",
"<iframe>: separate response Content-Type: text/plain;charset=gbk text/plain;charset=windows-1252",
"<iframe>: combined response Content-Type: text/plain;charset=gbk text/plain;charset=windows-1252",
"<iframe>: separate response Content-Type: text/html;charset=gbk text/html;x=\",text/plain",
"<iframe>: combined response Content-Type: text/html;charset=gbk text/html;x=\",text/plain",
"<iframe>: separate response Content-Type: text/plain;charset=gbk;x=foo text/plain",
"<iframe>: combined response Content-Type: text/plain;charset=gbk;x=foo text/plain",
"<iframe>: separate response Content-Type: text/html;charset=gbk text/plain text/html",
"<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html",
"<iframe>: separate response Content-Type: text/plain */*",
"<iframe>: combined response Content-Type: text/plain */*",
"<iframe>: separate response Content-Type: text/html */*",
"<iframe>: combined response Content-Type: text/html */*",
"<iframe>: separate response Content-Type: */* text/html",
"<iframe>: combined response Content-Type: */* text/html",
"<iframe>: separate response Content-Type: text/plain */*;charset=gbk",
"<iframe>: combined response Content-Type: text/plain */*;charset=gbk",
"<iframe>: separate response Content-Type: text/html */*;charset=gbk",
"<iframe>: combined response Content-Type: text/html */*;charset=gbk",
"<iframe>: separate response Content-Type: text/html;x=\" text/plain",
"<iframe>: combined response Content-Type: text/html;x=\" text/plain",
"<iframe>: separate response Content-Type: text/html;\" text/plain",
"<iframe>: combined response Content-Type: text/html;\" text/plain",
"<iframe>: separate response Content-Type: text/html;\" \\\" text/plain",
"<iframe>: combined response Content-Type: text/html;\" \\\" text/plain",
"<iframe>: separate response Content-Type: text/html;\" \\\" text/plain \";charset=GBK",
"<iframe>: combined response Content-Type: text/html;\" \\\" text/plain \";charset=GBK",
"<iframe>: separate response Content-Type: text/html;\" \" text/plain",
"<iframe>: combined response Content-Type: text/html;\" \" text/plain",
"fetch(): separate response Content-Type: text/plain;charset=gbk text/plain",
"fetch(): combined response Content-Type: text/plain;charset=gbk text/plain",
"Request: combined response Content-Type: text/plain;charset=gbk text/plain",
"Response: combined response Content-Type: text/plain;charset=gbk text/plain",
"fetch(): separate response Content-Type: text/html;charset=gbk text/html;x=\",text/plain",
"fetch(): combined response Content-Type: text/html;charset=gbk text/html;x=\",text/plain",
"Request: combined response Content-Type: text/html;charset=gbk text/html;x=\",text/plain",
"Response: combined response Content-Type: text/html;charset=gbk text/html;x=\",text/plain",
"fetch(): separate response Content-Type: text/plain;charset=gbk;x=foo text/plain",
"fetch(): combined response Content-Type: text/plain;charset=gbk;x=foo text/plain",
"Request: combined response Content-Type: text/plain;charset=gbk;x=foo text/plain",
"Response: combined response Content-Type: text/plain;charset=gbk;x=foo text/plain",
"fetch(): combined response Content-Type: text/html;x=\" text/plain",
"fetch(): separate response Content-Type: text/html;\" \\\" text/plain \";charset=GBK",
"fetch(): combined response Content-Type: text/html;\" \\\" text/plain \";charset=GBK",
"Request: combined response Content-Type: text/html;\" \\\" text/plain \";charset=GBK",
"Response: combined response Content-Type: text/html;\" \\\" text/plain \";charset=GBK"
]
},
"data-urls": {
"base64.any.html": true,
"base64.any.worker.html": true,
@ -8559,7 +8485,6 @@
"abort.any.worker.html?wss": true,
"backpressure-receive.any.html?wpt_flags=h2": false,
"backpressure-receive.any.html?wss": true,
"backpressure-receive.any.worker.html?wpt_flags=h2": false,
"backpressure-receive.any.worker.html?wss": true,
"backpressure-send.any.html?wpt_flags=h2": false,
"backpressure-send.any.html?wss": true,