Skip to content

AOT precompile failed on ios-arm64: 'No space left on device' (exit code 1) #125107

@MatousBot

Description

@MatousBot

Suggested labels: Known Build Error, test-failure, os-ios, arch-arm64, untriaged

Note: This issue was automatically generated by AI-Test-Triage. Please review and triage accordingly.

Build Information

Build: 20260228.1, 20260302.109

Build error leg or test failing: System.Runtime.Tests.WorkItemExecution, JIT_r.WorkItemExecution, Methodical_ro.WorkItemExecution, Regression_4.WorkItemExecution, Regression_9.WorkItemExecution, Regression_o_1.WorkItemExecution

Affected CI jobs: build_ios_arm64_Release_AllSubsets_Mono_Smoke, build_ios_arm64_Release_AllSubsets_CoreCLR_RuntimeTests

Causing Commit Range Information

Commit range: {TODO: Insert commit range or link to changes}

Summary

  • AOT precompilation aborted due to IO error: 'No space left on device' while emitting AOT object files (.r2r.o/.dll).
  • Occurs during AOT/crossgen2 proxy builds for iOS on helix macOS (ios-arm64 jobs across Mono and CoreCLR runtime tests).
  • Link step (clang) then fails with 'no such file or directory' for the missing .r2r.o and MSBuild reports MSB3073; work item exits with code 21.
  • App signing fails due to missing embedded.mobileprovision, consistent with build artifacts not being produced because of the disk-full error.

Failure Statistics

Note: These statistics are based on the configured time range and might not reflect the full history of the failure.

  • Occurrence Count: 6
  • First Failure: 2026-03-01 07:02:29 UTC
  • Last Failure: 2026-03-03 01:45:26 UTC

Work Items

Work Item Console Log Build Job Name
System.Runtime.Tests Work Item
View Extract
  [aot-instances.dll] Exec (with response file contents expanded) in /tmp/helix/working/B5DF0992/w/AAD4099B/e/publish: MONO_PATH=/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish: MONO_ENV_OPTIONS= /tmp/helix/working/B5DF0992/p/build/cross/mono-aot-cross -O=gsharedvt -O=gsharedvt --debug --llvm "--aot=...data-outfile=/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/aot-instances.aotdata" "/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/aot-instances.dll"

/tmp/helix/working/B5DF0992/p/build/apple/AppleBuild.targets(260,5): error : Precompiling failed for /tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/aot-instances.dll with exit code 1. [/private/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/ProxyProjectForAOTOnHelix.proj]
/tmp/helix/working/B5DF0992/p/build/apple/AppleBuild.targets(260,5): error : LLVM ERROR: IO failure on output stream: No space left on device [/private/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/ProxyProjectForAOTOnHelix.proj]
/tmp/helix/working/B5DF0992/p/build/apple/AppleBuild.targets(260,5): error : Mono Ahead of Time compiler - compiling assembly /private/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/aot-instances.dll [/private/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/ProxyProjectForAOTOnHelix.proj]
/tmp/helix/working/B5DF0992/p/build/apple/AppleBuild.targets(260,5): error : AOTID 5B991E96-4324-423B-54EC-3DFA141B7D02 [/private/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/ProxyProjectForAOTOnHelix.proj]
/tmp/helix/working/B5DF0992/p/build/apple/AppleBuild.targets(260,5): error : Adding 41336 dedup-ed methods. [/private/tmp/helix/working/B5DF0992/w/AAD4099B/e/publish/ProxyProjectForAOTOnHelix.proj]

Signing bundle /tmp/helix/working/B5DF0992/w/AAD4099B/e/System.Runtime.Tests.app
No embedded provisioning profile found at /tmp/helix/working/B5DF0992/w/AAD4099B/e/System.Runtime.Tests.app/embedded.mobileprovision! Failed to sign the app!

+ exit_code=21
Full Log
20260302.109 build_ios_arm64_Release_AllSubsets_Mono_Smoke
JIT_r Work Item
View Extract
** Building a proxy for the original test project, to AOT on helix. In order to do that, this recreates the original inputs for the iOS/tvOS part of the build. See /private/tmp/helix/working/A6070931/w/A85408FC/e/publish/ProxyProjectForAOTOnHelix.proj, and . **
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : Error: No space left on device : '/tmp/helix/working/A6070931/w/A85408FC/e/obj/R2R/JIT_r.r2r.o' [/private/tmp/helix/working/A6070931/w/A85408FC/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : System.IO.IOException: No space left on device : '/tmp/helix/working/A6070931/w/A85408FC/e/obj/R2R/JIT_r.r2r.o' [/private/tmp/helix/working/A6070931/w/A85408FC/e/publish/ProxyProjectForAOTOnHelix.proj]
...
clang : error : no such file or directory: '/tmp/helix/working/A6070931/w/A85408FC/e/obj/R2R/JIT_r.r2r.o' [/private/tmp/helix/working/A6070931/w/A85408FC/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(666,5): error MSB3073: The command "...clang... /tmp/helix/working/A6070931/w/A85408FC/e/obj/R2R/JIT_r.r2r.o -o .../JIT_r.r2r.dylib" exited with code 1. [/private/tmp/helix/working/A6070931/w/A85408FC/e/publish/ProxyProjectForAOTOnHelix.proj]
Signing bundle /tmp/helix/working/A6070931/w/A85408FC/e/JIT_r.app
No embedded provisioning profile found at /tmp/helix/working/A6070931/w/A85408FC/e/JIT_r.app/embedded.mobileprovision! Failed to sign the app!
ls: /tmp/helix/working/A6070931/w/A85408FC/uploads/xunit-*.xml: No such file or directory
+ exit_code=21
Full Log
20260228.1 build_ios_arm64_Release_AllSubsets_CoreCLR_RuntimeTests
Methodical_ro Work Item
View Extract
... 
** Building a proxy for the original test project, to AOT on helix. In order to do that, this recreates the original inputs for the iOS/tvOS part of the build. See /private/tmp/helix/working/A6070931/w/A98E094E/e/publish/ProxyProjectForAOTOnHelix.proj, and . **
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : Error: No space left on device : '/tmp/helix/working/A6070931/w/A98E094E/e/obj/R2R/Methodical_ro.r2r.o' [/private/tmp/helix/working/A6070931/w/A98E094E/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : System.IO.IOException: No space left on device : '/tmp/helix/working/A6070931/w/A98E094E/e/obj/R2R/Methodical_ro.r2r.o' [/private/tmp/helix/working/A6070931/w/A98E094E/e/publish/ProxyProjectForAOTOnHelix.proj]
...
clang : error : no such file or directory: '/tmp/helix/working/A6070931/w/A98E094E/e/obj/R2R/Methodical_ro.r2r.o' [/private/tmp/helix/working/A6070931/w/A98E094E/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(666,5): error MSB3073: The command "... clang ... /tmp/helix/working/A6070931/w/A98E094E/e/obj/R2R/Methodical_ro.r2r.o -o ..." exited with code 1. [/private/tmp/helix/working/A6070931/w/A98E094E/e/publish/ProxyProjectForAOTOnHelix.proj]
Signing bundle /tmp/helix/working/A6070931/w/A98E094E/e/Methodical_ro.app
No embedded provisioning profile found at /tmp/helix/working/A6070931/w/A98E094E/e/Methodical_ro.app/embedded.mobileprovision! Failed to sign the app!
Removing empty log files:
ls: /tmp/helix/working/A6070931/w/A98E094E/uploads/xunit-*.xml: No such file or directory
+ exit_code=21
+ '[' -f /tmp/helix/working/A6070931/w/A98E094E/e/.retry ']'
Full Log
20260228.1 build_ios_arm64_Release_AllSubsets_CoreCLR_RuntimeTests
Regression_4 Work Item
View Extract
  ** Building a proxy for the original test project, to AOT on helix. In order to do that, this recreates the original inputs for the iOS/tvOS part of the build. See /private/tmp/helix/working/A6070931/w/A45608D5/e/publish/ProxyProjectForAOTOnHelix.proj, and . **
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : Error: No space left on device : '/tmp/helix/working/A6070931/w/A45608D5/e/obj/R2R/Regression_4.r2r.o' [/private/tmp/helix/working/A6070931/w/A45608D5/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : System.IO.IOException: No space left on device : '/tmp/helix/working/A6070931/w/A45608D5/e/obj/R2R/Regression_4.r2r.o' [/private/tmp/helix/working/A6070931/w/A45608D5/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) [/private/tmp/helix/working/A6070931/w/A45608D5/e/publish/ProxyProjectForAOTOnHelix.proj]
...
clang : error : no such file or directory: '/tmp/helix/working/A6070931/w/A45608D5/e/obj/R2R/Regression_4.r2r.o' [/private/tmp/helix/working/A6070931/w/A45608D5/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(666,5): error MSB3073: The command ""/Applications/Xcode_26.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -gz=zlib -isysroot "/Applications/Xcode_26.0.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk" --target=arm64-apple-ios12.2-macho -dynamiclib -Wl,-dead_strip -Wl,-install_name,"@rpath/Regression_4.r2r.dylib" /tmp/helix/working/A6070931/w/A45608D5/e/obj/R2R/Regression_4.r2r.o -o /tmp/helix/working/A6070931/w/A45608D5/e/obj/R2R/Regression_4.r2r.dylib" exited with code 1. [/private/tmp/helix/working/A6070931/w/A45608D5/e/publish/ProxyProjectForAOTOnHelix.proj]
Signing bundle /tmp/helix/working/A6070931/w/A45608D5/e/Regression_4.app
No embedded provisioning profile found at /tmp/helix/working/A6070931/w/A45608D5/e/Regression_4.app/embedded.mobileprovision! Failed to sign the app!
+ exit_code=21
Full Log
20260228.1 build_ios_arm64_Release_AllSubsets_CoreCLR_RuntimeTests
Regression_9 Work Item
View Extract
  ** Building a proxy for the original test project, to AOT on helix. In order to do that, this recreates the original inputs for the iOS/tvOS part of the build. See /private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj, and . **
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : Error: No space left on device : '/tmp/helix/working/A6070931/w/B17F09D9/e/obj/R2R/Regression_9.r2r.o' [/private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : System.IO.IOException: No space left on device : '/tmp/helix/working/A6070931/w/B17F09D9/e/obj/R2R/Regression_9.r2r.o' [/private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) [/private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : at ILCompiler.ObjectWriter.MachObjectWriter.EmitObjectFile(Stream outputFileStream) in /_/src/coreclr/tools/Common/Compiler/ObjectWriter/MachObjectWriter.cs:line 324 [/private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj]
clang : error : no such file or directory: '/tmp/helix/working/A6070931/w/B17F09D9/e/obj/R2R/Regression_9.r2r.o' [/private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(666,5): error MSB3073: The command ""/Applications/Xcode_26.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -gz=zlib -isysroot "/Applications/Xcode_26.0.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk" --target=arm64-apple-ios12.2-macho -dynamiclib -Wl,-dead_strip -Wl,-install_name,"@rpath/Regression_9.r2r.dylib" /tmp/helix/working/A6070931/w/B17F09D9/e/obj/R2R/Regression_9.r2r.o -o /tmp/helix/working/A6070931/w/B17F09D9/e/obj/R2R/Regression_9.r2r.dylib" exited with code 1. [/private/tmp/helix/working/A6070931/w/B17F09D9/e/publish/ProxyProjectForAOTOnHelix.proj]
Signing bundle /tmp/helix/working/A6070931/w/B17F09D9/e/Regression_9.app
No embedded provisioning profile found at /tmp/helix/working/A6070931/w/B17F09D9/e/Regression_9.app/embedded.mobileprovision! Failed to sign the app!
+ exit_code=21
Full Log
20260228.1 build_ios_arm64_Release_AllSubsets_CoreCLR_RuntimeTests
Regression_o_1 Work Item
View Extract
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : Error: No space left on device : '/tmp/helix/working/A6070931/w/A36F0930/e/obj/R2R/Regression_o_1.r2r.o'
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : System.IO.IOException: No space left on device : '/tmp/helix/working/A6070931/w/A36F0930/e/obj/R2R/Regression_o_1.r2r.o'
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : at ILCompiler.ObjectWriter.MachObjectWriter.EmitObjectFile(Stream outputFileStream) in //src/coreclr/tools/Common/Compiler/ObjectWriter/MachObjectWriter.cs:line 324
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(488,5): error : at ILCompiler.Program.Run() in /
/src/coreclr/tools/aot/crossgen2/Program.cs:line 314
clang : error : no such file or directory: '/tmp/helix/working/A6070931/w/A36F0930/e/obj/R2R/Regression_o_1.r2r.o' [/private/tmp/helix/working/A6070931/w/A36F0930/e/publish/ProxyProjectForAOTOnHelix.proj]
/private/tmp/helix/working/A6070931/p/dotnet-cli/sdk/11.0.100-preview.1.26104.118/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets(666,5): error MSB3073: The command "... clang ... /tmp/helix/working/A6070931/w/A36F0930/e/obj/R2R/Regression_o_1.r2r.o -o ..." exited with code 1. [/private/tmp/helix/working/A6070931/w/A36F0930/e/publish/ProxyProjectForAOTOnHelix.proj]
Signing bundle /tmp/helix/working/A6070931/w/A36F0930/e/Regression_o_1.app
No embedded provisioning profile found at /tmp/helix/working/A6070931/w/A36F0930/e/Regression_o_1.app/embedded.mobileprovision! Failed to sign the app!
+ exit_code=21
Full Log
20260228.1 build_ios_arm64_Release_AllSubsets_CoreCLR_RuntimeTests

Error Message

{
  "ErrorMessage": [
      "osx.15.amd64.iphone.open",
      "No space left on device"
  ],
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Report

Build Definition Test Pull Request
1338972 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #124893
1338969 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125590
1338859 dotnet/runtime jit64_5.WorkItemExecution
1338866 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #124375
1338844 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #124766
1338820 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125643
1338597 dotnet/runtime Methodical_r1.WorkItemExecution
1338649 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125636
1338320 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1338630 dotnet/runtime System.Runtime.Numerics.Tests.WorkItemExecution
1338601 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124716
1338529 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #125571
1338555 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125545
1338582 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125640
1338338 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #125629
1338428 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125251
1338326 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #124328
1338323 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125061
1338290 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125625
1338317 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution
1338313 dotnet/runtime System.IO.MemoryMappedFiles.Tests.WorkItemExecution
1338310 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution
1338244 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125582
1338249 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124225
1338128 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125593
1338081 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125455
1338053 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125630
1337995 dotnet/runtime Methodical_d2.WorkItemExecution
1338029 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125536
1338018 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125633
1338006 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125596
1337971 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #125471
1337980 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125472
1337962 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125512
1337967 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution
1337926 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125616
1337940 dotnet/runtime iOS.Device.ParallelForEachAsync.Test.WorkItemExecution #124375
1337669 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #124200
1337696 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124354
1337657 dotnet/runtime iOS.Device.LibraryMode.Test.WorkItemExecution #125564
1337648 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124266
1337540 dotnet/runtime JIT.Generics.WorkItemExecution #125481
1337534 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125481
1337429 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125616
1336259 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #124225
1337313 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #124782
1337177 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125481
1337081 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #125053
1334411 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125372
1337070 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125607
1337011 dotnet/runtime JIT_ro.WorkItemExecution #125478
1337014 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125478
1336980 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125283
1336943 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125385
1336714 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #124716
1336678 dotnet/runtime Regression_2.WorkItemExecution
1336617 dotnet/runtime iOS.Device.ParallelForEachAsync.Test.WorkItemExecution #125596
1336612 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125595
1336533 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125593
1336496 dotnet/runtime threading_group1.WorkItemExecution
1336480 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #125590
1336434 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125586
1336431 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125574
1336395 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125151
1334120 dotnet/runtime iOS.Device.ParallelForEachAsync.Test.WorkItemExecution #124728
1336358 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #117261
1336322 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125555
1335611 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125547
1336279 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125582
1336271 dotnet/runtime iOS.Device.ParallelForEachAsync.Test.WorkItemExecution #125581
1336265 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125528
1336097 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #115702
1336066 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125573
1336022 dotnet/runtime baseservices.WorkItemExecution
1335967 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #125570
1335924 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125549
1335945 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125571
1335920 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125569
1335913 dotnet/runtime iOS.CoreCLR.Interpreter.Test.WorkItemExecution #124139
1335910 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125568
1335897 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125562
1335760 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125564
1335875 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125555
1335709 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125562
1335704 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #124352
1335668 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #125549
1335658 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125557
1335615 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #125555
1335573 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125512
1335475 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125294
1335328 dotnet/runtime iOS.CoreCLR.R2R.Test.WorkItemExecution #124375
1335318 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #124139
1335250 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125548
1335267 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124352
1335226 dotnet/runtime jit64_3.WorkItemExecution
1334946 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution #125419
1335148 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125547
1335140 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution #124494
1335016 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125543
1335023 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124352
Displaying 100 of 205 results

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
44 188 205

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions