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]
|
2017-10-18 06:50:25 +02:00
|
|
|
test-inspector-bindings : PASS, FLAKY
|
|
|
|
test-inspector-debug-end : PASS, FLAKY
|
|
|
|
test-inspector-stop-profile-after-done: PASS, FLAKY
|
2015-08-18 14:04:14 +02:00
|
|
|
|
|
|
|
[$system==linux]
|
|
|
|
|
|
|
|
[$system==macos]
|
|
|
|
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
|
|
|
|
|
|
[$system==freebsd]
|
|
|
|
|
2016-02-10 21:56:26 +01:00
|
|
|
[$system==aix]
|
2017-10-18 06:50:25 +02:00
|
|
|
test-inspector-stop-profile-after-done: PASS, FLAKY
|