Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-12 | chore(wpt): Mark a WPT test as failed if it exits before completion (#11371) | Andreu Botella | |
Currently, a WPT test is considered failed if its status code is anything other than 0, regardless of whether the test suite completed running or not, and any subtests that haven't finished running are not considered to be failures. But a test can exit with a zero status code before it has completed running, if the event loop has run out of tasks because of a bug in one of the ops, leading to false positives. This change fixes that. | |||
2021-07-07 | Revert "tests: parallelize test runs in wpt" (#11321) | Luca Casonato | |
This reverts commit 7edb1d713c036583e2ba3caf0df042835781a49c. | |||
2021-07-07 | tests: escape lone surrogates in wptreport (#11310) | Andreu Botella | |
2021-07-06 | tests: parallelize test runs in wpt (#11306) | Luca Casonato | |
2021-06-26 | chore: use local deno_std in tools scripts (#11122) | Bartek Iwańczuk | |
2021-06-23 | tests: fix bug in WPT test harness (#10920) | Bert Belder | |
2021-06-14 | tests: fix wpt epoch ci job (#10960) | Luca Casonato | |
2021-06-06 | tests: generate and upload wptreport.json (#10869) | Luca Casonato | |
These reports can be consumed by tools like `wptreport` or https://wpt.fyi. The old style report could be removed in a future PR when wpt.deno.land is updated. | |||
2021-06-05 | tests: fix wpt runner expected test file failures (#10856) | Luca Casonato | |
2021-06-03 | build: collect wpt results as json (#10823) | Luca Casonato | |
2021-05-10 | feat: add WebStorage API (#7819) | crowlKats | |
This commit introduces localStorage and sessionStorage. | |||
2021-05-09 | chore: update wpt (#10509) | Luca Casonato | |
2021-02-19 | chore: rename default branch to main (#9503) | Luca Casonato | |
2021-01-28 | fix(tools): fix typo in wpt cli output (#9303) | Dezső Mészáros | |
2021-01-27 | tests: new typescript WPT runner (#9269) | Luca Casonato | |