2015-08-18 20:04:14 +08:00
|
|
|
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
|
2020-04-14 05:12:31 +08:00
|
|
|
# https://github.com/nodejs/node/issues/27611#issuecomment-613100468
|
|
|
|
test-cpu-prof-dir-worker: PASS, FLAKY
|
2015-08-18 20:04:14 +08:00
|
|
|
|
|
|
|
[$system==win32]
|
|
|
|
|
|
|
|
[$system==linux]
|
|
|
|
|
|
|
|
[$system==macos]
|
|
|
|
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
|
|
|
|
[$system==freebsd]
|
|
|
|
|
2016-02-11 04:56:26 +08:00
|
|
|
[$system==aix]
|
2019-08-09 02:01:42 +08:00
|
|
|
# https://github.com/nodejs/node/pull/29054
|
2019-06-29 00:36:30 +08:00
|
|
|
test-buffer-creation-regression: SKIP
|
2018-10-13 22:20:02 +08:00
|
|
|
|
2019-12-06 15:08:57 +08:00
|
|
|
[$system==ibmi]
|
|
|
|
# https://github.com/nodejs/node/pull/29054
|
|
|
|
test-buffer-creation-regression: SKIP
|
|
|
|
# https://github.com/nodejs/node/pull/30819
|
|
|
|
test-perf-hooks: SKIP
|
|
|
|
|
2018-10-13 22:20:02 +08:00
|
|
|
[$arch==arm]
|