Dmitry Gozman

Results 20 issues of Dmitry Gozman

This moves some expect() matchers tests from test runner tests to page tests, because these are implemented through a library call anyway. Makes tests more readbable, faster and easier to...

Must be fixed for 1.25.

upstream
v1.26

Unfortunately, this silences all warnings, not just the experimental loader warning.

Currently, we ues `#root` vs `#root > *` selector for component roots depending on the number of root children. This heuristic detects fragments that render multiple elements inside the root....

- Use `util.inspect()` to print errors like Node.js does, which includes any custom properties on the error object and standard `cause` property for inner errors. - Move test runner stack...

This mode allows a suite to opt-out from parallelism. Useful to setup multiple suites running in parallel, with each suite not being sharded. References #22891.

This is similar to other listeners that we refresh upon `onGlobalListenersRemoved`. Covered by sometimes flaky codegen tests.