Source code
Revision control
Copy as Markdown
Other Tools
From 0bdf473a4ef59ad8054cf371cdd402e53b549628 Mon Sep 17 00:00:00 2001
From: Henrik Skupin <mail@hskupin.info>
Date: Thu, 15 Jan 2026 19:48:36 +0100
puppeteer tests in Mozilla CI.
---
.../test/puppeteer/test/TestExpectations.json | 36 +++++++++----------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/remote/test/puppeteer/test/TestExpectations.json b/remote/test/puppeteer/test/TestExpectations.json
index 8637def22128..3f91026a2da0 100644
--- a/remote/test/puppeteer/test/TestExpectations.json
+++ b/remote/test/puppeteer/test/TestExpectations.json
@@ -804,23 +804,16 @@
},
{
"testIdPattern": "[requestinterception.spec] request interception Page.setRequestInterception should work with keep alive redirects",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome"],
"expectations": ["FAIL"],
"comment": "crbug.com/469591372"
},
- {
- "testIdPattern": "[requestinterception.spec] request interception Page.setRequestInterception should work with keep alive redirects",
- "platforms": ["darwin", "linux", "win32"],
- "parameters": ["firefox"],
- "expectations": ["FAIL"],
- "comment": "Missing events for keep alive requests?"
- },
{
"testIdPattern": "[requestinterception.spec] request interception Page.setRequestInterception should work with worker",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox"],
"expectations": ["SKIP"],
"comment": "Workers do not work in Firefox yet"
},
{
@@ -1293,27 +1286,41 @@
},
{
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.connect should support targetFilter option in puppeteer.launch",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "webDriverBiDi"],
"expectations": ["FAIL"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
},
+ {
+ "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.executablePath returns executablePath for channel",
+ "platforms": ["darwin", "linux", "win32"],
+ "parameters": ["firefox"],
+ "expectations": ["SKIP"],
+ "comment": "Cannot run on Mozilla CI"
+ },
+ {
+ "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.executablePath should work",
+ "platforms": ["darwin", "linux", "win32"],
+ "parameters": ["firefox"],
+ "expectations": ["SKIP"],
+ "comment": "Cannot run on Mozilla CI"
+ },
{
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should filter out ignored default argument in Firefox",
"platforms": ["linux"],
- "parameters": ["firefox", "headful"],
- "expectations": ["FAIL"],
- "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
+ "parameters": ["firefox"],
+ "expectations": ["SKIP"],
+ "comment": "Cannot run on Mozilla CI"
},
{
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should filter out ignored default arguments in Chrome",
"platforms": ["darwin", "linux", "win32"],
- "parameters": ["firefox", "headful"],
+ "parameters": ["firefox"],
"expectations": ["SKIP"],
"comment": "Test is testing chrome specific ignore and fails"
},
{
"testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should have custom URL when launching browser",
"platforms": ["darwin"],
"parameters": ["chrome", "webDriverBiDi"],
"expectations": ["SKIP"],
@@ -1790,23 +1797,16 @@
},
{
"testIdPattern": "[touchscreen.spec] Touchscreen Touchscreen.prototype.touchMove should work with two touches",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["FAIL"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
},
- {
- "testIdPattern": "[waittask.spec] waittask specs Frame.waitForFunction should work with strict CSP policy",
- "platforms": ["darwin", "linux", "win32"],
- "parameters": ["firefox", "webDriverBiDi"],
- "expectations": ["FAIL"],
- "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
- },
{
"testIdPattern": "[worker.spec] Workers can be closed",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome", "webDriverBiDi"],
"expectations": ["FAIL"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
},
{
--
2.52.0