-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-testCross-cutting test issues (use area- labels for specific failures; not used for package:test).Cross-cutting test issues (use area- labels for specific failures; not used for package:test).dev-compiler-test
Description
The test
corelib_2/regexp/named-captures_test RuntimeError (expected Pass)
is flaky on configuration
dartdevk-checked-linux-release-firefox
Reproducing locally, I can see that Firefox auto-updates extremely quickly, and runs the new version when it is restart. So it can be auto-updating during a single build, or on a cached checkout and be updated for later builds too.
This test fails on Firefox version Mozilla Firefox 106.0.5, but passes on Firefox 98.0.2, the current checked in version.
Fixed the test runner to stop autoupdates of Firefox: https://dart-review.googlesource.com/c/sdk/+/270101
Will update Firefox to a recent version as well, which should make this test fail consistently, like all the other browsers.
nshahan
Metadata
Metadata
Labels
area-testCross-cutting test issues (use area- labels for specific failures; not used for package:test).Cross-cutting test issues (use area- labels for specific failures; not used for package:test).dev-compiler-test