Skip to content

Commit 8a63478

Browse files
kblokclaude
andcommitted
feat: roll Firefox to 150.0, sync test expectations with upstream PR #14900
- The Firefox DefaultBuildId was already updated to stable_150.0 in a prior commit - Sync TestExpectations.upstream.json with upstream puppeteer PR #14900: - Rename console test from "timing functions" to "group functions" with updated comment - Remove emulateNetworkConditions offline FAIL expectation for Firefox (now supported) - Remove Page.setOfflineMode FAIL expectations for Firefox BiDi (now supported) - Add fixtures stderr SKIP expectation for Firefox/webDriverBiDi on win32 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f0beb96 commit 8a63478

1 file changed

Lines changed: 16 additions & 49 deletions

File tree

lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.upstream.json

Lines changed: 16 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@
885885
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
886886
},
887887
{
888-
"testIdPattern": "[console.spec] console should work for different console API calls with timing functions",
888+
"testIdPattern": "[console.spec] console should work for different console API calls with group functions",
889889
"platforms": [
890890
"darwin",
891891
"linux",
@@ -898,7 +898,7 @@
898898
"expectations": [
899899
"FAIL"
900900
],
901-
"comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1866749"
901+
"comment": "Failing since 150.0 due to https://bugzilla.mozilla.org/show_bug.cgi?id=1866749, reported as https://github.com/w3c/webdriver-bidi/issues/1097"
902902
},
903903
{
904904
"testIdPattern": "[CDPSession.spec] Target.createCDPSession *",
@@ -1082,21 +1082,6 @@
10821082
],
10831083
"comment": "shell always emulates a focused page"
10841084
},
1085-
{
1086-
"testIdPattern": "[emulation.spec] Emulation Page.emulateNetworkConditions should support offline",
1087-
"platforms": [
1088-
"darwin",
1089-
"linux",
1090-
"win32"
1091-
],
1092-
"parameters": [
1093-
"firefox"
1094-
],
1095-
"expectations": [
1096-
"FAIL"
1097-
],
1098-
"comment": "Not supported by WebDriver BiDi"
1099-
},
11001085
{
11011086
"testIdPattern": "[evaluation.spec] Evaluation specs Page.evaluate should replace symbols with undefined",
11021087
"platforms": [
@@ -2701,6 +2686,20 @@
27012686
],
27022687
"comment": "We can't connect to a browser started with pipe:true"
27032688
},
2689+
{
2690+
"testIdPattern": "[fixtures.spec] Fixtures should dump browser process stderr",
2691+
"platforms": [
2692+
"win32"
2693+
],
2694+
"parameters": [
2695+
"firefox",
2696+
"webDriverBiDi"
2697+
],
2698+
"expectations": [
2699+
"SKIP"
2700+
],
2701+
"comment": "See https://github.com/puppeteer/puppeteer/issues/14774"
2702+
},
27042703
{
27052704
"testIdPattern": "[frame.spec] Frame specs Frame Management should support framesets",
27062705
"platforms": [
@@ -3499,38 +3498,6 @@
34993498
],
35003499
"comment": "Unknown command emulation.setScriptingEnabled"
35013500
},
3502-
{
3503-
"testIdPattern": "[page.spec] Page Page.setOfflineMode should emulate navigator.onLine",
3504-
"platforms": [
3505-
"darwin",
3506-
"linux",
3507-
"win32"
3508-
],
3509-
"parameters": [
3510-
"firefox",
3511-
"webDriverBiDi"
3512-
],
3513-
"expectations": [
3514-
"FAIL"
3515-
],
3516-
"comment": "Not supported by WebDriver BiDi"
3517-
},
3518-
{
3519-
"testIdPattern": "[page.spec] Page Page.setOfflineMode should work",
3520-
"platforms": [
3521-
"darwin",
3522-
"linux",
3523-
"win32"
3524-
],
3525-
"parameters": [
3526-
"firefox",
3527-
"webDriverBiDi"
3528-
],
3529-
"expectations": [
3530-
"FAIL"
3531-
],
3532-
"comment": "Not supported by WebDriver BiDi"
3533-
},
35343501
{
35353502
"testIdPattern": "[page.spec] Page Page.setUserAgent should work with additional userAgentMetdata",
35363503
"platforms": [

0 commit comments

Comments
 (0)