Merge branch 'main' into perf/IsSquareAttackedByPawns #2478
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
10 errors and 11 warnings
WinningAtChess_FixedTime("r3r1k1/pp1q1pp1/4b1p1/3p2B1/3Q1R2/8/PPP3PP/4R1K1 w - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.055 depth 17 seldepth 17 nodes 240637
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("8/8/2R5/1p2qp1k/1P2r3/2PQ2P1/5K2/8 w - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.058 depth 17 seldepth 17 nodes 2564034
Assert.That(actual, Is.EqualTo(expected))
String lengths are both 3. Strings differ at index 0.
Expected: "Qd1"
But was: "Rc5"
-----------^
|
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 776778
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("r4rk1/1p2ppbp/p2pbnp1/q7/3BPPP1/2N2B2/PPP4P/R2Q1RK1 b - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.092 depth 17 seldepth 17 nodes 343013
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 1402479
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/p4ppp/2p1b3/3Nq3/4P1n1/1p1B2QP/1PPr2P1/1K2R2R w - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.157 depth 18 seldepth 18 nodes 880369
Assert.That(actual, Is.EqualTo(expected))
Expected string length 3 but was 4. Strings differ at index 0.
Expected: "Ne7"
But was: "hxg4"
-----------^
|
WinningAtChess_FixedTime("5rk1/2p4p/2p4r/3P4/4p1b1/1Q2NqPp/PP3P1K/R4R2 b - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.163 depth 19 seldepth 19 nodes 2185376
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("5rk1/1pp3bp/3p2p1/2PPp3/1P2P3/2Q1B3/4q1PP/R5K1 b - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.169 depth 19 seldepth 19 nodes 155819
Assert.That(actual, Is.EqualTo(expected))
Expected string length 3 but was 2. Strings differ at index 0.
Expected: "Bh6"
But was: "h6"
-----------^
|
WinningAtChess_FixedTime("rr4k1/p1pq2pp/Q1n1pn2/2bpp3/4P3/2PP1NN1/PP3PPP/R1B1K2R b KQ - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.196 depth 15 seldepth 15 nodes 2186125
Assert.That(actual, Is.EqualTo(expected))
String lengths are both 3. Strings differ at index 0.
Expected: "Nb4"
But was: "Rb6"
-----------^
|
WinningAtChess_FixedTime("3r1r1k/1b4pp/ppn1p3/4Pp1R/Pn5P/3P4/4QP2/1qB1NKR1 w - - ":
tests/Lynx.Test/BestMove/WACSilver200.cs#L21
id WAC.213 depth 21 seldepth 21 nodes 521329
Assert.That(actual, Is.EqualTo(expected))
String lengths are both 4. Strings differ at index 2.
Expected: "Rxh7"
But was: "Rxg7"
-------------^
|
make-build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rlespinasse/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-publish (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rlespinasse/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
fast-tests (Debug, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rlespinasse/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-publish (macOS-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rlespinasse/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
fast-tests (Release, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rlespinasse/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
make-build (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rlespinasse/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
fast-tests (Release, macOS-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rlespinasse/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
fast-tests (Debug, macOS-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rlespinasse/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
fast-tests (Debug, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rlespinasse/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-publish (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rlespinasse/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
fast-tests (Release, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rlespinasse/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Lynx-build-coverage-ci-2478
Expired
|
1.83 MB |
|
Lynx-perf-issquareattackedbypawns-2478
Expired
|
217 KB |
|
Lynx-perf-issquareattackedbypawns-2478-linux-x64
Expired
|
7.77 MB |
|
Lynx-perf-issquareattackedbypawns-2478-osx-x64
Expired
|
7.86 MB |
|
Lynx-perf-issquareattackedbypawns-2478-win-x64
Expired
|
7.66 MB |
|