Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the Settings Model tests into proper CI tests #16773

Merged
merged 39 commits into from
Feb 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
924906a
It works?
DHowett Mar 25, 2022
a31b089
Move to FixupUserSettings, add a bunch of tests
DHowett Apr 24, 2022
56fad52
Migrate spelling-0.0.21 changes from main
DHowett Apr 24, 2022
29ff259
Merge remote-tracking branch 'origin/main' into dev/duhowett/fhl-2022…
DHowett Aug 20, 2023
8931ccf
Merge remote-tracking branch 'origin/main' into dev/duhowett/fhl-2022…
DHowett Sep 13, 2023
00a3f6e
Fix for main
DHowett Sep 27, 2023
6763baa
Merge remote-tracking branch 'origin/main' into dev/duhowett/fhl-2022…
DHowett Feb 23, 2024
1af99be
Merge remote-tracking branch 'origin/main' into dev/duhowett/fhl-2022…
DHowett Feb 23, 2024
2ada4fc
Force users to duplicate inbox schemes; make duplicate work
DHowett Feb 23, 2024
9086e69
Fix tests, Modified->modified
DHowett Feb 27, 2024
ff0bc39
Add collision detection
DHowett Feb 27, 2024
29d6eb1
reword
DHowett Feb 27, 2024
aac7f5a
comments
DHowett Feb 27, 2024
868aa1c
one spell
DHowett Feb 27, 2024
7f217e1
two spell
DHowett Feb 27, 2024
2b39c82
Merge remote-tracking branch 'origin/main' into dev/duhowett/fhl-2022…
DHowett Feb 27, 2024
50ddf7d
Fix an outdated test
DHowett Feb 27, 2024
f1341e8
mix some dark schemes in
DHowett Feb 27, 2024
3f8769f
Fix up code review nits and bugs!
DHowett Feb 27, 2024
f30e807
Add a test for a totally unused scheme too
DHowett Feb 27, 2024
36ee148
Add a comment for future generations
DHowett Feb 27, 2024
1ebb898
Make the Settings Model tests a normal testing DLL, rather than UAP
DHowett Feb 27, 2024
de6f6a6
Rename the project trees as well
DHowett Feb 27, 2024
6bf7aef
And clean an old ref
DHowett Feb 27, 2024
96fe7cb
Run the right te.exe for each test...
DHowett Feb 27, 2024
f2d3910
flip IsInBox to Editable, remove disclaimer for real
DHowett Feb 27, 2024
8440309
Track fixups made during load, rather than reverse engineering it
DHowett Feb 27, 2024
30f599e
Merge branch 'dev/duhowett/fhl-202203/color-scheme-healing' into dev/…
DHowett Feb 27, 2024
07831f8
Really everyone should be using pwsh
DHowett Feb 27, 2024
5a27116
Merge remote-tracking branch 'origin/main' into dev/duhowett/fhl-2022…
DHowett Feb 27, 2024
74299c0
Merge branch 'dev/duhowett/fhl-202203/color-scheme-healing' into dev/…
DHowett Feb 27, 2024
b4ba76c
Change the namespace, change the world
DHowett Feb 27, 2024
aaf802c
Add support for isolated te.exe to Invoke-Tests
DHowett Feb 28, 2024
2a0c20e
Add support for isolated te.exe to runut too (sheesh)
DHowett Feb 28, 2024
860a78e
this is /bImportant
zadjii-msft Feb 28, 2024
cd655ee
Theoretical fix
lhecker Feb 28, 2024
aebf73d
fix the icon check in the Profile test
zadjii-msft Feb 29, 2024
0a2929e
Merge branch 'dev/duhowett/what-if-localtests-didnt' of https://githu…
zadjii-msft Feb 29, 2024
0a9099b
you know what, more tests I'm here
zadjii-msft Feb 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/runut.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set _EarlyTestFail=%ERRORLEVEL%
%*

if %_EarlyTestFail% NEQ 0 (
exit %_EarlyTestFail%
exit /b %_EarlyTestFail%
DHowett marked this conversation as resolved.
Show resolved Hide resolved
)

exit %ERRORLEVEL%
exit /b %ERRORLEVEL%
Loading