Merge branch 'main' into refactor/simplify-makemove-condition #5204
Annotations
10 errors and 1 warning
Run WinningAtChess_FixedTime tests:
tests/Lynx.Test/BestMove/WACSilver200.cs#L19
id WAC.055 depth 19 seldepth 19 nodes 2730183
Assert.That(actual, Is.EqualTo(expected))
String lengths are both 4. Strings differ at index 0.
Expected: "Qxg7"
But was: "Rff1"
-----------^
|
Run WinningAtChess_FixedTime tests:
tests/Lynx.Test/BestMove/WACSilver200.cs#L19
id WAC.071 depth 21 seldepth 21 nodes 3049846
Assert.That(actual, Is.EqualTo(expected))
Expected string length 4 but was 3. Strings differ at index 0.
Expected: "Nxa7"
But was: "Qd3"
-----------^
|
Run WinningAtChess_FixedTime tests
id WAC.092 depth 20 seldepth 20 nodes 2894990
Assert.That(actual, Is.EqualTo(expected))
String lengths are both 4. Strings differ at index 0.
Expected: "Bxg4"
But was: "Rac8"
-----------^
|
Run WinningAtChess_FixedTime tests
id WAC.141 depth 21 seldepth 21 nodes 1762217
Assert.That(actual, Is.EqualTo(expected))
Expected string length 4 but was 3. Strings differ at index 0.
Expected: "Qxf4"
But was: "Kf1"
-----------^
|
Run WinningAtChess_FixedTime tests
id WAC.163 depth 20 seldepth 20 nodes 1589862
Assert.That(actual, Is.EqualTo(expected))
Expected string length 3 but was 4. Strings differ at index 0.
Expected: "Qg2"
But was: "cxd5"
-----------^
|
Run WinningAtChess_FixedTime tests
id WAC.196 depth 22 seldepth 22 nodes 2536675
Assert.That(actual, Is.EqualTo(expected))
String lengths are both 3. Strings differ at index 0.
Expected: "Nb4"
But was: "Rb6"
-----------^
|
Run WinningAtChess_FixedTime tests
id WAC.237 depth 25 seldepth 25 nodes 2417453
Assert.That(actual, Is.EqualTo(expected))
String lengths are both 3. Strings differ at index 2.
Expected: "Rc1"
But was: "Rc5"
-------------^
|
Run WinningAtChess_FixedTime tests
id WAC.256 depth 22 seldepth 22 nodes 1813890
Assert.That(actual, Is.EqualTo(expected))
Expected string length 3 but was 2. Strings differ at index 0.
Expected: "Nf5"
But was: "g3"
-----------^
|
Run WinningAtChess_FixedTime tests
id WAC.283 depth 21 seldepth 21 nodes 2654766
Assert.That(actual, Is.EqualTo(expected))
Expected string length 3 but was 4. Strings differ at index 0.
Expected: "Ng5"
But was: "exf7"
-----------^
|
Run WinningAtChess_FixedTime tests
id WAC.293 depth 18 seldepth 18 nodes 2680926
Assert.That(actual, Is.EqualTo(expected))
Expected string length 4 but was 3. Strings differ at index 1.
Expected: "Nfg5"
But was: "Nc5"
------------^
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading