Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wpts #2226

Merged
merged 3 commits into from
Aug 26, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update wpts
  • Loading branch information
KhafraDev committed Aug 25, 2023
commit 65431fc39772210f6d21cf93c4c6fcb9a5e0db40
2 changes: 2 additions & 0 deletions test/wpt/runner/runner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ export class WPTRunner extends EventEmitter {
`unexpected failures: ${failed - expectedFailures}, ` +
`skipped: ${skipped}`
)

process.exit(0)
}

addInitScript (code) {
Expand Down
14 changes: 12 additions & 2 deletions test/wpt/status/fetch.status.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"api": {
"abort": {
"general.any.js": {
"note": "TODO(@KhafraDev): Clone aborts with original controller can probably be fixed",
"fail": [
"Already aborted signal rejects immediately",
"Underlying connection is closed when aborting after receiving response - no-cors",
"Stream errors once aborted. Underlying connection closed.",
"Readable stream synchronously cancels with AbortError if aborted before reading"
"Readable stream synchronously cancels with AbortError if aborted before reading",
"Clone aborts with original controller"
]
},
"cache.https.any.js": {
Expand All @@ -33,8 +35,12 @@
]
},
"integrity.sub.any.js": {
"note": "TODO(@KhafraDev): sha-512 tests can probably be fixed",
"fail": [
"Empty string integrity for opaque response"
"Empty string integrity for opaque response",
"SHA-512 integrity with missing padding",
"SHA-512 integrity base64url encoded",
"SHA-512 integrity base64url encoded with missing padding"
]
},
"keepalive.any.js": {
Expand Down Expand Up @@ -128,6 +134,10 @@
]
}
},
"fetch-later": {
"note": "this is not part of the spec, only a proposal",
"skip": true
},
"headers": {
"header-setcookie.any.js": {
"note": "undici doesn't filter headers",
Expand Down
Loading
Loading