xpcshell.toml (1158B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 [DEFAULT] 6 run-if = [ 7 "!socketprocess_networking", 8 ] 9 # XXX figure out why android doesn't get MOZHTTP3_PORT 10 skip-if = [ 11 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && msix", # https://bugzilla.mozilla.org/show_bug.cgi?id=1807925 12 ] 13 14 ["test_close.js"] 15 skip-if = [ 16 "os == 'android' && os_version == '14' && arch == 'x86_64' && debug", # Bug 1982953 17 "os == 'android' && os_version == '14' && arch == 'x86_64' && opt", # Bug 1982953 18 ] 19 20 ["test_simple_conn.js"] 21 run-sequentially = ["true"] # http3server 22 skip-if = [ 23 "os == 'android' && os_version == '14' && arch == 'x86_64' && debug", # Bug 1982953 24 "os == 'android' && os_version == '14' && arch == 'x86_64' && opt", # Bug 1982953 25 ] 26 27 ["test_simple_stream.js"] 28 run-sequentially = ["true"] # http3server 29 skip-if = [ 30 "os == 'android' && os_version == '14' && arch == 'x86_64' && debug", # Bug 1982953 31 "os == 'android' && os_version == '14' && arch == 'x86_64' && opt", # Bug 1982953 32 ]