Commit 1555332
Run a curated NativeAOT subset on Apple-mobile extra-platforms
The full library set (~150 projects) does not fit in 240-minute AzDO
budget on iossimulator/maccatalyst/tvos NativeAOT (Build product:
ILC + Xcode link/bundle per project times out repeatedly).
- runtime.yml NativeAOT_Smoke legs keep /p:RunSmokeTestsOnly=true and
run System.Runtime.Tests + iOS functional tests.
- extra-platforms NativeAOT legs drop /p:RunSmokeTestsOnly=true and
use a new explicit ProjectReference list in src/libraries/tests.proj
(gated on TargetsAppleMobile && UseNativeAOTRuntime) which references
9 representative library tests (Runtime, Collections, Linq, Threading,
Threading.Tasks, IO.FileSystem, RegularExpressions, Text.Json,
Net.Http) instead of the wildcard. Timeout reverted to 180 minutes.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 50686ad commit 1555332
4 files changed
Lines changed: 18 additions & 5 deletions
File tree
- eng/pipelines/extra-platforms
- src/libraries
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
717 | | - | |
| 717 | + | |
718 | 718 | | |
| 719 | + | |
719 | 720 | | |
720 | 721 | | |
721 | 722 | | |
| |||
741 | 742 | | |
742 | 743 | | |
743 | 744 | | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
744 | 757 | | |
745 | 758 | | |
746 | 759 | | |
| |||
0 commit comments