Commit 153dca6
authored
Exclude SVM test generators from test build (#15)
* Exclude SVM test generators from test build
As the two test generators for TypeHierarchy and GenericContext
reside within the test source tree, we need to explicitly exclude
them from building as part of the test projects, otherwise test
project build fails due to asset path mismatches. An alternative
option would be to put the two test generator projects under
src\tests\Common where other test-related utilites reside and which
is globally excluded from test build.
Thanks
Tomas
P.S. I plan to create a no-merge PR against runtime main to get
initial CI results for the SVM test cases; locally I see just
a handful of failures in the negative tests.
* Fix for the MethodFlags negative test
* Fix Linux / OSX builds by adding parentheses to logical condition
* Fix JIT source code formatting1 parent cc03608 commit 153dca6
4 files changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13862 | 13862 | | |
13863 | 13863 | | |
13864 | 13864 | | |
13865 | | - | |
13866 | | - | |
| 13865 | + | |
13867 | 13866 | | |
13868 | 13867 | | |
13869 | 13868 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8680 | 8680 | | |
8681 | 8681 | | |
8682 | 8682 | | |
8683 | | - | |
| 8683 | + | |
8684 | 8684 | | |
8685 | | - | |
| 8685 | + | |
8686 | 8686 | | |
8687 | 8687 | | |
8688 | 8688 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5037 | 5037 | | |
5038 | 5038 | | |
5039 | 5039 | | |
5040 | | - | |
5041 | | - | |
| 5040 | + | |
| 5041 | + | |
5042 | 5042 | | |
5043 | | - | |
| 5043 | + | |
| 5044 | + | |
| 5045 | + | |
| 5046 | + | |
5044 | 5047 | | |
5045 | 5048 | | |
5046 | 5049 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments