xpcshell.toml (588B)
1 [DEFAULT] 2 3 ["test_geolocation_monitor.js"] 4 5 ["test_geolocation_position_unavailable.js"] 6 7 ["test_geolocation_position_unavailable_wrap.js"] 8 9 ["test_geolocation_provider.js"] 10 11 ["test_geolocation_provider_timeout.js"] 12 13 ["test_geolocation_reset_accuracy.js"] 14 skip-if = [ 15 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && opt && msix", # Bug 1822179 16 ] 17 18 ["test_geolocation_reset_accuracy_wrap.js"] 19 skip-if = [ 20 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && opt && msix", # Bug 1822179 21 ] 22 23 ["test_geolocation_timeout.js"] 24 25 ["test_geolocation_timeout_wrap.js"]