Bug 1442508 - Enable tests on the nojit builds. r?sfink draft
authorMike Hommey <mh+mozilla@glandium.org>
Fri, 02 Mar 2018 12:04:15 +0900
changeset 762333 02858ce0943a12bb6fb6f1cd15c05837926fc4ae
parent 762291 5410375734d6ca8be3ff06acdc1c951d87d644ee
push id101145
push userbmo:mh+mozilla@glandium.org
push dateFri, 02 Mar 2018 04:22:55 +0000
reviewerssfink
bugs1442508
milestone60.0a1
Bug 1442508 - Enable tests on the nojit builds. r?sfink
js/src/devtools/automation/variants/nojit
--- a/js/src/devtools/automation/variants/nojit
+++ b/js/src/devtools/automation/variants/nojit
@@ -1,7 +1,4 @@
 {
     "configure-args": "--disable-ion --enable-warnings-as-errors",
-    "optimize": true,
-    "skip-tests": {
-        "all": ["jstests", "jittest", "jsapitests"]
-    }
+    "optimize": true
 }