Bug 1394989 - Prevent test_nsIProcess.js from running on linux64-ccov. r?froydnj draft
authorGreg Mierzwinski <gmierz2@outlook.com>
Sun, 03 Sep 2017 17:46:57 -0400
changeset 658338 dd0543cd33689565b905f87cd85a574f68db6aca
parent 658333 0afabd3e5c27b0036517b96eecb1f8553d027179
child 729608 6495f460e501e514b9087f8727a2a7e503cba87c
push id77722
push userbmo:gmierz2@outlook.com
push dateSun, 03 Sep 2017 21:57:28 +0000
reviewersfroydnj
bugs1394989
milestone57.0a1
Bug 1394989 - Prevent test_nsIProcess.js from running on linux64-ccov. r?froydnj This patch skips test_nsIProcess.js when it is running on linux64-ccov. MozReview-Commit-ID: EZaAcKsy0UA
xpcom/tests/unit/xpcshell.ini
--- a/xpcom/tests/unit/xpcshell.ini
+++ b/xpcom/tests/unit/xpcshell.ini
@@ -34,17 +34,17 @@ fail-if = os == "android"
 [test_localfile.js]
 [test_mac_bundle.js]
 [test_nsIMutableArray.js]
 [test_nsIProcess.js]
 skip-if = os == "win" || os == "linux" # bug 582821, bug 1325609
 # Bug 676998: test fails consistently on Android
 fail-if = os == "android"
 [test_nsIProcess_stress.js]
-skip-if = os == "win" || coverage # bug 676412, test isn't needed on windows and runs really slowly, bug 1394989
+skip-if = os == "win" || ccov # bug 676412, test isn't needed on windows and runs really slowly, bug 1394989
 [test_pipe.js]
 [test_process_directives.js]
 skip-if = os == "android"
 [test_process_directives_child.js]
 skip-if = os == "android"
 [test_storagestream.js]
 [test_streams.js]
 [test_seek_multiplex.js]