Skip to content

Skip save/restore of contexts in task-returning thunks; mark thunk infrastructure NonVersionable - #129894

Merged
jakobbotsch merged 13 commits into
dotnet:mainfrom
jakobbotsch:skip-context-save-restore-in-thunks
Jul 7, 2026
Merged

Skip save/restore of contexts in task-returning thunks; mark thunk infrastructure NonVersionable#129894
jakobbotsch merged 13 commits into
dotnet:mainfrom
jakobbotsch:skip-context-save-restore-in-thunks

Rename

03f79bc
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Jul 6, 2026 in 4h 1m 18s

Build #20260706.46 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 2,943,956 (98.06%)
  • Other: 58,337 (1.94%)
  • Total: 3,002,295

Annotations

Check failure on line 63 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Build log #L63

The Operation will be canceled. The next steps may not contain expected logs.

Check failure on line 67 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Build log #L67

The operation was canceled.

Check failure on line 1 in System.Formats.Tar.Tests.TarFile_ExtractToDirectory_File_Tests.ExtractToDirectory_RejectsChainedSymlinkDirectoryTraversal_WithNestedFile

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Formats.Tar.Tests.TarFile_ExtractToDirectory_File_Tests.ExtractToDirectory_RejectsChainedSymlinkDirectoryTraversal_WithNestedFile

Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(System.UnauthorizedAccessException)
Actual:   typeof(System.IO.IOException)
---- System.IO.IOException : Cannot create 'C:\h\w\A7D10969\t\g2caayv0.0kt\dest\a\b' because a file or directory with the same name already exists.
Raw output
   at System.Formats.Tar.Tests.TarFile_ExtractToDirectory_File_Tests.ExtractToDirectory_RejectsChainedSymlinkDirectoryTraversal_WithNestedFile() in /_/src/libraries/System.Formats.Tar/tests/TarFile/TarFile.ExtractToDirectory.File.Tests.cs:line 548
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 37
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57
----- Inner Stack Trace -----
   at System.IO.FileSystem.CreateDirectory(String fullPath, Byte[] securityDescriptor) in /_/src/libraries/Common/src/System/IO/FileSystem.DirectoryCreation.Windows.cs:line 134
   at System.IO.Directory.CreateDirectory(String path) in /_/src/libraries/System.Private.CoreLib/src/System/IO/Directory.cs:line 34
   at System.Formats.Tar.TarHelpers.CreateDirectory(String fullPath, Nullable`1 mode, SortedDictionary`2 pendingModes) in /_/src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarHelpers.Windows.cs:line 18
   at System.Formats.Tar.TarEntry.ExtractRelativeToDirectory(String destinationDirectoryPath, Boolean overwrite, SortedDictionary`2 pendingModes, Stack`1 directoryModificationTimes, TarHardLinkMode hardLinkMode) in /_/src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarEntry.cs:line 334
   at System.Formats.Tar.TarFile.ExtractToDirectoryInternal(Stream source, String destinationDirectoryFullPath, TarExtractOptions options, Boolean leaveOpen) in /_/src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarFile.cs:line 664
   at System.Formats.Tar.TarFile.ExtractToDirectory(String sourceFileName, String destinationDirectoryName, TarExtractOptions options) in /_/src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarFile.cs:line 448
   at System.Formats.Tar.TarFile.ExtractToDirectory(String sourceFileName, String destinationDirectoryName, Boolean overwriteFiles) in /_/src/libraries/System.Formats.Tar/src/System/Formats/Tar/TarFile.cs:line 407
   at System.Formats.Tar.Tests.TarFile_ExtractToDirectory_File_Tests.<>c__DisplayClass16_0.<ExtractToDirectory_RejectsChainedSymlinkDirectoryTraversal_WithNestedFile>b__0() in /_/src/libraries/System.Formats.Tar/tests/TarFile/TarFile.ExtractToDirectory.File.Tests.cs:line 548

Check failure on line 1 in System.IO.Tests.Enumeration.MatchTypesTests_DirectoryInfo_GetFiles.OverlappingExtensions_AllMatchTypes_Comprehensive

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.IO.Tests.Enumeration.MatchTypesTests_DirectoryInfo_GetFiles.OverlappingExtensions_AllMatchTypes_Comprehensive

Assert.DoesNotContain() Failure: Filter matched in collection
             ↓ (pos 0)
Collection: ["/tmp/helix/working/B2A70959/t/#MatchTypesTests_Dir"···, "/tmp/helix/working/B2A70959/t/#MatchTypesTests_Dir"···, "/tmp/helix/working/B2A70959/t/#MatchTypesTests_Dir"···, "/tmp/helix/working/B2A70959/t/#MatchTypesTests_Dir"···]
Raw output
   at System.IO.Tests.Enumeration.MatchTypesTests.OverlappingExtensions_AllMatchTypes_Comprehensive() in /_/src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/Enumeration/MatchTypesTests.cs:line 584
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 37
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 134