Skip to content

[.net8] Investigate some binlogs that break MSBuild.StructuredLogger and our tests #18568

@dalexsoto

Description

@dalexsoto

The following dotnet tests had to be disabled because they break MSBuild.StructuredLogger

Xamarin.Tests.DotNetProjectTest.BuildMyCatalystApp ("maccatalyst-arm64"): System.IO.InvalidDataException : String record number 28318 is invalid: string index 1192150 is not within 13922.
Xamarin.Tests.DotNetProjectTest.BuildInterdependentBindingProjects ("macOS"): System.FormatException : One of the identified items was in an invalid format.
Xamarin.Tests.TemplateTest.CreateAndBuildProjectTemplate (ios-visualbasic): System.FormatException : One of the identified items was in an invalid format.
Xamarin.Tests.TemplateTest.CreateAndBuildProjectTemplate (macos-visualbasic): System.IO.InvalidDataException : String record number 22542 is invalid: string index 15468 is not within 10808.
Xamarin.Tests.DotNetProjectTest.BuildFatApp (MacOSX,"osx-arm64;osx-x64"): System.IO.InvalidDataException : String record number 46159 is invalid: string index 89406745 is not within 15366.
Xamarin.Tests.DotNetProjectTest.BuildEmbeddedResourcesTest ("iOS"): System.IO.InvalidDataException : String record number 19850 is invalid: string index 1929743 is not within 5761.
Xamarin.Tests.TemplateTest.CreateAndBuildProjectTemplate (macos-csharp): System.FormatException : One of the identified items was in an invalid format.

Xamarin.Tests.DotNetProjectTest.BuildFSharpLibraryTest("tvOS"): System.IO.InvalidDataException : String record number 19699 is invalid: string index 16248 is not within 5887.
Xamarin.Tests.TemplateTest.CreateAndBuildItemTemplates(iOS,FSharp): System.IO.InvalidDataException : NameValueList record number 22332 is invalid: index -7 is not within 10679.
Xamarin.Tests.BundleStructureTest.Build(MacCatalyst,"maccatalyst-x64",All,"Debug"): System.ArgumentOutOfRangeException : Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. (Parameter 'ticks')
Xamarin.Tests.TemplateTest.CreateAndBuildItemTemplates(TVOS,CSharp): System.IO.InvalidDataException : String record number 21785 is invalid: string index -2 is not within 10318.
Xamarin.Tests.DotNetProjectTest.CatalystAppOptimizedForMacOS(MacOSX,"osx-x64;osx-arm64",True): System.IO.InvalidDataException : String record number 6977 is invalid: string index 991666 is not within 3666.
Xamarin.Tests.PublishTrimmedTest.DisableLinker(MacOSX,"osx-x64"): System.IO.InvalidDataException : String record number 6737 is invalid: string index 11115 is not within 3534.
Xamarin.Tests.DotNetProjectTest.CatalystAppOptimizedForMacOS(TVOS,"tvossimulator-x64",True): System.FormatException : One of the identified items was in an invalid format.
Xamarin.Tests.PostBuildTest.ArchiveTest(MacOSX,"osx-x64"): System.IO.InvalidDataException : String record number 27897 is invalid: string index 1423922 is not within 11636.
Xamarin.Tests.DotNetProjectTest.BuildCoreCLR(MacOSX,"osx-x64"): System.IO.InvalidDataException : String record number 27620 is invalid: string index 1423916 is not within 11570.
Xamarin.Tests.PostBuildTest.PublishFailureTest(TVOS,"tvossimulator-x64"): System.FormatException : One of the identified items was in an invalid format.
Xamarin.Tests.TemplateTest.CreateAndBuildItemTemplates(MacCatalyst,CSharp): System.ArgumentOutOfRangeException : Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. (Parameter 'ticks')
Xamarin.Tests.DotNetProjectTest.BuildMyTVApp("tvossimulator-arm64"): System.IO.InvalidDataException : String record number 26480 is invalid: string index 74022368 is not within 12898.

Disabled them with:

Breaks MSBuild.StructuredLogger #18568

Metadata

Metadata

Assignees

No one assigned

    Labels

    dotnetAn issue or pull request related to .NET (6)testsAnything related to tests

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions