-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in testingRelates to test execution of Dart/Flutter tests for end usersRelates to test execution of Dart/Flutter tests for end usersis bug
Milestone
Description
Describe the bug
A nonexistent test shows up on the test results for test_reflective_loader.
To Reproduce
Steps to reproduce the behavior:
- Clone https://github.com/FMorschel/crystallis.dart/
- Checkout FMorschel/crystallis.dart@d24c9c8
- Run
packages/crystallis_plugin/test/rules/mutable_test.dart
Expected behavior
See only 4 test results, but I see 5 and one is skipped.
Screenshots
Extra
I tried capturing debug logs, but that made the skipped test stop showing up.
Also, if you uncomment the commented tests, it doesn't reproduce either.
Please complete the following information:
Workspace Environment
Dart Code extension: 3.129.20260226
Flutter extension: 3.129.20260202 (activated)
App: Visual Studio Code
App Host: desktop
Version: win 1.109.5
Workspace type: Dart (LSP)
Workspace name: crystallis.dart
Dart (3.12.0-edge.8ee6ee48814f903e2b229c3703ef550cad94ea28): C:\Users\felip_0vh5fa6\dart
Flutter (3.41.2): C:\Users\felip_0vh5fa6\.puro\envs\stable\flutter (No device)
Output from 'dart info'
C:\Users\felip_0vh5fa6\dart\bin\dart.exe info
If providing this information as part of reporting a bug, please review the information
below to ensure it only contains things you're comfortable posting publicly.
General info
- Dart 3.12.0-edge.8ee6ee48814f903e2b229c3703ef550cad94ea28 (main) (Tue Feb 17 00:03:26 2026 -0800) on "windows_x64"
- on windows / "Windows 11 Pro" 10.0 (Build 26200)
- locale is pt-BR
Project info
- sdk constraint: '>=3.6.0 <4.0.0'
- dependencies:
- dev_dependencies:
Process info
| Memory | CPU | Elapsed time | Command line |
|---|---|---|---|
| 0 MB | -- | dart.exe | |
| 0 MB | -- | dart.exe | |
| 0 MB | -- | dart.exe | |
| 0 MB | -- | dart.exe | |
| 0 MB | -- | dart.exe | |
| 0 MB | -- | dart.exe | |
| 0 MB | -- | dart.exe | |
| 0 MB | -- | dart.exe | |
| 0 MB | -- | dart.exe | |
| 0 MB | -- | dartvm.exe |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in testingRelates to test execution of Dart/Flutter tests for end usersRelates to test execution of Dart/Flutter tests for end usersis bug