|
131 | 131 | "platforms": ["darwin", "linux", "win32"], |
132 | 132 | "parameters": ["webDriverBiDi"], |
133 | 133 | "expectations": ["FAIL"] |
| 134 | + }, |
| 135 | + { |
| 136 | + "comment": "With RenderDocument enabled Chrome reuses the execution context in headful/pipe/headless-shell modes without sending destruction events, so the pending callFunctionOn is never rejected and the test hangs", |
| 137 | + "testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should throw when evaluation triggers reload", |
| 138 | + "platforms": ["linux", "win32"], |
| 139 | + "parameters": ["chrome", "headful"], |
| 140 | + "expectations": ["SKIP"] |
| 141 | + }, |
| 142 | + { |
| 143 | + "comment": "With RenderDocument enabled Chrome reuses the execution context in pipe mode without sending destruction events, so the pending callFunctionOn is never rejected and the test hangs", |
| 144 | + "testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should throw when evaluation triggers reload", |
| 145 | + "platforms": ["linux", "win32"], |
| 146 | + "parameters": ["chrome", "pipe"], |
| 147 | + "expectations": ["SKIP"] |
| 148 | + }, |
| 149 | + { |
| 150 | + "comment": "With RenderDocument enabled Chrome reuses the execution context in headless-shell on Linux without sending destruction events, so the pending callFunctionOn is never rejected and the test hangs", |
| 151 | + "testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should throw when evaluation triggers reload", |
| 152 | + "platforms": ["linux"], |
| 153 | + "parameters": ["chrome", "chrome-headless-shell"], |
| 154 | + "expectations": ["SKIP"] |
| 155 | + }, |
| 156 | + { |
| 157 | + "comment": "Intermittently hangs in headful/pipe/headless-shell on Linux: Chrome with RenderDocument may not send a callFunctionOn response when navigation interrupts evaluation", |
| 158 | + "testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should not throw an error when evaluation does a navigation", |
| 159 | + "platforms": ["linux"], |
| 160 | + "parameters": ["chrome", "headful"], |
| 161 | + "expectations": ["SKIP"] |
| 162 | + }, |
| 163 | + { |
| 164 | + "comment": "Intermittently hangs in pipe mode on Linux: Chrome with RenderDocument may not send a callFunctionOn response when navigation interrupts evaluation", |
| 165 | + "testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should not throw an error when evaluation does a navigation", |
| 166 | + "platforms": ["linux"], |
| 167 | + "parameters": ["chrome", "pipe"], |
| 168 | + "expectations": ["SKIP"] |
| 169 | + }, |
| 170 | + { |
| 171 | + "comment": "Intermittently hangs in headless-shell on Linux: Chrome with RenderDocument may not send a callFunctionOn response when navigation interrupts evaluation", |
| 172 | + "testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should not throw an error when evaluation does a navigation", |
| 173 | + "platforms": ["linux"], |
| 174 | + "parameters": ["chrome", "chrome-headless-shell"], |
| 175 | + "expectations": ["SKIP"] |
| 176 | + }, |
| 177 | + { |
| 178 | + "comment": "Flaky on headful Linux CI: Chrome fails to open a new tab after last page closes due to process state races", |
| 179 | + "testIdPattern": "[browser.spec] Browser specs Browser.process should keep connected after the last page is closed", |
| 180 | + "platforms": ["linux"], |
| 181 | + "parameters": ["chrome", "headful"], |
| 182 | + "expectations": ["SKIP"] |
| 183 | + }, |
| 184 | + { |
| 185 | + "comment": "Flaky on headful Linux CI: coverage data differs in headful mode", |
| 186 | + "testIdPattern": "[coverage.spec] Coverage specs JSCoverage should report right ranges for \"per function\" scope", |
| 187 | + "platforms": ["linux"], |
| 188 | + "parameters": ["chrome", "headful"], |
| 189 | + "expectations": ["SKIP"] |
| 190 | + }, |
| 191 | + { |
| 192 | + "comment": "Flaky on headful Linux CI: BFCache restore causes GoBack to return null response", |
| 193 | + "testIdPattern": "[navigation.spec] navigation Page.goBack should work", |
| 194 | + "platforms": ["linux"], |
| 195 | + "parameters": ["chrome", "headful"], |
| 196 | + "expectations": ["SKIP"] |
| 197 | + }, |
| 198 | + { |
| 199 | + "comment": "Flaky on headful Linux CI: clearDeviceMetricsOverride does not reset window.innerWidth to 0 in Xvfb", |
| 200 | + "testIdPattern": "[screenshot.spec] Screenshots Page.screenshot should restore to original viewport size after taking fullPage screenshots when defaultViewport is null", |
| 201 | + "platforms": ["linux"], |
| 202 | + "parameters": ["chrome", "headful"], |
| 203 | + "expectations": ["SKIP"] |
| 204 | + }, |
| 205 | + { |
| 206 | + "comment": "Flaky on Firefox headless BiDi Linux CI: waitForSelector bounding box assertion fails intermittently", |
| 207 | + "testIdPattern": "[waittask.spec] waittask specs Frame.waitForSelector should wait for element to be visible (bounding box)", |
| 208 | + "platforms": ["linux"], |
| 209 | + "parameters": ["firefox", "webDriverBiDi"], |
| 210 | + "expectations": ["SKIP"] |
134 | 211 | } |
135 | 212 | ] |
0 commit comments