diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /dom/cache/test/mochitest/mochitest.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/cache/test/mochitest/mochitest.ini')
-rw-r--r-- | dom/cache/test/mochitest/mochitest.ini | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/dom/cache/test/mochitest/mochitest.ini b/dom/cache/test/mochitest/mochitest.ini new file mode 100644 index 0000000000..51dc9917be --- /dev/null +++ b/dom/cache/test/mochitest/mochitest.ini @@ -0,0 +1,66 @@ +[DEFAULT] +tags = condprof +support-files = + test_cache.js + test_cache_add.js + worker_driver.js + worker_wrapper.js + frame.html + message_receiver.html + driver.js + serviceworker_driver.js + test_cache_match_request.js + test_cache_matchAll_request.js + test_cache_overwrite.js + mirror.sjs + test_cache_match_vary.js + vary.sjs + test_caches.js + test_cache_keys.js + test_cache_put.js + test_cache_requestCache.js + test_cache_delete.js + test_cache_put_reorder.js + test_cache_redirect.js + test_cache_https.js + large_url_list.js + empty.html + idle_worker.js + +[test_cache.html] +[test_cache_add.html] +[test_cache_match_request.html] +[test_cache_matchAll_request.html] +[test_cache_overwrite.html] +skip-if = + http3 +[test_cache_match_vary.html] +[test_caches.html] +[test_cache_keys.html] +[test_cache_put.html] +[test_cache_requestCache.html] +[test_cache_delete.html] +[test_cache_put_reorder.html] +[test_cache_https.html] +[test_cache_redirect.html] +[test_cache_restart.html] +[test_cache_shrink.html] +[test_cache_orphaned_cache.html] +[test_cache_orphaned_body.html] +scheme=https +skip-if = + os == "linux" && bits == 64 && debug # Bug 1749068 +[test_cache_padding.html] +skip-if = verify + os == 'android' # bug 1468434 for android + condprof #: "The opaque response should be removed by caches.delete() and cache.delete()" +[test_cache_untrusted.html] +skip-if = + http3 +[test_cache_updateUsage.html] +[test_chrome_constructor.html] +[test_cache_worker_gc.html] +scheme=https +skip-if = + os == "linux" && bits == 64 && debug # Bug 1749068 +[test_cache_tons_of_fd.html] |