2015-08-18 14:04:14 +02:00
|
|
|
prefix parallel
|
|
|
|
|
|
|
|
# To mark a test as flaky, list the test name in the appropriate section
|
|
|
|
# below, without ".js", followed by ": PASS,FLAKY". Example:
|
2015-11-24 08:31:11 -08:00
|
|
|
# sample-test : PASS,FLAKY
|
2015-08-18 14:04:14 +02:00
|
|
|
|
|
|
|
[true] # This section applies to all platforms
|
|
|
|
|
|
|
|
[$system==win32]
|
2016-02-12 14:27:40 -08:00
|
|
|
test-tick-processor : PASS,FLAKY
|
2015-08-18 14:04:14 +02:00
|
|
|
|
|
|
|
[$system==linux]
|
2016-02-20 19:30:21 -08:00
|
|
|
test-tick-processor : PASS,FLAKY
|
2015-08-18 14:04:14 +02:00
|
|
|
|
|
|
|
[$system==macos]
|
|
|
|
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
|
|
|
|
[$system==freebsd]
|
2016-02-10 15:56:26 -05:00
|
|
|
|
|
|
|
# fs-watch currently needs special configuration on AIX and we
|
|
|
|
# want to improve under https://github.com/nodejs/node/issues/5085.
|
|
|
|
# Tests are disabled so CI can be green and we can spot other
|
|
|
|
# regressions until this work is complete
|
|
|
|
[$system==aix]
|
|
|
|
test-fs-watch-enoent : FAIL, PASS
|
2016-03-28 15:36:53 -04:00
|
|
|
test-fs-watch-encoding : FAIL, PASS
|