summaryrefslogtreecommitdiffstats
path: root/dom/websocket/tests/mochitest.toml
blob: 3d879abb553e22583cc038d556bdea6726ba6935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[DEFAULT]
skip-if = [
  "http3",
  "http2",
]
support-files = [
  "!/dom/events/test/event_leak_utils.js",
  "file_websocket_basic_wsh.py",
  "file_websocket_hello_wsh.py",
  "file_websocket_http_resource.txt",
  "file_websocket_permessage_deflate_wsh.py",
  "file_websocket_permessage_deflate_disabled_wsh.py",
  "file_websocket_permessage_deflate_rejected_wsh.py",
  "file_websocket_permessage_deflate_params_wsh.py",
  "file_websocket_wsh.py",
  "websocket_helpers.js",
  "websocket_tests.js",
  "websocket_worker_helpers.js",
]

["test_bug1081686.html"]

["test_bug1384658.html"]
support-files = [
  "window_bug1384658.html",
  "frame_bug1384658.html",
  "file_bug1384658.html",
]

["test_event_listener_leaks.html"]
support-files = ["file_websocket_bigBlob_wsh.py"]

["test_websocket1.html"]

["test_websocket2.html"]

["test_websocket3.html"]

["test_websocket4.html"]
skip-if = [
  "os == 'android'", # ssltunnel can't handle WSS scheme
]

["test_websocket5.html"]
skip-if = [
  "os == 'android'", # ssltunnel can't handle WSS scheme
]

["test_websocket_basic.html"]

["test_websocket_bigBlob.html"]
support-files = ["file_websocket_bigBlob_wsh.py"]

["test_websocket_hello.html"]

["test_websocket_longString.html"]

["test_websocket_mixed_content.html"]
scheme = "https"
support-files = [
  "iframe_websocket_wss.html",
  "iframe_webworker_wss.html",
]
skip-if = [
  "os == 'android'", # ssltunnel can't handle WSS scheme
]

["test_websocket_mixed_content_blob.html"]
scheme = "https"
support-files = ["window_websocket_wss.html"]
skip-if = [
  "os == 'android'", # ssltunnel can't handle WSS scheme
]

["test_websocket_mixed_content_opener.html"]
scheme = "https"
skip-if = [
  "os == 'android'", # ssltunnel can't handle WSS scheme
]

["test_websocket_no_duplicate_packet.html"]
scheme = "https"
skip-if = [
  "os == 'android'", # ssltunnel can't handle WSS scheme
]

["test_websocket_permessage_deflate.html"]

["test_websocket_sandbox.html"]
support-files = ["iframe_websocket_sandbox.html"]

["test_websocket_sharedWorker.html"]
support-files = ["websocket_sharedWorker.js"]

["test_worker_websocket1.html"]
support-files = ["websocket_worker1.js"]

["test_worker_websocket2.html"]
support-files = ["websocket_worker2.js"]
skip-if = ["socketprocess_networking"] # bug 1787044

["test_worker_websocket3.html"]
support-files = ["websocket_worker3.js"]

["test_worker_websocket4.html"]
support-files = ["websocket_worker4.js"]
skip-if = [
  "os == 'android'", # ssltunnel can't handle WSS scheme
]

["test_worker_websocket5.html"]
support-files = ["websocket_worker5.js"]

["test_worker_websocket_basic.html"]
support-files = ["websocket_basic_worker.js"]

["test_worker_websocket_https.html"]
support-files = [
  "websocket_worker_https.html",
  "websocket_https_worker.js",
]

["test_worker_websocket_loadgroup.html"]
support-files = ["websocket_loadgroup_worker.js"]