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
|
2015-08-26 18:42:45 +08:00
|
|
|
test-child-process-fork-getconnections : PASS,FLAKY
|
2015-09-03 00:03:02 +08:00
|
|
|
test-repl-persistent-history : PASS,FLAKY
|
2015-08-18 20:04:14 +08:00
|
|
|
|
|
|
|
[$system==win32]
|
|
|
|
|
|
|
|
[$system==linux]
|
|
|
|
|
|
|
|
[$system==macos]
|
|
|
|
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
|
|
|
|
[$system==freebsd]
|
|
|
|
|