|
5 | 5 | if (os == "linux") and not swgl and not fission and debug: [FAIL, PASS]
|
6 | 6 | if (os == "linux") and swgl and not fission: [FAIL, PASS]
|
7 | 7 | if (os == "linux") and not swgl and fission: [FAIL, PASS]
|
| 8 | + if (os == "linux") and not fission and not debug: [FAIL, PASS] |
8 | 9 | FAIL
|
9 | 10 |
|
10 | 11 | [[keepalive\] Same domain different port GET request in unload [no-cors mode\]]
|
|
36 | 37 | if not asan and (os == "linux") and debug and fission: [FAIL, PASS]
|
37 | 38 | if asan and fission: [FAIL, PASS]
|
38 | 39 | if asan and not fission: [FAIL, PASS]
|
| 40 | + if (os == "linux") and swr and not fission and debug: [FAIL, PASS] |
39 | 41 | FAIL
|
40 | 42 |
|
41 | 43 | [[keepalive\] Same domain different protocol different port GET request in unload [cors mode, server forbid CORS\]]
|
|
62 | 64 | if (os == "linux") and not debug and not asan and not fission: [PASS, FAIL]
|
63 | 65 | if (os == "linux") and debug and not fission: [FAIL, PASS]
|
64 | 66 | if (os == "linux") and not debug and asan: [FAIL, PASS]
|
| 67 | + if (os == "linux") and not debug and ccov: [FAIL, PASS] |
65 | 68 | FAIL
|
66 | 69 |
|
67 | 70 | [[keepalive\] Cross domain different port GET request in unload [no-cors mode, server forbid CORS\]]
|
68 | 71 | expected:
|
69 | 72 | if (os == "linux") and not debug and not asan and not fission: [PASS, FAIL]
|
70 | 73 | if (os == "linux") and not debug and asan: [FAIL, PASS]
|
71 | 74 | if (os == "linux") and debug: [FAIL, PASS]
|
| 75 | + if (os == "android") and debug and not fission: [FAIL, PASS] |
72 | 76 | FAIL
|
73 | 77 |
|
74 | 78 | [[keepalive\] Cross domain different port GET request in unload [no-cors mode\]]
|
|
86 | 90 | if (os == "linux") and asan and not fission: [FAIL, PASS]
|
87 | 91 | if (os == "linux") and not asan and swgl: [FAIL, PASS]
|
88 | 92 | if (os == "android") and not debug: [FAIL, PASS]
|
| 93 | + if (os == "linux") and not debug and ccov: [FAIL, PASS] |
89 | 94 | FAIL
|
90 | 95 |
|
91 | 96 | [[keepalive\] Cross domain different protocol GET request in unload [no-cors mode, server forbid CORS\]]
|
|
100 | 105 | expected:
|
101 | 106 | if not asan and (os == "linux") and debug and fission and not swgl: [FAIL, PASS]
|
102 | 107 | if not asan and (os == "linux") and debug and not fission and swgl: [FAIL, PASS]
|
| 108 | + if (os == "linux") and not debug and not fission: [FAIL, PASS] |
103 | 109 | if asan: [FAIL, PASS]
|
104 | 110 | FAIL
|
105 | 111 |
|
|
108 | 114 | if (os == "linux") and debug and fission and not swgl: [FAIL, PASS]
|
109 | 115 | if (os == "linux") and not debug and not fission and asan: [FAIL, PASS]
|
110 | 116 | if (os == "linux") and debug and not fission: [FAIL, PASS]
|
| 117 | + if (os == "linux") and not debug and ccov: [FAIL, PASS] |
111 | 118 | FAIL
|
112 | 119 |
|
113 | 120 | [[keepalive\] Same domain different port POST request in unload [no-cors mode, server forbid CORS\]]
|
|
160 | 167 | if fission and (os == "linux") and not debug and (processor == "x86_64") and not asan and not tsan: [FAIL, PASS]
|
161 | 168 | if not fission and (os == "linux") and debug and not swgl: [FAIL, PASS]
|
162 | 169 | if (os == "linux") and asan and not debug and not fission: [FAIL, PASS]
|
| 170 | + if (os == "linux") and not debug and not fission: [FAIL, PASS] |
| 171 | + if (os == "linux") and debug: [FAIL, PASS] |
163 | 172 | FAIL
|
164 | 173 |
|
165 | 174 | [[keepalive\] Same domain different protocol different port POST request in unload [cors mode, server forbid CORS\]]
|
|
170 | 179 | if (os == "linux") and not swgl and not debug and asan and fission: [FAIL, PASS]
|
171 | 180 | if (os == "linux") and not swgl and debug and not fission: [FAIL, PASS]
|
172 | 181 | if (os == "linux") and not debug: [FAIL, PASS]
|
| 182 | + if (os == "linux") and not debug and not fission: [FAIL, PASS] |
173 | 183 | FAIL
|
174 | 184 |
|
175 | 185 | [[keepalive\] Cross domain basic usage POST request in unload [no-cors mode, server forbid CORS\]]
|
|
223 | 233 | if (os == "linux") and not asan and not swgl and (processor == "x86_64") and not tsan and not debug and fission: [FAIL, PASS]
|
224 | 234 | if (os == "linux") and not asan and not swgl and (processor == "x86"): [FAIL, PASS]
|
225 | 235 | if (os == "linux") and asan and fission: [FAIL, PASS]
|
| 236 | + if (os == "linux") and debug: [FAIL, PASS] |
226 | 237 | FAIL
|
227 | 238 |
|
228 | 239 | [[keepalive\] Same domain different protocol different port POST request in unload [cors mode, server forbid CORS\]]
|
|
258 | 269 | if (os == "linux") and not asan and tsan: FAIL
|
259 | 270 | if os == "win": FAIL
|
260 | 271 | if os == "mac": FAIL
|
261 |
| - if os == "android": FAIL |
| 272 | + if (os == "android") and not debug and not fission: [FAIL, PASS] |
262 | 273 | [FAIL, PASS]
|
263 | 274 |
|
264 | 275 | [[keepalive\] Cross domain different port POST request in unload [no-cors mode\]]
|
|
290 | 301 | if fission and (os == "linux") and not debug and (processor == "x86_64") and not asan and not tsan: [FAIL, PASS]
|
291 | 302 | if not fission and (os == "linux") and not swgl and not debug and asan: [FAIL, PASS]
|
292 | 303 | if not fission and (os == "linux") and not swgl and debug: [FAIL, PASS]
|
| 304 | + if (os == "linux") and asan and not debug: [FAIL, PASS] |
| 305 | + if (os == "linux") and debug: [FAIL, PASS] |
| 306 | + if (os == "linux") and not debug: [FAIL, PASS] |
293 | 307 | FAIL
|
294 | 308 |
|
295 | 309 | [[keepalive\] Cross domain different protocol POST request in unload [cors mode, server forbid CORS\]]
|
296 | 310 | expected:
|
297 | 311 | if (os == "linux") and fission and asan: [FAIL, PASS]
|
298 | 312 | if (os == "linux") and not fission: [FAIL, PASS]
|
| 313 | + if (os == "linux") and debug: [FAIL, PASS] |
299 | 314 | FAIL
|
0 commit comments