Refactor to return ref entry instead of copies of stuff inside #2542
ci.yml
on: push
Matrix: build-and-publish
Matrix: fast-tests
Matrix: long-running-tests
Matrix: make-build
Matrix: other-tests
Matrix: perft-tests
Matrix: winning-at-chess
Annotations
70 errors
WinningAtChess_FixedTime("r3r1k1/pp1q1pp1/4b1p1/3p2B1/3Q1R2/8/PPP3PP/4R1K1 w - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.055 depth 16 seldepth 16 nodes 283099
Assert.That(actual, Is.EqualTo(expected))
Expected string length 4 but was 3. Strings differ at index 0.
Expected: "Qxg7"
But was: "Rf1"
-----------^
|
WinningAtChess_FixedTime("2kr3r/pp1q1ppp/5n2/1Nb5/2Pp1B2/7Q/P4PPP/1R3RK1 w - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.071 depth 18 seldepth 18 nodes 1593202
Assert.That(actual, Is.EqualTo(expected))
Expected string length 4 but was 3. Strings differ at index 0.
Expected: "Nxa7"
But was: "Qf3"
-----------^
|
WinningAtChess_FixedTime("8/p3k1p1/4r3/2ppNpp1/PP1P4/2P3KP/5P2/8 b - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.087 depth 21 seldepth 21 nodes 4305637
Assert.That(actual, Is.EqualTo(expected))
String lengths are both 4. Strings differ at index 0.
Expected: "Rxe5"
But was: "cxb4"
-----------^
|
WinningAtChess_FixedTime("r4rk1/1p2ppbp/p2pbnp1/q7/3BPPP1/2N2B2/PPP4P/R2Q1RK1 b - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.092 depth 15 seldepth 15 nodes 2458725
Assert.That(actual, Is.EqualTo(expected))
Expected string length 4 but was 3. Strings differ at index 1.
Expected: "Bxg4"
But was: "Bc4"
------------^
|
WinningAtChess_FixedTime("4r1k1/p1qr1p2/2pb1Bp1/1p5p/3P1n1R/1B3P2/PP3PK1/2Q4R w - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.141 depth 15 seldepth 15 nodes 1497259
Assert.That(actual, Is.EqualTo(expected))
Expected string length 4 but was 3. Strings differ at index 0.
Expected: "Qxf4"
But was: "Kf1"
-----------^
|
WinningAtChess_FixedTime("5rk1/2p4p/2p4r/3P4/4p1b1/1Q2NqPp/PP3P1K/R4R2 b - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.163 depth 17 seldepth 17 nodes 1174239
Assert.That(actual, Is.EqualTo(expected))
Expected string length 3 but was 4. Strings differ at index 0.
Expected: "Qg2"
But was: "cxd5"
-----------^
|
WinningAtChess_FixedTime("rr4k1/p1pq2pp/Q1n1pn2/2bpp3/4P3/2PP1NN1/PP3PPP/R1B1K2R b KQ - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.196 depth 19 seldepth 19 nodes 44748
Assert.That(actual, Is.EqualTo(expected))
String lengths are both 3. Strings differ at index 0.
Expected: "Nb4"
But was: "Rb6"
-----------^
|
WinningAtChess_FixedTime("3rr1k1/ppp2ppp/8/5Q2/4n3/1B5R/PPP1qPP1/5RK1 b - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.220 depth 16 seldepth 16 nodes 2394620
Assert.That(actual, Is.EqualTo(expected))
Expected string length 4 but was 3. Strings differ at index 0.
Expected: "Qxf1"
But was: "Nf6"
-----------^
|
WinningAtChess_FixedTime("2r1r2k/1q3ppp/p2Rp3/2p1P3/6QB/p3P3/bP3PPP/3R2K1 w - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.222 depth 19 seldepth 19 nodes 2024289
Assert.That(actual, Is.EqualTo(expected))
Expected string length 3 but was 4. Strings differ at index 0.
Expected: "Bf6"
But was: "bxa3"
-----------^
|
WinningAtChess_FixedTime("r5k1/pQp2qpp/8/4pbN1/3P4/6P1/PPr4P/1K1R3R b - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.237 depth 22 seldepth 22 nodes 1109954
Assert.That(actual, Is.EqualTo(expected))
String lengths are both 3. Strings differ at index 2.
Expected: "Rc1"
But was: "Rc5"
-------------^
|
EvaluationSearch_BlessedLoss("1N6/8/p7/8/4k3/8/K3N3/8 b - - 1 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L51
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_BlessedLoss("8/3B4/8/1R6/5r2/4K3/8/5k2 b - - 2 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L51
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_CursedWin("1N6/8/p7/8/4kN2/8/K7/8 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L33
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_CursedWin("8/3B4/8/1R6/5r2/8/3K4/5k2 w - - 1 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L33
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6kN/8/8/8/8/8/8/B3K3 b - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L281
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6kN/8/8/8/8/8/8/B3K3 b - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L281
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6Kn/8/8/8/8/8/8/b3k3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L281
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6Kn/8/8/8/8/8/8/b3k3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L281
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawWinningPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("kN6/8/8/8/8/8/8/B3K3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L245
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawWinningPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("kN6/8/8/8/8/8/8/B3K3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L245
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_BlessedLoss("1N6/8/p7/8/4k3/8/K3N3/8 b - - 1 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L52
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_BlessedLoss("8/3B4/8/1R6/5r2/4K3/8/5k2 b - - 2 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L52
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_CursedWin("1N6/8/p7/8/4kN2/8/K7/8 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L34
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_CursedWin("8/3B4/8/1R6/5r2/8/3K4/5k2 w - - 1 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L34
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6kN/8/8/8/8/8/8/B3K3 b - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L282
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6kN/8/8/8/8/8/8/B3K3 b - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L282
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6Kn/8/8/8/8/8/8/b3k3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L282
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6Kn/8/8/8/8/8/8/b3k3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L282
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawWinningPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("kN6/8/8/8/8/8/8/B3K3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L246
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawWinningPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("kN6/8/8/8/8/8/8/B3K3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L246
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_BlessedLoss("1N6/8/p7/8/4k3/8/K3N3/8 b - - 1 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L52
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_BlessedLoss("8/3B4/8/1R6/5r2/4K3/8/5k2 b - - 2 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L52
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_CursedWin("1N6/8/p7/8/4kN2/8/K7/8 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L34
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_CursedWin("8/3B4/8/1R6/5r2/8/3K4/5k2 w - - 1 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L34
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6kN/8/8/8/8/8/8/B3K3 b - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L282
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6kN/8/8/8/8/8/8/B3K3 b - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L282
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6Kn/8/8/8/8/8/8/b3k3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L282
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6Kn/8/8/8/8/8/8/b3k3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L282
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawWinningPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("kN6/8/8/8/8/8/8/B3K3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L246
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawWinningPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("kN6/8/8/8/8/8/8/B3K3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L246
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_BlessedLoss("1N6/8/p7/8/4k3/8/K3N3/8 b - - 1 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L52
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_BlessedLoss("8/3B4/8/1R6/5r2/4K3/8/5k2 b - - 2 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L52
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_CursedWin("1N6/8/p7/8/4kN2/8/K7/8 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L34
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_CursedWin("8/3B4/8/1R6/5r2/8/3K4/5k2 w - - 1 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L34
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6kN/8/8/8/8/8/8/B3K3 b - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L282
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6kN/8/8/8/8/8/8/B3K3 b - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L282
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6Kn/8/8/8/8/8/8/b3k3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L282
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6Kn/8/8/8/8/8/8/b3k3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L282
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawWinningPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("kN6/8/8/8/8/8/8/B3K3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L246
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawWinningPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("kN6/8/8/8/8/8/8/B3K3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L246
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_BlessedLoss("1N6/8/p7/8/4k3/8/K3N3/8 b - - 1 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L51
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_BlessedLoss("8/3B4/8/1R6/5r2/4K3/8/5k2 b - - 2 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L51
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_CursedWin("1N6/8/p7/8/4kN2/8/K7/8 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L33
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_CursedWin("8/3B4/8/1R6/5r2/8/3K4/5k2 w - - 1 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L33
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6kN/8/8/8/8/8/8/B3K3 b - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L281
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6kN/8/8/8/8/8/8/B3K3 b - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L281
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6Kn/8/8/8/8/8/8/b3k3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L281
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6Kn/8/8/8/8/8/8/b3k3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L281
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawWinningPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("kN6/8/8/8/8/8/8/B3K3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L245
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawWinningPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("kN6/8/8/8/8/8/8/B3K3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L245
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_BlessedLoss("1N6/8/p7/8/4k3/8/K3N3/8 b - - 1 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L51
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_BlessedLoss("8/3B4/8/1R6/5r2/4K3/8/5k2 b - - 2 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L51
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_CursedWin("1N6/8/p7/8/4kN2/8/K7/8 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L33
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_CursedWin("8/3B4/8/1R6/5r2/8/3K4/5k2 w - - 1 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L33
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6kN/8/8/8/8/8/8/B3K3 b - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L281
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6kN/8/8/8/8/8/8/B3K3 b - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L281
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6Kn/8/8/8/8/8/8/b3k3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L281
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawLosingPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("6Kn/8/8/8/8/8/8/b3k3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L281
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawWinningPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("kN6/8/8/8/8/8/8/B3K3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L245
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
EvaluationSearch_DrawWinningPositionDueToExistingHalfMovesWithoutCaptureOrPawnMove("kN6/8/8/8/8/8/8/B3K3 w - - 0 1":
_/tests/Lynx.Test/OnlineTablebaseProberTest.cs#L245
System.AggregateException : One or more errors occurred. (A task was canceled.)
----> System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Lynx-refactor-tt-methods-2542
Expired
|
218 KB |
|
Lynx-refactor-tt-methods-2542-linux-x64
Expired
|
7.77 MB |
|
Lynx-refactor-tt-methods-2542-osx-x64
Expired
|
7.87 MB |
|
Lynx-refactor-tt-methods-2542-win-x64
Expired
|
7.66 MB |
|