2015-08-18 14:04:14 +02: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
|
|
|
|
|
|
|
|
[$system==win32]
|
|
|
|
|
|
|
|
[$system==linux]
|
|
|
|
|
|
|
|
[$system==macos]
|
|
|
|
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
|
|
|
|
[$system==freebsd]
|
|
|
|
|
2016-02-10 21:56:26 +01: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]
|
2016-02-17 12:44:25 +01:00
|
|
|
test-fs-watch : FAIL,PASS
|