microsoft / microsoft/vscode-cmake-tools
Non-red icons for disabled tests
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.7k
- Forks
- 546
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 32
Description
### Brief Issue Summary
Currently I have seen three icons for the CTest results:
* Failure - red ring with x inside
* Disabled - red ring with dot inside
* Pass - Green ring with checkmark
I find it confusing that failure and disabled are both red. Without looking closely it looks like the disabled tests failed.
Could they be colored grey instead perhaps? Even the shapes are similar that it's quite hard to see the difference.
On version 1.16.7 of CMake Tools.
### CMake Tools Diagnostics
_No response_
### Debug Log
_No response_
### Additional Information
_No response_
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the CTest results UI and trace how the disabled-test and failure icons are rendered in the TypeScript code. Compare their visual treatment and verify the completed change in the CTest results view, ensuring disabled tests are clearly distinct from failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, typescript
- Domain
- design, frontend, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100