From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../components/cleardata/tests/unit/xpcshell.toml | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 toolkit/components/cleardata/tests/unit/xpcshell.toml (limited to 'toolkit/components/cleardata/tests/unit/xpcshell.toml') diff --git a/toolkit/components/cleardata/tests/unit/xpcshell.toml b/toolkit/components/cleardata/tests/unit/xpcshell.toml new file mode 100644 index 0000000000..2df07abcea --- /dev/null +++ b/toolkit/components/cleardata/tests/unit/xpcshell.toml @@ -0,0 +1,40 @@ +[DEFAULT] +tags = "condprof" +firefox-appdir = "browser" +head = "head.js" +skip-if = ["os == 'android'"] +support-files = "" +prefs = [ + "privacy.bounceTrackingProtection.enabled=true", + "privacy.bounceTrackingProtection.enableTestMode=true", + "privacy.bounceTrackingProtection.bounceTrackingPurgeTimerPeriodSec=0", +] + +["test_basic.js"] + +["test_bounce_tracking_protection.js"] + +["test_certs.js"] + +["test_cookie_banner_handling.js"] + +["test_cookies.js"] + +["test_downloads.js"] + +["test_fingerprinting_protection_state.js"] + +["test_identity_credential_storage.js"] + +["test_network_cache.js"] +skip-if = ["condprof"] # Bug 1769154 - expected fail w/condprof + +["test_passwords.js"] + +["test_permissions.js"] + +["test_quota.js"] + +["test_security_settings.js"] + +["test_storage_permission.js"] -- cgit v1.2.3