Updates ixc to use stc v6 #346
Annotations
13 errors and 1 warning
AXSharp.CompilerTests.Core.IxNodeVisitorTests ► CanCallVisitForISemanticNodeVisitor_ICombinedThreeVisitor_WithArrayAccessExpressionAndData:
src/AXSharp.compiler/src/AXSharp.Compiler/Core/IxNodeVisitor.cs#L373
Failed test found in:
TestResults/AXSharp.CompilerTests.csproj_net7.0.xml
Error:
Assert.Throws() Failure
Expected: typeof(System.NotImplementedException)
Actual: typeof(System.NotSupportedException): Specified method is not supported.
---- System.NotSupportedException : Specified method is not supported.
|
AXSharp.CompilerTests.Core.IxNodeVisitorTests ► CanCallVisitForISemanticNodeVisitor_ICombinedThreeVisitor_WithArrayInitializerAndData:
src/AXSharp.compiler/src/AXSharp.Compiler/Core/IxNodeVisitor.cs#L211
Failed test found in:
TestResults/AXSharp.CompilerTests.csproj_net7.0.xml
Error:
Assert.Throws() Failure
Expected: typeof(System.NotImplementedException)
Actual: typeof(System.NotSupportedException): Specified method is not supported.
---- System.NotSupportedException : Specified method is not supported.
|
AXSharp.CompilerTests.Core.IxNodeVisitorTests ► CanCallVisitForISemanticNodeVisitor_ICombinedThreeVisitor_WithAsmStatementAndData:
src/AXSharp.compiler/src/AXSharp.Compiler/Core/IxNodeVisitor.cs#L331
Failed test found in:
TestResults/AXSharp.CompilerTests.csproj_net7.0.xml
Error:
Assert.Throws() Failure
Expected: typeof(System.NotImplementedException)
Actual: typeof(System.NotSupportedException): Specified method is not supported.
---- System.NotSupportedException : Specified method is not supported.
|
AXSharp.CompilerTests.Core.IxNodeVisitorTests ► CanCallVisitForISemanticNodeVisitor_ICombinedThreeVisitor_WithAssignmentAttemptAndData:
src/AXSharp.compiler/src/AXSharp.Compiler/Core/IxNodeVisitor.cs#L258
Failed test found in:
TestResults/AXSharp.CompilerTests.csproj_net7.0.xml
Error:
Assert.Throws() Failure
Expected: typeof(System.NotImplementedException)
Actual: typeof(System.NotSupportedException): Specified method is not supported.
---- System.NotSupportedException : Specified method is not supported.
|
AXSharp.CompilerTests.Core.IxNodeVisitorTests ► CanCallVisitForISemanticNodeVisitor_ICombinedThreeVisitor_WithBinExprAndData:
src/AXSharp.compiler/src/AXSharp.Compiler/Core/IxNodeVisitor.cs#L349
Failed test found in:
TestResults/AXSharp.CompilerTests.csproj_net7.0.xml
Error:
Assert.Throws() Failure
Expected: typeof(System.NotImplementedException)
Actual: typeof(System.NotSupportedException): Specified method is not supported.
---- System.NotSupportedException : Specified method is not supported.
|
AXSharp.CompilerTests.Core.IxNodeVisitorTests ► CanCallVisitForISemanticNodeVisitor_ICombinedThreeVisitor_WithCallAndData:
src/AXSharp.compiler/src/AXSharp.Compiler/Core/IxNodeVisitor.cs#L378
Failed test found in:
TestResults/AXSharp.CompilerTests.csproj_net7.0.xml
Error:
Assert.Throws() Failure
Expected: typeof(System.NotImplementedException)
Actual: typeof(System.NotSupportedException): Specified method is not supported.
---- System.NotSupportedException : Specified method is not supported.
|
AXSharp.CompilerTests.Core.IxNodeVisitorTests ► CanCallVisitForISemanticNodeVisitor_ICombinedThreeVisitor_WithCaseStatementAndData:
src/AXSharp.compiler/src/AXSharp.Compiler/Core/IxNodeVisitor.cs#L282
Failed test found in:
TestResults/AXSharp.CompilerTests.csproj_net7.0.xml
Error:
Assert.Throws() Failure
Expected: typeof(System.NotImplementedException)
Actual: typeof(System.NotSupportedException): Specified method is not supported.
---- System.NotSupportedException : Specified method is not supported.
|
AXSharp.CompilerTests.Core.IxNodeVisitorTests ► CanCallVisitForISemanticNodeVisitor_ICombinedThreeVisitor_WithCondInstrListAndData:
src/AXSharp.compiler/src/AXSharp.Compiler/Core/IxNodeVisitor.cs#L276
Failed test found in:
TestResults/AXSharp.CompilerTests.csproj_net7.0.xml
Error:
Assert.Throws() Failure
Expected: typeof(System.NotImplementedException)
Actual: typeof(System.NotSupportedException): Specified method is not supported.
---- System.NotSupportedException : Specified method is not supported.
|
AXSharp.CompilerTests.Core.IxNodeVisitorTests ► CanCallVisitForISemanticNodeVisitor_ICombinedThreeVisitor_WithCondStatementAndData:
src/AXSharp.compiler/src/AXSharp.Compiler/Core/IxNodeVisitor.cs#L270
Failed test found in:
TestResults/AXSharp.CompilerTests.csproj_net7.0.xml
Error:
Assert.Throws() Failure
Expected: typeof(System.NotImplementedException)
Actual: typeof(System.NotSupportedException): Specified method is not supported.
---- System.NotSupportedException : Specified method is not supported.
|
AXSharp.CompilerTests.Core.IxNodeVisitorTests ► CanCallVisitForISemanticNodeVisitor_ICombinedThreeVisitor_WithConstExprAndData:
src/AXSharp.compiler/src/AXSharp.Compiler/Core/IxNodeVisitor.cs#L337
Failed test found in:
TestResults/AXSharp.CompilerTests.csproj_net7.0.xml
Error:
Assert.Throws() Failure
Expected: typeof(System.NotImplementedException)
Actual: typeof(System.NotSupportedException): Specified method is not supported.
---- System.NotSupportedException : Specified method is not supported.
|
AXSharp.CompilerTests.Core.IxNodeVisitorTests ► CanCallVisitForISemanticNodeVisitor_ICombinedThreeVisitor_WithContinueInstructionAndData:
src/AXSharp.compiler/src/AXSharp.Compiler/Core/IxNodeVisitor.cs#L313
Failed test found in:
TestResults/AXSharp.CompilerTests.csproj_net7.0.xml
Error:
Assert.Throws() Failure
Expected: typeof(System.NotImplementedException)
Actual: typeof(System.NotSupportedException): Specified method is not supported.
---- System.NotSupportedException : Specified method is not supported.
|
build (Release)
Process completed with exit code 1.
|
build (Release)
Failed test were found and 'fail-on-error' option is set to true
|
build (Release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|