mirror of
https://github.com/nodejs/node.git
synced 2025-04-29 14:25:18 +00:00

Mark test-inspector-port-zero-cluster flaky on Linux. Also, alphabetize win32 entries in status file. PR-URL: https://github.com/nodejs/node/pull/21251 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
28 lines
800 B
Plaintext
28 lines
800 B
Plaintext
prefix sequential
|
|
|
|
# To mark a test as flaky, list the test name in the appropriate section
|
|
# below, without ".js", followed by ": PASS,FLAKY". Example:
|
|
# sample-test : PASS,FLAKY
|
|
|
|
[true] # This section applies to all platforms
|
|
# This test will be flaky until https://github.com/libuv/libuv/pull/1742 lands
|
|
# on Node.js.
|
|
test-fs-readfile-tostring-fail: PASS, FLAKY
|
|
|
|
[$system==win32]
|
|
test-inspector-async-call-stack : PASS, FLAKY
|
|
test-inspector-async-hook-setup-at-signal: PASS, FLAKY
|
|
test-inspector-bindings : PASS, FLAKY
|
|
test-inspector-debug-end : PASS, FLAKY
|
|
|
|
[$system==linux]
|
|
test-inspector-port-zero-cluster : PASS, FLAKY
|
|
|
|
[$system==macos]
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==aix]
|