|
53 | 53 | "platforms": ["darwin", "linux", "win32"], |
54 | 54 | "parameters": ["webDriverBiDi"], |
55 | 55 | "expectations": ["SKIP"], |
56 | | - "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" |
| 56 | + "comment": "No extensions in WebDriver BiDi so far" |
| 57 | + }, |
| 58 | + { |
| 59 | + "testIdPattern": "[extensions.spec] *", |
| 60 | + "platforms": ["darwin", "linux", "win32"], |
| 61 | + "parameters": ["firefox"], |
| 62 | + "expectations": ["SKIP"], |
| 63 | + "comment": "Chrome-specific test" |
57 | 64 | }, |
58 | 65 | { |
59 | 66 | "testIdPattern": "[headful.spec] *", |
|
369 | 376 | "expectations": ["SKIP"], |
370 | 377 | "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" |
371 | 378 | }, |
| 379 | + { |
| 380 | + "testIdPattern": "[extensions.spec] *", |
| 381 | + "platforms": ["darwin", "linux", "win32"], |
| 382 | + "parameters": ["chrome", "chrome-headless-shell"], |
| 383 | + "expectations": ["SKIP"], |
| 384 | + "comment": "No extensions in chrome-headless-shell" |
| 385 | + }, |
372 | 386 | { |
373 | 387 | "testIdPattern": "[fixtures.spec] Fixtures dumpio option should work with pipe option", |
374 | 388 | "platforms": ["darwin", "linux", "win32"], |
|
1561 | 1575 | "expectations": ["SKIP"], |
1562 | 1576 | "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" |
1563 | 1577 | }, |
1564 | | - { |
1565 | | - "testIdPattern": "[extensions.spec] extensions background_page target type should be available", |
1566 | | - "platforms": ["darwin", "linux", "win32"], |
1567 | | - "parameters": ["cdp", "chrome"], |
1568 | | - "expectations": ["SKIP"], |
1569 | | - "comment": "See https://github.com/puppeteer/puppeteer/issues/12866" |
1570 | | - }, |
1571 | | - { |
1572 | | - "testIdPattern": "[extensions.spec] extensions background_page target type should be available", |
1573 | | - "platforms": ["darwin", "linux", "win32"], |
1574 | | - "parameters": ["cdp", "firefox"], |
1575 | | - "expectations": ["SKIP"], |
1576 | | - "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" |
1577 | | - }, |
1578 | | - { |
1579 | | - "testIdPattern": "[extensions.spec] extensions service_worker target type should be available", |
1580 | | - "platforms": ["darwin", "linux", "win32"], |
1581 | | - "parameters": ["cdp", "firefox"], |
1582 | | - "expectations": ["SKIP"], |
1583 | | - "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" |
1584 | | - }, |
1585 | | - { |
1586 | | - "testIdPattern": "[extensions.spec] extensions target.page() should return a background_page", |
1587 | | - "platforms": ["darwin", "linux", "win32"], |
1588 | | - "parameters": ["cdp", "chrome"], |
1589 | | - "expectations": ["SKIP"], |
1590 | | - "comment": "See https://github.com/puppeteer/puppeteer/issues/12866" |
1591 | | - }, |
1592 | | - { |
1593 | | - "testIdPattern": "[extensions.spec] extensions target.page() should return a background_page", |
1594 | | - "platforms": ["darwin", "linux", "win32"], |
1595 | | - "parameters": ["cdp", "firefox"], |
1596 | | - "expectations": ["SKIP"], |
1597 | | - "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" |
1598 | | - }, |
1599 | 1578 | { |
1600 | 1579 | "testIdPattern": "[fixtures.spec] Fixtures should close the browser when the node process closes", |
1601 | 1580 | "platforms": ["darwin", "linux", "win32"], |
|
3467 | 3446 | "expectations": ["SKIP"], |
3468 | 3447 | "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" |
3469 | 3448 | }, |
3470 | | - { |
3471 | | - "testIdPattern": "[extensions.spec] extensions service_worker target type should be available", |
3472 | | - "platforms": ["darwin", "linux", "win32"], |
3473 | | - "parameters": ["cdp", "chrome", "chrome-headless-shell"], |
3474 | | - "expectations": ["SKIP"], |
3475 | | - "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" |
3476 | | - }, |
3477 | 3449 | { |
3478 | 3450 | "testIdPattern": "[network.spec] network Network Events Page.Events.Request", |
3479 | 3451 | "platforms": ["linux"], |
|
0 commit comments