Source code

Revision control

Copy as Markdown

Other Tools

# 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]
run-if = [
"!socketprocess_networking",
]
# XXX figure out why android doesn't get MOZHTTP3_PORT
skip-if = [
"os == 'win' && os_version == '11.26100' && arch == 'x86_64' && msix", # https://bugzilla.mozilla.org/show_bug.cgi?id=1807925
"os == 'win' && os_version == '11.26200' && arch == 'x86_64' && msix", # https://bugzilla.mozilla.org/show_bug.cgi?id=1807925
]
["test_close.js"]
skip-if = [
"os == 'android' && os_version == '14' && arch == 'x86_64' && debug", # Bug 1982953
"os == 'android' && os_version == '14' && arch == 'x86_64' && opt", # Bug 1982953
]
["test_simple_conn.js"]
run-sequentially = ["true"] # http3server
skip-if = [
"os == 'android' && os_version == '14' && arch == 'x86_64' && debug", # Bug 1982953
"os == 'android' && os_version == '14' && arch == 'x86_64' && opt", # Bug 1982953
]
["test_simple_stream.js"]
run-sequentially = ["true"] # http3server
skip-if = [
"os == 'android' && os_version == '14' && arch == 'x86_64' && debug", # Bug 1982953
"os == 'android' && os_version == '14' && arch == 'x86_64' && opt", # Bug 1982953
]