Bug 1439991 - Re-enable netmonitor test on windows. r=rwood draft
authorAlexandre Poirot <poirot.alex@gmail.com>
Tue, 20 Feb 2018 11:01:28 -0800
changeset 759665 e1301f1ca53d2856ce71585c41d35a45954a9cb9
parent 759598 f2c185a98cd6df885d1d1328149b9fe23b1ee51d
child 759666 54c3e07deaf996d6b794ac50d74b21ebf68031ea
push id100425
push userbmo:poirot.alex@gmail.com
push dateMon, 26 Feb 2018 11:16:07 +0000
reviewersrwood
bugs1439991
milestone60.0a1
Bug 1439991 - Re-enable netmonitor test on windows. r=rwood MozReview-Commit-ID: DZDrkyo3nqm
testing/talos/talos/tests/devtools/addon/content/damp.html
--- a/testing/talos/talos/tests/devtools/addon/content/damp.html
+++ b/testing/talos/talos/tests/devtools/addon/content/damp.html
@@ -2,23 +2,16 @@
   <head>
 <meta charset="UTF-8"/>
 <title>DAMP - Devtools At Maximum Performance</title>
 
 <script type="application/x-javascript">
 // Empty subtests interpreted as all subtests, since otherwise meaningless.
 var config = {subtests: [], repeat: 1};
 
-// Bug 1400580 disable 'complicated.netmonitor' on Win
-ChromeUtils.import("resource://gre/modules/Services.jsm");
-var run_complicated_netmonitor = true;
-if (Services.appinfo.OS == "WINNT") {
-  run_complicated_netmonitor = false;
-}
-
 var defaultConfig = {
   repeat: 1,
   rest: 100,
   subtests: {
     "cold.inspector": true,
 
     "simple.webconsole": true,
     "simple.inspector": true,
@@ -28,17 +21,17 @@ var defaultConfig = {
     "simple.netmonitor": true,
     "simple.saveAndReadHeapSnapshot": true,
 
     "complicated.webconsole": true,
     "complicated.inspector": true,
     "complicated.debugger": true,
     "complicated.styleeditor": true,
     "complicated.performance": true,
-    "complicated.netmonitor": run_complicated_netmonitor,
+    "complicated.netmonitor": true,
     "complicated.saveAndReadHeapSnapshot": true,
 
     "custom.webconsole": true,
     "custom.inspector": true,
     "custom.debugger": true,
 
     "console.bulklog": true,
     "console.streamlog": true,