Skip to content

Commit fc6ce2c

Browse files
radekdouliklambdageekakoeplinger
authored
Bump LLVM to 19.x branch (#103585)
* Bump LLVM to 19.x branch * Update llvm deps * [llvm] update header for llvm::sys:::getHostCPUFeatures * [llvm] NO MERGE - Disable old pass manager on LLVM 19 They dont' have a C API for it anymore. We should use the new PassBuilder API instead. But temporarily just disable optimizations entirely * Revert "Update llvm deps" This reverts commit efca5a2. * Update llvm deps Remove coherency between llvm and emscripten to be able to update llvm 19.x packages with darc * Remove the warning to let the CI build progress, add comment * Update llvm deps * Update to get new packages * Update llvm packages * Disable tests which crash during LLVM AOT compilation * Show progress of smoke AOT test on browser * Update llvm deps * [mono] Exit early to prevent endless loop when crashing We hit an issue where we got into an endless loop of crashes while trying to dump the stack trace. Move the existing code to protect against this up to make sure we abort early enough. * Disable failing tests with EnsureInitialized * Remove testing channel from nuget config --------- Co-authored-by: Aleksey Kliger <alklig@microsoft.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
1 parent 4399da8 commit fc6ce2c

File tree

7 files changed

+105
-66
lines changed

7 files changed

+105
-66
lines changed

eng/Version.Details.xml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -16,37 +16,37 @@
1616
<Uri>https://github.com/dotnet/emsdk</Uri>
1717
<Sha>d3583522209829d1ed0440662ba136c7b7700b16</Sha>
1818
</Dependency>
19-
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
19+
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24370.2">
2020
<Uri>https://github.com/dotnet/llvm-project</Uri>
21-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
21+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
2222
</Dependency>
23-
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
23+
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24370.2">
2424
<Uri>https://github.com/dotnet/llvm-project</Uri>
25-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
25+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
2626
</Dependency>
27-
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
27+
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24370.2">
2828
<Uri>https://github.com/dotnet/llvm-project</Uri>
29-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
29+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
3030
</Dependency>
31-
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
31+
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24370.2">
3232
<Uri>https://github.com/dotnet/llvm-project</Uri>
33-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
33+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
3434
</Dependency>
35-
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
35+
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24370.2">
3636
<Uri>https://github.com/dotnet/llvm-project</Uri>
37-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
37+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
3838
</Dependency>
39-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
39+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24370.2">
4040
<Uri>https://github.com/dotnet/llvm-project</Uri>
41-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
41+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
4242
</Dependency>
43-
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
43+
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24370.2">
4444
<Uri>https://github.com/dotnet/llvm-project</Uri>
45-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
45+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
4646
</Dependency>
47-
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
47+
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24370.2">
4848
<Uri>https://github.com/dotnet/llvm-project</Uri>
49-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
49+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
5050
</Dependency>
5151
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24324.3">
5252
<Uri>https://github.com/dotnet/command-line-api</Uri>
@@ -226,61 +226,61 @@
226226
<Uri>https://github.com/dotnet/runtime-assets</Uri>
227227
<Sha>0cab6ca16f49b666163d4e1c0e3c080faf5a4e05</Sha>
228228
</Dependency>
229-
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
229+
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24370.2">
230230
<Uri>https://github.com/dotnet/llvm-project</Uri>
231-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
231+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
232232
</Dependency>
233-
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
233+
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24370.2">
234234
<Uri>https://github.com/dotnet/llvm-project</Uri>
235-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
235+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
236236
</Dependency>
237-
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
237+
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24370.2">
238238
<Uri>https://github.com/dotnet/llvm-project</Uri>
239-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
239+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
240240
</Dependency>
241-
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
241+
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24370.2">
242242
<Uri>https://github.com/dotnet/llvm-project</Uri>
243-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
243+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
244244
</Dependency>
245-
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
245+
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24370.2">
246246
<Uri>https://github.com/dotnet/llvm-project</Uri>
247-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
247+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
248248
</Dependency>
249-
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
249+
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24370.2">
250250
<Uri>https://github.com/dotnet/llvm-project</Uri>
251-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
251+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
252252
</Dependency>
253-
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
253+
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24370.2">
254254
<Uri>https://github.com/dotnet/llvm-project</Uri>
255-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
255+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
256256
</Dependency>
257-
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
257+
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24370.2">
258258
<Uri>https://github.com/dotnet/llvm-project</Uri>
259-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
259+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
260260
</Dependency>
261-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
261+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24370.2">
262262
<Uri>https://github.com/dotnet/llvm-project</Uri>
263-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
263+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
264264
</Dependency>
265-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
265+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24370.2">
266266
<Uri>https://github.com/dotnet/llvm-project</Uri>
267-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
267+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
268268
</Dependency>
269-
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
269+
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24370.2">
270270
<Uri>https://github.com/dotnet/llvm-project</Uri>
271-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
271+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
272272
</Dependency>
273-
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
273+
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24370.2">
274274
<Uri>https://github.com/dotnet/llvm-project</Uri>
275-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
275+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
276276
</Dependency>
277-
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
277+
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24370.2">
278278
<Uri>https://github.com/dotnet/llvm-project</Uri>
279-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
279+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
280280
</Dependency>
281-
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.24204.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport">
281+
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24370.2">
282282
<Uri>https://github.com/dotnet/llvm-project</Uri>
283-
<Sha>26f8c30340764cfa7fa9090dc01a36c222bf09c1</Sha>
283+
<Sha>3358dfd351b424698f3f2cd67432dc62c333a64d</Sha>
284284
</Dependency>
285285
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="9.0.0-preview.7.24357.2">
286286
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -221,20 +221,20 @@
221221
<MicrosoftNativeQuicMsQuicSchannelVersion>2.3.6</MicrosoftNativeQuicMsQuicSchannelVersion>
222222
<SystemNetMsQuicTransportVersion>9.0.0-alpha.1.24167.3</SystemNetMsQuicTransportVersion>
223223
<!-- Mono LLVM -->
224-
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.24204.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
225-
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.24204.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
226-
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.24204.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
227-
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.24204.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
228-
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.24204.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
229-
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.24204.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
230-
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.24204.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
231-
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.24204.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
232-
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.24204.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
233-
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.24204.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
234-
<runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.24204.1</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
235-
<runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.24204.1</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
236-
<runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.24204.1</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
237-
<runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.24204.1</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
224+
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24370.2</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
225+
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24370.2</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
226+
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24370.2</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
227+
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24370.2</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
228+
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24370.2</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
229+
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24370.2</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
230+
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24370.2</runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
231+
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24370.2</runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
232+
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24370.2</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
233+
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24370.2</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
234+
<runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24370.2</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
235+
<runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24370.2</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
236+
<runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24370.2</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
237+
<runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24370.2</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
238238
<!-- emscripten / Node
239239
Note: when the name is updated, make sure to update dependency name in eng/pipelines/common/xplat-setup.yml
240240
like - DarcDependenciesChanged.Microsoft_NET_Workload_Emscripten_Current_Manifest-9_0_100_Transport
@@ -246,14 +246,14 @@
246246
<SwixPackageVersion>1.1.87-gba258badda</SwixPackageVersion>
247247
<WixPackageVersion>1.0.0-v3.14.0.5722</WixPackageVersion>
248248
<!-- JIT Tools -->
249-
<runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.24204.1</runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
250-
<runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.24204.1</runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>
251-
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.24204.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>
252-
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.24204.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>
253-
<runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.24204.1</runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>
254-
<runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.24204.1</runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>
255-
<runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.24204.1</runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
256-
<runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.24204.1</runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion>
249+
<runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24370.2</runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
250+
<runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24370.2</runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>
251+
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24370.2</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>
252+
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24370.2</runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>
253+
<runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24370.2</runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>
254+
<runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24370.2</runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>
255+
<runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24370.2</runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
256+
<runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24370.2</runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion>
257257
<!-- BrowserDebugProxy libs -->
258258
<MicrosoftExtensionsLoggingVersion>3.1.7</MicrosoftExtensionsLoggingVersion>
259259
<MicrosoftSymbolStoreVersion>1.0.406601</MicrosoftSymbolStoreVersion>

src/libraries/System.Runtime/tests/System.Runtime.Tests/System.Runtime.Tests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<!-- Active issue: https://github.com/dotnet/runtime/issues/97809 -->
1818
<ShouldILStrip>false</ShouldILStrip>
1919
</PropertyGroup>
20+
<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
21+
<XunitShowProgress>true</XunitShowProgress>
22+
</PropertyGroup>
2023

2124
<!--
2225
Add special trait for running local timezone validation tests on certain devices e.g. in CI to make sure the local timezone is correct and not UTC. Disable these tests otherwise.

0 commit comments

Comments
 (0)