Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some test cases in webdev/test/e2e_test.dart are failing on Windows #2489

Open
derekxu16 opened this issue Sep 4, 2024 · 1 comment
Open
Labels
P2 A bug or feature request we're likely to work on package:webdev triaged

Comments

@derekxu16
Copy link
Member

derekxu16 commented Sep 4, 2024

The following test cases are failing:

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.

@derekxu16 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
@bkonyi bkonyi added P2 A bug or feature request we're likely to work on triaged labels Sep 25, 2024
@bkonyi
Copy link
Collaborator

bkonyi commented Sep 25, 2024

Seems like this could be flaky or some of the text could have changed, but it's something we should investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 A bug or feature request we're likely to work on package:webdev triaged
Projects
None yet
Development

No branches or pull requests

2 participants