mochitest.toml (1548B)
1 [DEFAULT] 2 3 ["test_SimpletestGetTestFileURL.html"] 4 5 ["test_SpecialPowersExtension.html"] 6 7 ["test_SpecialPowersExtension2.html"] 8 support-files = "file_SpecialPowersFrame1.html" 9 10 ["test_SpecialPowersLoadChromeScript.html"] 11 support-files = "SpecialPowersLoadChromeScript.js" 12 13 ["test_SpecialPowersLoadChromeScript_function.html"] 14 15 ["test_SpecialPowersPushPermissions.html"] 16 support-files = "specialPowers_framescript.js" 17 18 ["test_SpecialPowersPushPrefEnv.html"] 19 20 ["test_SpecialPowersSandbox.html"] 21 22 ["test_SpecialPowersSpawn.html"] 23 support-files = "file_spawn.html" 24 25 ["test_SpecialPowersSpawnChrome.html"] 26 27 ["test_SpecialPowersStructuredClone.html"] 28 29 ["test_TestsRunningAfterSimpleTestFinish.html"] 30 skip-if = [ 31 "true", # depends on fix for bug 1048446 32 ] 33 34 ["test_bug649012.html"] 35 36 ["test_createFiles.html"] 37 38 ["test_getweakmapkeys.html"] 39 40 ["test_sanity.html"] 41 42 ["test_sanityEventUtils.html"] 43 skip-if = [ 44 "fission && xorigin", # Bug 1716411 - New fission platform triage 45 ] 46 47 ["test_sanityException.html"] 48 49 ["test_sanityException2.html"] 50 51 ["test_sanityParams.html"] 52 53 ["test_sanityRegisteredServiceWorker.html"] 54 support-files = "empty.js" 55 skip-if = [ 56 "verify-standalone", 57 ] 58 59 ["test_sanityRegisteredServiceWorker2.html"] 60 support-files = "empty.js" 61 skip-if = [ 62 "verify", 63 ] 64 65 ["test_sanitySimpletest.html"] 66 67 ["test_sanityWindowSnapshot.html"] 68 69 ["test_sanity_cleanup.html"] 70 71 ["test_sanity_cleanup2.html"] 72 73 ["test_sanity_manifest.html"] 74 fail-if = [ 75 "true", 76 ] 77 78 ["test_sanity_manifest_pf.html"] 79 fail-if = [ 80 "true", 81 ] 82 83 ["test_sanity_waitForCondition.html"]