Upgrade dependencies and remove NET 6 #49
pr.yml
on: pull_request
macos-latest
3m 34s
ubuntu-latest
2m 56s
windows-latest
5m 18s
Annotations
20 errors
ubuntu-latest
[xUnit.net 00:00:10.38] Acornima.Tests.RegExpTests.ShouldNotCompileNegativeLookaroundOnNET7OrLater(pattern: "(?<!(Saturday|Sunday))", compileRegex: True, expectedIsCompiled: False) [FAIL]
|
ubuntu-latest
[xUnit.net 00:00:10.38] Acornima.Tests.RegExpTests.ShouldNotCompileNegativeLookaroundOnNET7OrLater(pattern: "(?![^\\\\x28]*\\\\x29)", compileRegex: True, expectedIsCompiled: False) [FAIL]
|
Acornima.Tests.RegExpTests.ShouldNotCompileNegativeLookaroundOnNET7OrLater(pattern: "(?<!(Saturday|Sunday))":
_/test/Acornima.Tests/RegExpTests.cs#L168
Assert.Equal() Failure: Values differ
Expected: False
Actual: True
|
Acornima.Tests.RegExpTests.ShouldNotCompileNegativeLookaroundOnNET7OrLater(pattern: "(?![^\\\\x28]*\\\\x29)":
_/test/Acornima.Tests/RegExpTests.cs#L168
Assert.Equal() Failure: Values differ
Expected: False
Actual: True
|
ubuntu-latest
Target "Test" has thrown an exception
|
ubuntu-latest
Process completed with exit code 255.
|
macos-latest
[xUnit.net 00:00:28.65] Acornima.Tests.RegExpTests.ShouldNotCompileNegativeLookaroundOnNET7OrLater(pattern: "(?<!(Saturday|Sunday))", compileRegex: True, expectedIsCompiled: False) [FAIL]
|
Acornima.Tests.RegExpTests.ShouldNotCompileNegativeLookaroundOnNET7OrLater(pattern: "(?<!(Saturday|Sunday))":
_/test/Acornima.Tests/RegExpTests.cs#L168
Assert.Equal() Failure: Values differ
Expected: False
Actual: True
|
macos-latest
[xUnit.net 00:00:28.66] Acornima.Tests.RegExpTests.ShouldNotCompileNegativeLookaroundOnNET7OrLater(pattern: "(?![^\\\\x28]*\\\\x29)", compileRegex: True, expectedIsCompiled: False) [FAIL]
|
Acornima.Tests.RegExpTests.ShouldNotCompileNegativeLookaroundOnNET7OrLater(pattern: "(?![^\\\\x28]*\\\\x29)":
_/test/Acornima.Tests/RegExpTests.cs#L168
Assert.Equal() Failure: Values differ
Expected: False
Actual: True
|
macos-latest
Target "Test" has thrown an exception
|
macos-latest
Process completed with exit code 255.
|
windows-latest
[xUnit.net 00:00:05.79] Acornima.Tests.RegExpTests.ShouldNotCompileNegativeLookaroundOnNET7OrLater(pattern: "(?<!(Saturday|Sunday))", compileRegex: True, expectedIsCompiled: False) [FAIL]
|
windows-latest
[xUnit.net 00:00:05.79] Acornima.Tests.RegExpTests.ShouldNotCompileNegativeLookaroundOnNET7OrLater(pattern: "(?![^\\\\x28]*\\\\x29)", compileRegex: True, expectedIsCompiled: False) [FAIL]
|
Acornima.Tests.RegExpTests.ShouldNotCompileNegativeLookaroundOnNET7OrLater(pattern: "(?<!(Saturday|Sunday))":
_/test/Acornima.Tests/RegExpTests.cs#L168
Assert.Equal() Failure: Values differ
Expected: False
Actual: True
|
Acornima.Tests.RegExpTests.ShouldNotCompileNegativeLookaroundOnNET7OrLater(pattern: "(?![^\\\\x28]*\\\\x29)":
_/test/Acornima.Tests/RegExpTests.cs#L168
Assert.Equal() Failure: Values differ
Expected: False
Actual: True
|
windows-latest
[xUnit.net 00:00:50.68] Acornima.Tests.ParserTests.CanHandleDeepRecursion [FAIL]
|
Acornima.Tests.ParserTests.CanHandleDeepRecursion:
_/test/Acornima.Tests/ParserTests.cs#L96
System.InsufficientExecutionStackException : Insufficient stack to continue executing the program safely. This can happen from having too many functions on the call stack or function on the stack using too much stack space.
|
windows-latest
Target "Test" has thrown an exception
|
windows-latest
Process completed with exit code 1.
|