Jeremi Kurdek
Jeremi Kurdek
I am aware of the regression on llvm linux x64. Looking into it.
@ivanpovazan I would like to pick this up
> That said, I'm not sure if that'll be enough since looking at the [xamarin-macios task](https://github.com/xamarin/xamarin- macios/blob/6d137cbeb228818ff1f3d578114e4027402e347d/dotnet/targets/Xamarin.Shared.Sdk.targets#L894) I think it relies on ILStrip writing the stripped file to the output...
Fixed in .NET 9
@rolfbjarne it seems to me after inspection of binlogs that ILstrip was not run for any of the test. I can see the `_RunAotCompiler` property being false.
Thanks @rolfbjarne, the dll was referenced incorrectly. I did verify locally that without changing the MobileILStrip task we get a failure, and that the proposed fix works.
Also, this is one of those cases when XHarness reports `TCP_CONNECTION_FAILED`: Main log fragment: ``` [06:45:14] dbug: Running /private/tmp/helix/working/B0E40946/p/microsoft.dotnet.xharness.cli/10.0.0-prerelease.24511.1/tools/net8.0/any/../../../runtimes/any/native/mlaunch/bin/mlaunch --sdkroot /Applications/Xcode_14.3.app --uninstalldevbundleid net.dot.System.IO.UnmanagedMemoryStream.Tests --devname 9c1fc29a13ecc303e8cd4ae13a481588db318694 -v -v -v -v -v...
[8.0] Build failure in Workloads-NoWebcil-Wasm.Build.NativeRebuild.Tests.OptimizationFlagChangeTests
Hit very similar error on Wasm.Build.Tests.SatelliteAssembliesTests.CheckThatSatelliteAssembliesAreNotAOTed ``` Wasm.Build.Tests: [Long Running Test] 'Wasm.Build.Tests.SatelliteAssembliesTests.CheckThatSatelliteAssembliesAreNotAOTed', Elapsed: 00:02:14 ============== DELETING THE BUILDS ============= Wasm.Build.Tests.SatelliteAssembliesTests.CheckThatSatelliteAssembliesAreNotAOTed(buildArgs: BuildArgs { ProjectName = placeholder, Config = Release, AOT =...
The `IL3050` warning issue is tracked in https://github.com/dotnet/runtime/issues/109177