summaryrefslogtreecommitdiffstats
path: root/toolkit/components/aboutmemory/tests/chrome.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/aboutmemory/tests/chrome.toml')
-rw-r--r--toolkit/components/aboutmemory/tests/chrome.toml42
1 files changed, 42 insertions, 0 deletions
diff --git a/toolkit/components/aboutmemory/tests/chrome.toml b/toolkit/components/aboutmemory/tests/chrome.toml
new file mode 100644
index 0000000000..7bc72d7730
--- /dev/null
+++ b/toolkit/components/aboutmemory/tests/chrome.toml
@@ -0,0 +1,42 @@
+[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_dumpGCAndCCLogsToFile.xhtml"]
+skip-if = ["(verify && debug && (os == 'mac'))"]
+
+["test_memoryReporters.xhtml"]
+
+["test_memoryReporters2.xhtml"]
+
+["test_sqliteMultiReporter.xhtml"]