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 /dom/base/test/unit/xpcshell.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 'dom/base/test/unit/xpcshell.ini')
-rw-r--r-- | dom/base/test/unit/xpcshell.ini | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/dom/base/test/unit/xpcshell.ini b/dom/base/test/unit/xpcshell.ini new file mode 100644 index 0000000000..ef9b3b818f --- /dev/null +++ b/dom/base/test/unit/xpcshell.ini @@ -0,0 +1,70 @@ +[DEFAULT] +head = head_utilities.js +support-files = + 1_original.xml + 1_result.xml + 2_original.xml + 2_result_1.xml + 2_result_2.xml + 2_result_3.xml + 2_result_4.xml + 3_original.xml + 3_result.xml + 3_result_2.xml + 4_original.xml + 4_result_1.xml + 4_result_2.xml + 4_result_3.xml + 4_result_4.xml + 4_result_5.xml + 4_result_6.xml + empty_document.xml + isequalnode_data.xml + nodelist_data_1.xml + nodelist_data_2.xhtml + test_delete_range.xml + +[test_blockParsing.js] +skip-if = + debug # We fail an assertion if we block parsing on a self-closing element + toolkit == 'android' + appname == 'thunderbird' # The test needs to run without e10s, can't do that. +[test_bug553888.js] +[test_bug737966.js] +[test_error_codes.js] +run-sequentially = Hardcoded 4444 port. +# Bug 1018414: hardcoded localhost doesn't work properly on some OS X installs +skip-if = os == 'mac' +[test_htmlserializer.js] +[test_isequalnode.js] +head = head_xml.js +[test_nodelist.js] +head = head_xml.js +[test_normalize.js] +head = head_xml.js +[test_range.js] +head = head_xml.js +[test_serializers_entities.js] +[test_serializers_entities_in_attr.js] +[test_structuredcloneholder.js] +[test_thirdpartyutil.js] +[test_treewalker.js] +head = head_xml.js +[test_xhr_document.js] +[test_xhr_standalone.js] +[test_xhr_origin_attributes.js] +[test_xml_parser.js] +head = head_xml.js +[test_xml_serializer.js] +head = head_xml.js +[test_xmlserializer.js] +[test_cancelPrefetch.js] +[test_chromeutils_base64.js] +[test_chromeutils_getXPCOMErrorName.js] +[test_chromeutils_shallowclone.js] +[test_generate_xpath.js] +head = head_xml.js +[test_js_dev_error_interceptor.js] +# This feature is implemented only in NIGHTLY. +run-if = nightly_build + |