Search Issue Tracker
Feature Request
Votes
0
Found in [Package]
1.4.5
1.5.1
2.0.1-pre.18
Issue ID
DSTR-1095
Regression
No
Filter numbers reset to 0 when Test Runner filters are applied
Reproduction steps:
1. Open the attached “ReproProject.zip“ project
2. Open the Test Runner window (Window > General > Test Runner)
3. Press “Run All tests”
4. Select the “Show tests that succeeded“ and “Show tests that didn’t run” filters to hide them
5. Observe the number on the filters
Expected result: Selecting a filter, hides/shows the specific tests, but the number doesn’t change as the filter should indicate that there are ‘n' successful/unexecuted tests hidden
Actual result: The number changes to 0 as if no succeeded or unexecuted tests exist.
Reproducible with: 1.4.5 (2022.3.55f1, 6000.0.32f1, 6000.1.0a9), 2.0.1-pre.18 (6000.0.32f1)
Reproducible on: M1 Max MacOS 15.1.1
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Lights on Renderer Features break when rendering at lower resolution with "Forward+" Rendering Path
- [Android] High GPU usage is reported when the device is rotated into landscape orientation and the application is Vsync bound
- Aspect ratio toolbar doesn’t have tooltip to display contextual help or information when hovering over it
- Particle System isn't playing in Play Mode when it's out of view in Scene view, Simulation Space is set to "World", and Culling mode is set to "Pause and Catch-up"
- [Android] GameObject not rendered when rendering is performed with the help of "BatchRendererGroup"
Resolution Note:
This is expected behaviour - these filters hides all successful/all failed/all not run tests, thus, the number is updated accordingly - it is expected for the number to be zero, when all successful/failed tests are filtered out.
However, it can be a feature request, as an improvement for UI with another field/checkbox or similar UI solution, that would show the number of tests that succeeded/failed, when filtering the results from the window.