diff options
author | Camil Staps | 2017-10-05 15:53:34 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-05 15:53:34 +0200 |
commit | 07ffcd3ee24788346e07bbc79a332d602fa8267c (patch) | |
tree | d4dd5398f71d60984fb7b0e2a0958c3d9034b060 /assignments/assignment1-test-run.txt | |
parent | Continue with text (diff) |
Test results
Diffstat (limited to 'assignments/assignment1-test-run.txt')
-rw-r--r-- | assignments/assignment1-test-run.txt | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/assignments/assignment1-test-run.txt b/assignments/assignment1-test-run.txt new file mode 100644 index 0000000..06c460f --- /dev/null +++ b/assignments/assignment1-test-run.txt @@ -0,0 +1,51 @@ +Test: "Normal Legal Game" passed +################################################## +Test: "Two Games, single file" passed +################################################## +Test: "Double Castling on Kingside" passed +################################################## +Test: "White Moving Black piece" failed +InvalidMove | NoParse +################################################## +Test: "Castling both Queen and Kingside" passed +################################################## +Test: "Taking En Passent on second move" failed +InvalidMove | NoParse +################################################## +Test: "Mate when impossible" failed +InvalidMove | rnbqkbnr + > pppppppp + > ........ + > ........ + > ....P... + > ........ + > PPPP.PPP + > RNBQKBNR + > +################################################## +Test: "Castling Through Check" passed +################################################## +Test: "Castling In Check" failed +InvalidMove | rnbqk.nr + > pppp...p + > ....ppp. + > ........ + > .b...... + > ...P.NP. + > PPP.PPBP + > RNBQ.RK. + > +################################################## +Test: ";-comment in {}-comment" passed +################################################## +Test: "Insufficient Material Draw" failed +InvalidMove | ........ + > .....k.. + > ...b.... + > ........ + > ......K. + > ........ + > ........ + > ........ + > +################################################## |