-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-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).
Description
This is from dart/tests/standalone/standalone.status:
TimeoutTest: Skip # Timeout test for testing the test runner.
FailTest: Fail, OK # Fails intentionally
These tests are a minor inconvenience when looking at the output from --report. I'd like to see:
* 0 tests will be skipped
* 0 tests are expected to fail that we won't fix
But what I see is:
* 1 tests will be skipped
* 1 tests are expected to fail that we won't fix
This is only a minor inconvenience.
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-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).