Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RISC-V] Add crossgen2 for riscv64 #95188

Merged
merged 3 commits into from
Jan 3, 2024

Fix review

98dbb02
Select commit
Loading
Failed to load commit list.
Merged

[RISC-V] Add crossgen2 for riscv64 #95188

Fix review
98dbb02
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime succeeded Jan 3, 2024 in 30m 47s

Build #20240103.2 had test failures

Details

Tests

  • Failed: 9 (0.00%)
  • Passed: 3,585,335 (98.27%)
  • Other: 63,159 (1.73%)
  • Total: 3,648,503

Annotations

Check failure on line 1 in System.Text.Json.SourceGeneration.UnitTests.JsonSourceGeneratorIncrementalTests.CompilingTheSameSourceResultsInEqualModels

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Text.Json.SourceGeneration.UnitTests.JsonSourceGeneratorIncrementalTests.CompilingTheSameSourceResultsInEqualModels

Test failed

Check failure on line 1 in System.Text.Json.SourceGeneration.UnitTests.JsonSourceGeneratorIncrementalTests.IncrementalGenerator_EquivalentSources_DoesNotRegenerate

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Text.Json.SourceGeneration.UnitTests.JsonSourceGeneratorIncrementalTests.IncrementalGenerator_EquivalentSources_DoesNotRegenerate

System.OutOfMemoryException : Insufficient memory to continue the execution of the program.
Raw output
   at System.Runtime.InteropServices.Marshal.AllocHGlobal(IntPtr cb) in /_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.Windows.cs:line 134
   at System.Runtime.InteropServices.Marshal.AllocHGlobal(Int32 cb) in /_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs:line 31
   at System.Reflection.Internal.NativeHeapMemoryBlock.DisposableData..ctor(Int32 size) in /_/src/libraries/System.Reflection.Metadata/src/System/Reflection/Internal/MemoryBlocks/NativeHeapMemoryBlock.cs:line 32
   at System.Reflection.Internal.NativeHeapMemoryBlock..ctor(Int32 size) in /_/src/libraries/System.Reflection.Metadata/src/System/Reflection/Internal/MemoryBlocks/NativeHeapMemoryBlock.cs:line 62
   at System.Reflection.Internal.StreamMemoryBlockProvider.ReadMemoryBlockNoLock(Stream stream, Int64 start, Int32 size) in /_/src/libraries/System.Reflection.Metadata/src/System/Reflection/Internal/MemoryBlocks/StreamMemoryBlockProvider.cs:line 71
   at System.Reflection.PortableExecutable.PEReader..ctor(Stream peStream, PEStreamOptions options, Int32 size) in /_/src/libraries/System.Reflection.Metadata/src/System/Reflection/PortableExecutable/PEReader.cs:line 190
   at System.Reflection.PortableExecutable.PEReader..ctor(Stream peStream, PEStreamOptions options) in /_/src/libraries/System.Reflection.Metadata/src/System/Reflection/PortableExecutable/PEReader.cs:line 128
   at Microsoft.CodeAnalysis.ModuleMetadata.CreateFromStream(Stream peStream, PEStreamOptions options)
   at System.Text.Json.SourceGeneration.UnitTests.CompilationHelper.CreateCompilation(String source, MetadataReference[] additionalReferences, String assemblyName, Boolean includeSTJ, CSharpParseOptions parseOptions) in /_/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/CompilationHelper.cs:line 61
   at System.Text.Json.SourceGeneration.UnitTests.JsonSourceGeneratorIncrementalTests.IncrementalGenerator_EquivalentSources_DoesNotRegenerate() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.SourceGeneration.Unit.Tests/JsonSourceGeneratorIncrementalTests.cs:line 284
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.CoreCLR.cs:line 36
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

Check failure on line 1 in System.Text.Json.SourceGeneration.UnitTests.JsonSourceGeneratorDiagnosticsTests.MultiDimensionArrayDoesNotProduceWarnings

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Text.Json.SourceGeneration.UnitTests.JsonSourceGeneratorDiagnosticsTests.MultiDimensionArrayDoesNotProduceWarnings

Test failed

Check failure on line 1 in System.Text.Json.SourceGeneration.UnitTests.JsonSourceGeneratorIncrementalTests.IncrementalGenerator_SameInput_DoesNotRegenerate

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Text.Json.SourceGeneration.UnitTests.JsonSourceGeneratorIncrementalTests.IncrementalGenerator_SameInput_DoesNotRegenerate

Test failed