summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/Harness_sanity/mochitest.toml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mochitest/tests/Harness_sanity/mochitest.toml')
-rw-r--r--testing/mochitest/tests/Harness_sanity/mochitest.toml75
1 files changed, 75 insertions, 0 deletions
diff --git a/testing/mochitest/tests/Harness_sanity/mochitest.toml b/testing/mochitest/tests/Harness_sanity/mochitest.toml
new file mode 100644
index 0000000000..a910407dc8
--- /dev/null
+++ b/testing/mochitest/tests/Harness_sanity/mochitest.toml
@@ -0,0 +1,75 @@
+[DEFAULT]
+
+["test_SimpletestGetTestFileURL.html"]
+
+["test_SpecialPowersExtension.html"]
+
+["test_SpecialPowersExtension2.html"]
+support-files = "file_SpecialPowersFrame1.html"
+
+["test_SpecialPowersLoadChromeScript.html"]
+support-files = "SpecialPowersLoadChromeScript.js"
+
+["test_SpecialPowersLoadChromeScript_function.html"]
+
+["test_SpecialPowersLoadPrivilegedScript.html"]
+
+["test_SpecialPowersPushPermissions.html"]
+support-files = "specialPowers_framescript.js"
+
+["test_SpecialPowersPushPrefEnv.html"]
+
+["test_SpecialPowersSandbox.html"]
+
+["test_SpecialPowersSpawn.html"]
+support-files = "file_spawn.html"
+
+["test_SpecialPowersSpawnChrome.html"]
+
+["test_TestsRunningAfterSimpleTestFinish.html"]
+skip-if = ["true"] #depends on fix for bug 1048446
+
+["test_bug649012.html"]
+
+["test_createFiles.html"]
+
+["test_getweakmapkeys.html"]
+
+["test_sanity.html"]
+
+["test_sanityEventUtils.html"]
+skip-if = [
+ "verify && (os == 'win')", # bug 688052
+ "fission && xorigin", # Bug 1716411 - New fission platform triage
+]
+
+["test_sanityException.html"]
+
+["test_sanityException2.html"]
+
+["test_sanityParams.html"]
+
+["test_sanityRegisteredServiceWorker.html"]
+support-files = "empty.js"
+
+["test_sanityRegisteredServiceWorker2.html"]
+skip-if = [
+ "verify",
+]
+support-files = "empty.js"
+
+["test_sanitySimpletest.html"]
+
+["test_sanityWindowSnapshot.html"]
+
+["test_sanity_cleanup.html"]
+
+["test_sanity_cleanup2.html"]
+
+["test_sanity_manifest.html"]
+fail-if = ["true"]
+
+["test_sanity_manifest_pf.html"]
+fail-if = ["true"]
+
+["test_sanity_waitForCondition.html"]