mochitest.toml (2952B)
1 [DEFAULT] 2 skip-if = [ 3 "http2", 4 "http3", 5 ] 6 support-files = [ 7 "!/dom/events/test/event_leak_utils.js", 8 "file_websocket_basic_wsh.py", 9 "file_websocket_hello_wsh.py", 10 "file_websocket_http_resource.txt", 11 "file_websocket_permessage_deflate_wsh.py", 12 "file_websocket_permessage_deflate_rejected_wsh.py", 13 "file_websocket_permessage_deflate_params_wsh.py", 14 "file_websocket_wsh.py", 15 "websocket_helpers.js", 16 "websocket_tests.js", 17 "websocket_worker_helpers.js", 18 ] 19 20 ["test_bug1081686.html"] 21 22 ["test_bug1384658.html"] 23 support-files = [ 24 "window_bug1384658.html", 25 "frame_bug1384658.html", 26 "file_bug1384658.html", 27 ] 28 29 ["test_event_listener_leaks.html"] 30 support-files = ["file_websocket_bigBlob_wsh.py"] 31 skip-if = [ 32 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug", # Bug 1879751 33 ] 34 35 ["test_websocket1.html"] 36 37 ["test_websocket2.html"] 38 39 ["test_websocket3.html"] 40 41 ["test_websocket4.html"] 42 skip-if = [ 43 "os == 'android'", # ssltunnel can't handle WSS scheme 44 ] 45 46 ["test_websocket5.html"] 47 skip-if = [ 48 "os == 'android'", # ssltunnel can't handle WSS scheme 49 ] 50 51 ["test_websocket_basic.html"] 52 53 ["test_websocket_bigBlob.html"] 54 support-files = ["file_websocket_bigBlob_wsh.py"] 55 56 ["test_websocket_hello.html"] 57 58 ["test_websocket_longString.html"] 59 60 ["test_websocket_mixed_content.html"] 61 scheme = "https" 62 support-files = [ 63 "iframe_websocket_wss.html", 64 "iframe_webworker_wss.html", 65 ] 66 skip-if = [ 67 "os == 'android'", # ssltunnel can't handle WSS scheme 68 ] 69 70 ["test_websocket_mixed_content_blob.html"] 71 scheme = "https" 72 support-files = ["window_websocket_wss.html"] 73 skip-if = [ 74 "os == 'android'", # ssltunnel can't handle WSS scheme 75 ] 76 77 ["test_websocket_mixed_content_opener.html"] 78 scheme = "https" 79 skip-if = [ 80 "os == 'android'", # ssltunnel can't handle WSS scheme 81 ] 82 83 ["test_websocket_no_duplicate_packet.html"] 84 scheme = "https" 85 skip-if = [ 86 "os == 'android'", # ssltunnel can't handle WSS scheme 87 ] 88 89 ["test_websocket_permessage_deflate.html"] 90 91 ["test_websocket_sandbox.html"] 92 support-files = ["iframe_websocket_sandbox.html"] 93 94 ["test_websocket_sharedWorker.html"] 95 support-files = ["websocket_sharedWorker.js"] 96 97 ["test_worker_websocket1.html"] 98 support-files = ["websocket1.worker.js"] 99 100 ["test_worker_websocket2.html"] 101 support-files = ["websocket2.worker.js"] 102 skip-if = [ 103 "socketprocess_networking", # bug 1787044 104 ] 105 106 ["test_worker_websocket3.html"] 107 support-files = ["websocket3.worker.js"] 108 109 ["test_worker_websocket4.html"] 110 support-files = ["websocket4.worker.js"] 111 skip-if = [ 112 "os == 'android'", # ssltunnel can't handle WSS scheme 113 ] 114 115 ["test_worker_websocket5.html"] 116 support-files = ["websocket5.worker.js"] 117 118 ["test_worker_websocket_basic.html"] 119 support-files = ["websocket_basic_worker.js"] 120 121 ["test_worker_websocket_https.html"] 122 support-files = [ 123 "websocket_worker_https.html", 124 "websocket_https_worker.js", 125 ] 126 127 ["test_worker_websocket_loadgroup.html"] 128 support-files = ["websocket_loadgroup_worker.js"]