Commit d78a1f0
committed
Tests: add
As part of PR 663, test runs on the Windows OS where introduced in CI/GH Actions.
While, generally speaking, all tests should run and pass on Windows too (and they do), for the purposes of CI, a specific test group named `Windows` was introduced to allow for selectively only running the tests which _may_ have a different outcome on Windows.
This group is used in the code coverage job to prevent the Windows builds taking forever.
While most code is OS agnostic, there are a number of places in the code base where OS-based conditions are used.
This commit adds the `@group Windows` annotation to select tests which hit these OS-based conditions to make sure those conditions are also hit in the code coverage builds.@group Windows to more tests1 parent 0194e46 commit d78a1f0
File tree
2 files changed
+3
-0
lines changed- src/Standards/Generic/Tests/Debug
- tests/Core/Fixer
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments