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 /toolkit/components/aboutmemory/tests/chrome.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream.tar.xz firefox-esr-upstream.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/components/aboutmemory/tests/chrome.ini')
-rw-r--r-- | toolkit/components/aboutmemory/tests/chrome.ini | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/toolkit/components/aboutmemory/tests/chrome.ini b/toolkit/components/aboutmemory/tests/chrome.ini new file mode 100644 index 0000000000..4e5071e4a0 --- /dev/null +++ b/toolkit/components/aboutmemory/tests/chrome.ini @@ -0,0 +1,31 @@ +[DEFAULT] +skip-if = os == 'android' +support-files = + crash-dump-diff1.json + crash-dump-diff2.json + crash-dump-good.json + fiss-diff1.json + fiss-diff2.json + memory-reports-bad.json + memory-reports-diff1.json + memory-reports-diff2.json + memory-reports-good.json + remote.xhtml + +[test_aboutmemory.xhtml] +[test_aboutmemory2.xhtml] +[test_aboutmemory3.xhtml] +[test_aboutmemory4.xhtml] +skip-if = + os == "linux" && bits == 64 && debug # Bug 1683002 +[test_aboutmemory5.xhtml] +skip-if = + asan # Bug 1116230 + os == "linux" && bits == 64 && debug # Bug 1683002 +[test_aboutmemory6.xhtml] +[test_aboutmemory7.xhtml] +[test_memoryReporters.xhtml] +[test_memoryReporters2.xhtml] +[test_sqliteMultiReporter.xhtml] +[test_dumpGCAndCCLogsToFile.xhtml] +skip-if = (verify && debug && (os == 'mac')) |