[PR #15091] [MERGED] Add a simple tool to test rendering functionality #30403

Open
opened 2026-01-31 09:40:38 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/15091
Author: @lhecker
Created: 4/3/2023
Status: Merged
Merged: 4/3/2023
Merged by: @DHowett

Base: mainHead: dev/lhecker/rendering-tests


📝 Commits (1)

  • ba013f8 Add a simple tool to test rendering functionality

📊 Changes

5 files changed (+319 additions, -0 deletions)

View changed files

📝 .github/actions/spelling/excludes.txt (+1 -0)
📝 OpenConsole.sln (+29 -0)
src/tools/RenderingTests/RenderingTests.vcxproj (+26 -0)
src/tools/RenderingTests/RenderingTests.vcxproj.filters (+4 -0)
src/tools/RenderingTests/main.cpp (+259 -0)

📄 Description

This tool augments vttest by adding some things that are specific to
us (like non-VT console attributes), and some things vttest is
seemingly too old for (like emojis). I'm planning to add more "pages"
of tests to the application in the future, whenever the need arises.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/15091 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 4/3/2023 **Status:** ✅ Merged **Merged:** 4/3/2023 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/lhecker/rendering-tests` --- ### 📝 Commits (1) - [`ba013f8`](https://github.com/microsoft/terminal/commit/ba013f89b2be7c622687f79f87f5969eed6fa8a1) Add a simple tool to test rendering functionality ### 📊 Changes **5 files changed** (+319 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spelling/excludes.txt` (+1 -0) 📝 `OpenConsole.sln` (+29 -0) ➕ `src/tools/RenderingTests/RenderingTests.vcxproj` (+26 -0) ➕ `src/tools/RenderingTests/RenderingTests.vcxproj.filters` (+4 -0) ➕ `src/tools/RenderingTests/main.cpp` (+259 -0) </details> ### 📄 Description This tool augments `vttest` by adding some things that are specific to us (like non-VT console attributes), and some things `vttest` is seemingly too old for (like emojis). I'm planning to add more "pages" of tests to the application in the future, whenever the need arises. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:40:38 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30403