Bug 704368 - Skip test_nsIProcess_stress.js on Linux64 debug for intermittent failures; r=glandium

This commit is contained in:
Ted Mielczarek 2012-12-07 09:12:01 -05:00
parent 987928ac67
commit 701b783680

View File

@ -31,7 +31,9 @@ fail-if = os == "android"
[test_nsIProcess.js]
skip-if = os == "win" # bug 582821
[test_nsIProcess_stress.js]
skip-if = os == "win" # See bug: 676412
# bug 676412, test isn't needed on windows
# bug 704368: test causes harness to be killed on debug Linux64
skip-if = os == "win" || (os == "linux" && debug && bits == 64)
[test_pipe.js]
[test_storagestream.js]
[test_streams.js]