Skip to content

Commit

Permalink
chore: disable flaky wpt tests (denoland#12696)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Nov 8, 2021
1 parent 5b1e537 commit 82dd133
Showing 1 changed file with 0 additions and 75 deletions.
75 changes: 0 additions & 75 deletions tools/wpt/expectation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 82dd133

Please sign in to comment.