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
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Memory leak warnings are constantly thrown when Generating Font Atlas in Font Asset Creator with 4096x8192 Atlas Resolution
- “Glyph rendering has been aborted due to sampling point size” Log is printed and Font Atlas is not generated when Atlas Resolution is 8192x8192, and the Render Mode is SDF
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
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.