summaryrefslogtreecommitdiffstats
path: root/modules/libjar/zipwriter/test/unit/xpcshell.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /modules/libjar/zipwriter/test/unit/xpcshell.toml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'modules/libjar/zipwriter/test/unit/xpcshell.toml')
-rw-r--r--modules/libjar/zipwriter/test/unit/xpcshell.toml58
1 files changed, 58 insertions, 0 deletions
diff --git a/modules/libjar/zipwriter/test/unit/xpcshell.toml b/modules/libjar/zipwriter/test/unit/xpcshell.toml
new file mode 100644
index 0000000000..98ae9cba0f
--- /dev/null
+++ b/modules/libjar/zipwriter/test/unit/xpcshell.toml
@@ -0,0 +1,58 @@
+[DEFAULT]
+head = "head_zipwriter.js"
+support-files = [
+ "data/test_bug446708/thumbs/st14-1.tiff",
+ "data/emptyfile.txt",
+ "data/smallfile.txt",
+ "data/test.png",
+ "data/test.txt",
+ "data/test.zip",
+ "data/test_bug399727.html",
+ "data/test_bug399727.zlib",
+ "data/test_bug717061.gz",
+ "data/test_bug717061.html",
+]
+
+["test_alignment.js"]
+
+["test_asyncadd.js"]
+
+["test_asyncbadadd.js"]
+
+["test_asyncbadremove.js"]
+
+["test_asyncremove.js"]
+
+["test_bug399727.js"]
+
+["test_bug419769_1.js"]
+
+["test_bug419769_2.js"]
+
+["test_bug425768.js"]
+
+["test_bug433248.js"]
+
+["test_bug446708.js"]
+
+["test_bug467740.js"]
+
+["test_bug717061.js"]
+
+["test_createempty.js"]
+
+["test_deflatedata.js"]
+
+["test_directory.js"]
+
+["test_editexisting.js"]
+
+["test_storedata.js"]
+
+["test_sync.js"]
+
+["test_undochange.js"]
+
+["test_zipcomment.js"]
+
+["test_zippermissions.js"]