Commit bd785e3
[Tests] Skip AfterILLinkAdditionalStepsIsSkippedOnSecondBuild on NativeAOT
This test verifies the _RunAfterILLinkAdditionalSteps target and its afterlink/
output. That target is intentionally skipped on the trimmable typemap path
(Condition "... '$(_AndroidTypeMapImplementation)' != 'trimmable'"), because the
trimmable path generates the typemap at compile time in _GenerateTrimmableTypeMap.
The test is unchanged from main and passed only because NativeAOT used to default
to the managed typemap. Now that trimmable is the NativeAOT default, the target is
skipped and no afterlink/ directory is produced, so skip the NativeAOT case (same
pattern as other NativeAOT test skips in this PR).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 94f450c7-781d-4019-a56c-fae1c456b9a71 parent 991bc62 commit bd785e3
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1847 | 1847 | | |
1848 | 1848 | | |
1849 | 1849 | | |
| 1850 | + | |
| 1851 | + | |
| 1852 | + | |
1850 | 1853 | | |
1851 | 1854 | | |
1852 | 1855 | | |
| |||
0 commit comments