summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/test/unit/xpcshell-parent-process.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /dom/indexedDB/test/unit/xpcshell-parent-process.ini
parentInitial commit. (diff)
downloadthunderbird-upstream.tar.xz
thunderbird-upstream.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/indexedDB/test/unit/xpcshell-parent-process.ini')
-rw-r--r--dom/indexedDB/test/unit/xpcshell-parent-process.ini67
1 files changed, 67 insertions, 0 deletions
diff --git a/dom/indexedDB/test/unit/xpcshell-parent-process.ini b/dom/indexedDB/test/unit/xpcshell-parent-process.ini
new file mode 100644
index 0000000000..e1b02c2c1d
--- /dev/null
+++ b/dom/indexedDB/test/unit/xpcshell-parent-process.ini
@@ -0,0 +1,67 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+[DEFAULT]
+dupe-manifest =
+head = xpcshell-head-parent-process.js
+tail =
+support-files =
+ bug1056939_profile.zip
+ idbSubdirUpgrade1_profile.zip
+ idbSubdirUpgrade2_profile.zip
+ mutableFileUpgrade_profile.zip
+ obsoleteOriginAttributes_profile.zip
+ orphaned_files_profile.zip
+ oldDirectories_profile.zip
+ GlobalObjectsChild.js
+ GlobalObjectsModule.sys.mjs
+ GlobalObjectsSandbox.js
+ metadata2Restore_profile.zip
+ metadataRestore_profile.zip
+ schema18upgrade_profile.zip
+ schema21upgrade_profile.zip
+ schema23upgrade_profile.zip
+ snappyUpgrade_profile.zip
+ storagePersistentUpgrade_profile.zip
+ wasm_get_values_profile.zip
+ xpcshell-shared.ini
+
+[include:xpcshell-shared.ini]
+
+[test_bad_origin_directory.js]
+[test_obsoleteOriginAttributesUpgrade.js]
+[test_orphaned_files.js]
+[test_blob_file_backed.js]
+[test_bug1056939.js]
+[test_cleanup_transaction.js]
+[test_database_close_without_onclose.js]
+[test_database_onclose.js]
+[test_file_copy_failure.js]
+[test_idbSubdirUpgrade.js]
+[test_globalObjects_ipc.js]
+skip-if = toolkit == 'android'
+[test_idle_maintenance.js]
+[test_invalidate.js]
+# disabled for the moment.
+skip-if = true
+[test_marker_file.js]
+[test_maximal_serialized_object_size.js]
+[test_metadata2Restore.js]
+[test_metadataRestore.js]
+[test_mutableFileUpgrade.js]
+[test_oldDirectories.js]
+[test_quotaExceeded_recovery.js]
+[test_readwriteflush_disabled.js]
+[test_schema18upgrade.js]
+[test_schema21upgrade.js]
+[test_schema23upgrade.js]
+[test_snappyUpgrade.js]
+[test_storagePersistentUpgrade.js]
+[test_temporary_storage.js]
+# bug 951017: intermittent failure on Android x86 emulator
+skip-if = os == "android" && processor == "x86"
+[test_unexpectedDirectory.js]
+[test_view_put_get_values.js]
+[test_wasm_get_values.js]
+[test_wasm_put_get_values.js]