diff options
Diffstat (limited to 'testing/mozbase/moztest/tests/data')
18 files changed, 71 insertions, 0 deletions
diff --git a/testing/mozbase/moztest/tests/data/srcdir/apple/a11y.toml b/testing/mozbase/moztest/tests/data/srcdir/apple/a11y.toml new file mode 100644 index 0000000000..6cd19840bc --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/apple/a11y.toml @@ -0,0 +1,3 @@ +[DEFAULT] + +["test_a11y.html"] diff --git a/testing/mozbase/moztest/tests/data/srcdir/apple/moz.build b/testing/mozbase/moztest/tests/data/srcdir/apple/moz.build new file mode 100644 index 0000000000..f86a251ad9 --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/apple/moz.build @@ -0,0 +1 @@ +A11Y_MANIFESTS += ["a11y.toml"] diff --git a/testing/mozbase/moztest/tests/data/srcdir/banana/moz.build b/testing/mozbase/moztest/tests/data/srcdir/banana/moz.build new file mode 100644 index 0000000000..b71e5e29a1 --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/banana/moz.build @@ -0,0 +1 @@ +XPCSHELL_TESTS_MANIFESTS += ["xpcshell.toml"] diff --git a/testing/mozbase/moztest/tests/data/srcdir/banana/xpcshell.toml b/testing/mozbase/moztest/tests/data/srcdir/banana/xpcshell.toml new file mode 100644 index 0000000000..5b576038bd --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/banana/xpcshell.toml @@ -0,0 +1,5 @@ +[DEFAULT] + +["currant/test_xpcshell_A.js"] + +["currant/test_xpcshell_B.js"] diff --git a/testing/mozbase/moztest/tests/data/srcdir/carrot/moz.build b/testing/mozbase/moztest/tests/data/srcdir/carrot/moz.build new file mode 100644 index 0000000000..a82183c0bc --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/carrot/moz.build @@ -0,0 +1 @@ +XPCSHELL_TESTS_MANIFESTS += ["xpcshell-one.toml", "xpcshell-two.toml"] diff --git a/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-one.toml b/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-one.toml new file mode 100644 index 0000000000..b7d36c0b04 --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-one.toml @@ -0,0 +1,5 @@ +[DEFAULT] +head = "head_one.js" + +["include:xpcshell-shared.toml"] +stick = "one" diff --git a/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-shared.toml b/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-shared.toml new file mode 100644 index 0000000000..46d6636760 --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-shared.toml @@ -0,0 +1,3 @@ +[DEFAULT] + +["test_included.js"] diff --git a/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-two.toml b/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-two.toml new file mode 100644 index 0000000000..bf89c8546e --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/carrot/xpcshell-two.toml @@ -0,0 +1,5 @@ +[DEFAULT] +head = "head_two.js" + +["include:xpcshell-shared.toml"] +stick = "two" diff --git a/testing/mozbase/moztest/tests/data/srcdir/dragonfruit/elderberry/xpcshell_updater.toml b/testing/mozbase/moztest/tests/data/srcdir/dragonfruit/elderberry/xpcshell_updater.toml new file mode 100644 index 0000000000..d03b58326c --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/dragonfruit/elderberry/xpcshell_updater.toml @@ -0,0 +1,8 @@ +[DEFAULT] +support-files = [ + "data/**", + "xpcshell_updater.toml", +] + +["test_xpcshell_C.js"] +head = "head_updates.js head2.js" diff --git a/testing/mozbase/moztest/tests/data/srcdir/dragonfruit/moz.build b/testing/mozbase/moztest/tests/data/srcdir/dragonfruit/moz.build new file mode 100644 index 0000000000..b71e5e29a1 --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/dragonfruit/moz.build @@ -0,0 +1 @@ +XPCSHELL_TESTS_MANIFESTS += ["xpcshell.toml"] diff --git a/testing/mozbase/moztest/tests/data/srcdir/dragonfruit/xpcshell.toml b/testing/mozbase/moztest/tests/data/srcdir/dragonfruit/xpcshell.toml new file mode 100644 index 0000000000..c5a2d40838 --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/dragonfruit/xpcshell.toml @@ -0,0 +1,6 @@ +[DEFAULT] + +["elderberry/test_xpcshell_C.js"] +head = "head_update.js" + +["include:elderberry/xpcshell_updater.toml"] diff --git a/testing/mozbase/moztest/tests/data/srcdir/fig/grape/instrumentation.toml b/testing/mozbase/moztest/tests/data/srcdir/fig/grape/instrumentation.toml new file mode 100644 index 0000000000..3794aad26a --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/fig/grape/instrumentation.toml @@ -0,0 +1,4 @@ +[DEFAULT] + +["src/TestInstrumentationA.java"] +subsuite = "background" diff --git a/testing/mozbase/moztest/tests/data/srcdir/fig/huckleberry/instrumentation.toml b/testing/mozbase/moztest/tests/data/srcdir/fig/huckleberry/instrumentation.toml new file mode 100644 index 0000000000..b61d8a247a --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/fig/huckleberry/instrumentation.toml @@ -0,0 +1,4 @@ +[DEFAULT] + +["src/TestInstrumentationB.java"] +subsuite = "browser" diff --git a/testing/mozbase/moztest/tests/data/srcdir/fig/moz.build b/testing/mozbase/moztest/tests/data/srcdir/fig/moz.build new file mode 100644 index 0000000000..8f46de2e35 --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/fig/moz.build @@ -0,0 +1,4 @@ +ANDROID_INSTRUMENTATION_MANIFESTS += [ + "grape/instrumentation.toml", + "huckleberry/instrumentation.toml", +] diff --git a/testing/mozbase/moztest/tests/data/srcdir/juniper/browser.toml b/testing/mozbase/moztest/tests/data/srcdir/juniper/browser.toml new file mode 100644 index 0000000000..8cde9a8891 --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/juniper/browser.toml @@ -0,0 +1,3 @@ +[DEFAULT] + +["browser_chrome.js"] diff --git a/testing/mozbase/moztest/tests/data/srcdir/kiwi/browser.toml b/testing/mozbase/moztest/tests/data/srcdir/kiwi/browser.toml new file mode 100644 index 0000000000..fde05f5597 --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/kiwi/browser.toml @@ -0,0 +1,5 @@ +[DEFAULT] + +["browser_devtools.js"] +subsuite = "devtools" +tags = "devtools" diff --git a/testing/mozbase/moztest/tests/data/srcdir/moz.build b/testing/mozbase/moztest/tests/data/srcdir/moz.build new file mode 100644 index 0000000000..9de14eb3fc --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/moz.build @@ -0,0 +1,4 @@ +BROWSER_CHROME_MANIFESTS += [ + "juniper/browser.toml", + "kiwi/browser.toml", +] diff --git a/testing/mozbase/moztest/tests/data/srcdir/wpt_manifest_data.json b/testing/mozbase/moztest/tests/data/srcdir/wpt_manifest_data.json new file mode 100644 index 0000000000..9067b0fad7 --- /dev/null +++ b/testing/mozbase/moztest/tests/data/srcdir/wpt_manifest_data.json @@ -0,0 +1,8 @@ +{ + "loganberry/web-platform/tests": { + "testharness": ["html/test_wpt.html"] + }, + "loganberry/web-platform/mozilla/tests": { + "testharness": ["html/test_wpt.html"] + } +} |