You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build should allow passing extra arguments to build_runner
should build with valid configuration DDC
should build with valid configuration dart2js
should build with valid configuration and --null-safety=sound
The logs for the failures all contain:
Expected: should eventually emit an event that contains 'Succeeded'
Actual: <Instance of 'StreamQueue<String>'>
Which: emitted *
* [INFO] Connecting to the build daemon...
...
* [INFO] Writing asset manifest completed, took 1ms
x Stream closed.
which never did emit an event that contains 'Succeeded' because it:
* emitted an event that does not contain 'Succeeded'
...
* emitted an event that does not contain 'Succeeded'
These tests will temporarily be skipped on Windows until the problem is fixed.
The text was updated successfully, but these errors were encountered:
derekxu16
changed the title
Some test cases in test/e2e_test.dart are failing on Windows
Some test cases in webdev/test/e2e_test.dart are failing on Windows
Sep 4, 2024
The following test cases are failing:
The logs for the failures all contain:
These tests will temporarily be skipped on Windows until the problem is fixed.
The text was updated successfully, but these errors were encountered: