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
test: address flaky wpt/test-timers
Moving test harness from Parallel to Simple resolves most of the
failures. negative-settimeout.any.js still needs to be marked flaky.

Refs: #37672

PR-URL: #37691
Fixes: #37672
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
Trott committed Mar 14, 2021
commit 66f0eb7dc3f34c517038ff5e2da471aaafc306c8
6 changes: 5 additions & 1 deletion test/wpt/status/html/webappapis/timers.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"negative-settimeout.any.js": {
"fail": "unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672"
}
}
2 changes: 1 addition & 1 deletion test/wpt/testcfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
import testpy

def GetConfiguration(context, root):
return testpy.ParallelTestConfiguration(context, root, 'wpt')
return testpy.SimpleTestConfiguration(context, root, 'wpt')