[PR #10077] Add a test for GH-9692/MSFT-33127449 #27884

Closed
opened 2026-01-31 09:24:52 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/10077

State: closed
Merged: Yes


This test has some load bearing specifics in it.

In short, it must trigger multiple boost::small_vector growths. The
vector is reused for the lifetime of the console (!) so it must be
forced to act the way the repro requires.

Oh, and the test needs to be run with Application Verifier +Heap.

This validates the fix in c0ab9cb5b5.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/10077 **State:** closed **Merged:** Yes --- This test has some load bearing specifics in it. In short, it must trigger multiple boost::small_vector growths. The vector is reused for the lifetime of the console (!) so it must be forced to act the way the repro requires. Oh, and the test needs to be run with Application Verifier +Heap. This validates the fix in c0ab9cb5b55d745a1528c7429615c71e0745ed8d.
claunia added the pull-request label 2026-01-31 09:24:52 +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#27884