Bug 1908164 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

For each Puppeteer release that we downstream sync we have to apply specific patches. To simplify the process we should store those patches and apply them automatically or via an extra command to the stack of patches.

Here is actually what we would need:
* Removal of the -S parameter in Shebang from mocha-runner script ([changeset](https://hg.mozilla.org/integration/autoland/rev/aedfa5eaef26))
* Skip test "$$eval should handle many elements" which is causing the error summary log to overflow ([changeset](https://hg.mozilla.org/integration/autoland/rev/e14ef6abeecf))
For each Puppeteer release that we downstream sync we have to apply specific patches. To simplify the process we should store those patches and apply them automatically or via an extra command to the stack of patches.

Here is actually what we would need:
* Removal of the -S parameter in Shebang from mocha-runner script ([changeset](https://hg.mozilla.org/integration/autoland/rev/aedfa5eaef26))
* Skip test "$$eval should handle many elements" which is causing the error summary log to overflow ([changeset](https://hg.mozilla.org/integration/autoland/rev/e14ef6abeecf))
* Test expectations for flaky tests related to responseCompleted events ([changeset](https://hg.mozilla.org/integration/autoland/rev/15c25626a4fa))
For each Puppeteer release that we downstream sync we have to apply specific patches. To simplify the process we should store those patches and apply them automatically or via an extra command to the stack of patches.

Here is actually what we would need:
* Removal of the -S parameter in Shebang from mocha-runner script ([changeset](https://hg.mozilla.org/integration/autoland/rev/aedfa5eaef26))
* Skip test "$$eval should handle many elements" which is causing the error summary log to overflow ([changeset](https://hg.mozilla.org/integration/autoland/rev/e14ef6abeecf))
* Test expectations for flaky Puppeteer tests related to responseCompleted events ([changeset](https://hg.mozilla.org/integration/autoland/rev/15c25626a4fa))
For each Puppeteer release that we downstream sync we have to apply specific patches. To simplify the process we should store those patches and apply them automatically or via an extra command to the stack of patches.

Here is actually what we would need:
* Removal of the -S parameter in Shebang from mocha-runner script ([changeset](https://hg.mozilla.org/integration/autoland/rev/aedfa5eaef26))
* Skip test "$$eval should handle many elements" which is causing the error summary log to overflow ([changeset](https://hg.mozilla.org/integration/autoland/rev/e14ef6abeecf))
* Test expectations for flaky Puppeteer tests:
** `responseCompleted` events ([changeset](https://hg.mozilla.org/integration/autoland/rev/15c25626a4fa)) [Firefox 130]
** data URLs ([changeset](https://hg.mozilla.org/integration/autoland/rev/55a468953a9a)) [Firefox 130]

Back to Bug 1908164 Comment 0