Skip to content

Extract test cases into separate files #5

Extract test cases into separate files

Extract test cases into separate files #5

Triggered via push May 13, 2023 07:19
Status Failure
Total duration 48s
Artifacts

publish.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors
PipeDream.Compiler.UnitTests.SyntaxTreeTests ► SourceCodeCanBeParsedAsync(path: "TestSyntax/ValidCode/Preprocessor/If.dm", source: "#if EXPECTS_A_VALUE\nvar/and = \"turns a block on "···): tests/Compiler/SyntaxTreeTests.cs#L59
Failed test found in: /home/runner/work/PipeDream/PipeDream/artifacts/tests/Release/_fv-az1236-832_2023-05-13_07_19_55.trx Error: Assert.Empty() Failure: Collection was not empty Collection: [Error DM1002: Syntax error. An expression was expected.]
PipeDream.Compiler.UnitTests.SyntaxTreeTests ► SourceCodeCanBeParsedAsync(path: "TestSyntax/ValidCode/Preprocessor/Warn.dm", source: "#warn is like #error, but doesn't halt compilation"···): src/Compiler/Syntax/SyntaxTree.cs#L146
Failed test found in: /home/runner/work/PipeDream/PipeDream/artifacts/tests/Release/_fv-az1236-832_2023-05-13_07_19_55.trx Error: System.AggregateException : One or more errors occurred. (A task was canceled.) (The operation was canceled.) ---- System.Threading.Tasks.TaskCanceledException : A task was canceled. ---- System.OperationCanceledException : The operation was canceled.
PipeDream.Compiler.UnitTests.SyntaxTreeTests ► SourceCodeCanBeParsedAsync(path: "TestSyntax/ValidCode/Strings/Interpolated.dm", source: "var/strings = \"can have [variables] embedded in t"···): tests/Compiler/SyntaxTreeTests.cs#L59
Failed test found in: /home/runner/work/PipeDream/PipeDream/artifacts/tests/Release/_fv-az1236-832_2023-05-13_07_19_55.trx Error: Assert.Empty() Failure: Collection was not empty Collection: [Error DM1002: Syntax error. An expression was expected.]
PipeDream.Compiler.UnitTests.SyntaxTreeTests ► SourceCodeCanBeParsedAsync(path: "TestSyntax/ValidCode/Strings/Literal.dm", source: "var/literal = \"strings don't have any special tri"···): tests/Compiler/SyntaxTreeTests.cs#L59
Failed test found in: /home/runner/work/PipeDream/PipeDream/artifacts/tests/Release/_fv-az1236-832_2023-05-13_07_19_55.trx Error: Assert.Empty() Failure: Collection was not empty Collection: [Error DM1002: Syntax error. An expression was expected.]
PipeDream.Compiler.UnitTests.SyntaxTreeTests ► SourceCodeCanBeParsedAsync(path: "TestSyntax/ValidCode/Strings/Raw.dm", source: "var/raw = @\"strings look like this\"\nvar/they = "···): tests/Compiler/SyntaxTreeTests.cs#L59
Failed test found in: /home/runner/work/PipeDream/PipeDream/artifacts/tests/Release/_fv-az1236-832_2023-05-13_07_19_55.trx Error: Assert.Empty() Failure: Collection was not empty Collection: [Error DM1002: Syntax error. An expression was expected.]
PipeDream.Compiler.UnitTests.SyntaxTreeTests ► SourceCodeCanBeParsedAsync(path: "TestSyntax/ValidCode/Strings/RawVerbatim.dm", source: "var/raw_verbatim = @{\"strings look like this.\"}\"···): tests/Compiler/SyntaxTreeTests.cs#L59
Failed test found in: /home/runner/work/PipeDream/PipeDream/artifacts/tests/Release/_fv-az1236-832_2023-05-13_07_19_55.trx Error: Assert.Empty() Failure: Collection was not empty Collection: [Error DM1002: Syntax error. An expression was expected.]
PipeDream.Compiler.UnitTests.SyntaxTreeTests ► SourceCodeCanBeParsedAsync(path: "TestSyntax/ValidCode/Strings/Resource.dm", source: "var/resources = 'look-like-this.txt'\nvar/they = '"···): tests/Compiler/SyntaxTreeTests.cs#L59
Failed test found in: /home/runner/work/PipeDream/PipeDream/artifacts/tests/Release/_fv-az1236-832_2023-05-13_07_19_55.trx Error: Assert.Empty() Failure: Collection was not empty Collection: [Error DM1002: Syntax error. An expression was expected.]
PipeDream.Compiler.UnitTests.SyntaxTreeTests ► SourceCodeCanBeParsedAsync(path: "TestSyntax/ValidCode/Strings/Verbatim.dm", source: "var/verbatim = {\"strings look like this\"}\nvar/t"···): tests/Compiler/SyntaxTreeTests.cs#L59
Failed test found in: /home/runner/work/PipeDream/PipeDream/artifacts/tests/Release/_fv-az1236-832_2023-05-13_07_19_55.trx Error: Assert.Empty() Failure: Collection was not empty Collection: [Error DM1002: Syntax error. An expression was expected.]
build (Release)
Process completed with exit code 1.
build (Release)
Failed test were found and 'fail-on-error' option is set to true
build (Debug)
The job was canceled because "Release" failed.
build (Debug)
The operation was canceled.