1
0
Fork 0
firefox/browser/components/sessionstore/test/unit/xpcshell.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

44 lines
1.4 KiB
TOML

[DEFAULT]
head = "head.js"
tags = "condprof"
firefox-appdir = "browser"
support-files = [
"data/sessionCheckpoints_all.json",
"data/sessionstore_invalid.js",
"data/sessionstore_valid.js",
]
["test_backup_once.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && condprof", # Bug 1769154
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt && condprof", # Bug 1769154
]
["test_final_write_cleanup.js"]
["test_histogram_corrupt_files.js"]
["test_migration_lz4compression.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && condprof", # Bug 1769154
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt && condprof", # Bug 1769154
]
["test_session_schema.js"]
support-files = [
"data/sessionstore_complete.json",
]
["test_startup_invalid_session.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && condprof", # Bug 1769154
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt && condprof", # Bug 1769154
]
["test_startup_nosession_async.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && condprof", # Bug 1769154
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt && condprof", # Bug 1769154
]
["test_startup_session_async.js"]