mochitest.toml (1350B)
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 tags = "inc-origin-init" 7 dupe-manifest = true 8 skip-if = [ 9 "xorigin", 10 ] 11 support-files = [ 12 "head.js", 13 "bucketFS_getDirectory.html", 14 ] 15 16 # Skip all tests if xorigin since we'll fail GetStorage() with ePartitionForeignOrDeny 17 18 ["test_basics.html"] 19 scheme = "https" 20 skip-if = [ 21 "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug", # Bug 1841281 22 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug", # Bug 1841281 23 "os == 'mac' && os_version == '10.15' && arch == 'x86_64'", # Bug 1841281 24 "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1841281 25 "os == 'mac' && os_version == '15.30' && arch == 'aarch64' && debug", # Bug 1841281 26 "os == 'win'", # Bug 1841281 27 ] 28 29 ["test_basics_worker.html"] 30 scheme = "https" 31 32 ["test_fileSystemDirectoryHandle.html"] 33 scheme = "https" 34 35 ["test_fileSystemDirectoryHandle_worker.html"] 36 scheme = "https" 37 38 ["test_iframes.html"] 39 scheme = "https" 40 41 ["test_syncAccessHandle_worker.html"] 42 scheme = "https" 43 44 ["test_writableFileStream.html"] 45 scheme = "https" 46 47 ["test_writableFileStream_worker.html"] 48 scheme = "https"