Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
14 changes: 13 additions & 1 deletion test/wpt/status/eventsource.status.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
"eventsource-onmessage-trusted.any.js": {
"note": "An Event created in userspace can not be set to trusted.",
"skip": true
},
"request-cache-control.any.js": {
"note": "TODO: investigate why this test timeouts on Node 24",
"skip": true
},
"format-field-id-2.any.js": {
"note": "TODO: investigate why this test fails",
"skip": true
},
"format-field-id.any.js": {
"note": "TODO: investigate why this test fails",
"skip": true
}
}
}
8 changes: 8 additions & 0 deletions test/wpt/status/websockets.status.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
"write.any.js": {
"note": "TODO: investigate failure",
"skip": true
},
"remote-close.any.js": {
"note": "TODO: investigate failure in Node 24",
"skip": true
},
"websocket-error.any.js": {
"note": "TODO: investigate failure in Node 24",
"skip": true
}
}
},
Expand Down
Loading