terminal/src/cascadia
Mike Griese c07553cb57
A bunch of test fixes (#9192)
A bunch of our local tests regressed recently. I'm unsure as to when
this happened. Clearly, we all do a super good job of running these
tests 😄.
* I had to make sure the call to `AppLogic::CurrentAppSettings` was
  try/caught, because that doesn't work in the tests
* I had to make the `Pointer*` events take a weak pointer to the
  `TerminalPage` because for whatever reason, they'd be called at a
  weird point in the test init, causing the tests to fail. It was weird.
  Almost as if the TerminalPage had been released, but the test logs
  showed it hadn't barely been set up yet? Whatever, this fixes it.
* The `VerifyCommandPaletteTabSwitcherOrder` test needed to take a time
  out, for reasons that are not totally clear to me. That one was flakey
  and I hate it.

### Checklist:
* [x] Doesn't close anything, this is just something I noticed.
* [x] Doesn't require docs to be updated, it's test fixes
* [x] Yea, I ran the tests 

/cc @Don-Vito: The `FilteredCommandTests` all crashed immediately for
me. I'm not sure what's causing that - I _think_ everything we need for
those tests is set up right? The generated `AppxManifest.xml` had all
the right classes listed in it, I really can't be sure what was wrong
there. These tests aren't run in CI so it's not a super big deal, but I
thought I'd let you know.

(cherry picked from commit ccda434f69)
2021-02-18 20:47:14 +00:00
..
CascadiaPackage Remove accidental System.Core.dll from CascadiaPackage (#9153) 2021-02-16 12:01:14 +00:00
inc Polish the Background Image settings (#8778) 2021-01-18 22:34:07 +00:00
LocalTests_SettingsModel A bunch of test fixes (#9192) 2021-02-18 20:47:14 +00:00
LocalTests_TerminalApp A bunch of test fixes (#9192) 2021-02-18 20:47:14 +00:00
PublicTerminalCore Exclude more rarely-used stuff from Windows headers (#8513) 2020-12-11 19:35:23 +00:00
Remoting Add support for running a commandline in another WT window (#8898) 2021-02-10 11:28:09 +00:00
ShellExtension Fix crash in explorer background context menu logic (#8977) 2021-02-01 17:30:54 +00:00
TerminalApp A bunch of test fixes (#9192) 2021-02-18 20:47:14 +00:00
TerminalAzBridge Exclude more rarely-used stuff from Windows headers (#8513) 2020-12-11 19:35:23 +00:00
TerminalConnection make "open terminal here" context menu work for directory background (#8638) 2021-01-06 19:59:30 +00:00
TerminalControl Add findNext, findPrev actions (#8917) 2021-02-18 19:21:35 +00:00
TerminalCore Add support for double-width/double-height lines in conhost (#8664) 2021-02-18 05:44:50 +00:00
TerminalSettingsEditor Perform polish of miscellaneous Settings UI bugs (#9126) 2021-02-17 17:43:47 +00:00
TerminalSettingsModel Add findNext, findPrev actions (#8917) 2021-02-18 19:21:35 +00:00
UnitTests_Remoting Add support for running a commandline in another WT window (#8898) 2021-02-10 11:28:09 +00:00
UnitTests_TerminalCore A bunch of test fixes (#9192) 2021-02-18 20:47:14 +00:00
ut_app A bunch of test fixes (#9192) 2021-02-18 20:47:14 +00:00
WindowsTerminal Force activate existing windows when running a commandline in them (#9137) 2021-02-17 21:37:22 +00:00
WindowsTerminalUniversal Update Win32 Toolkit (6.1.2) and VCRT Forwarders (1.0.4) (#8501) 2020-12-10 01:30:00 +00:00
WinRTUtils Exclude more rarely-used stuff from Windows headers (#8513) 2020-12-11 19:35:23 +00:00
WpfTerminalControl wpf: prevent a 0 size when VS builds the Terminal window too early (#9194) 2021-02-17 21:00:50 +00:00
WpfTerminalTestNetCore wpf: target netcoreapp3.1, clean up test project path (#8491) 2020-12-04 18:17:25 +00:00
wt Build and ship an actual binary named wt that just launches WT (#6860) 2020-07-10 22:41:37 +00:00
CascadiaResources.build.items Introduce TerminalSettingsModel project (#7667) 2020-10-06 09:56:59 -07:00