Dan wrote: > Since 1 B5 is the correct result, this is an incorrectly > updated test rather than a compiler specific > problem. Sorry about that.
It looks like it's actually my fault, misplacing a popgo. The appended patch fixes this problem and a few other testcase errors. /Gunnar Index: regression/connection.tst =================================================================== RCS file: /cvsroot/gnugo/gnugo/regression/connection.tst,v retrieving revision 1.83 diff -u -r1.83 connection.tst --- regression/connection.tst 13 Jun 2005 03:35:08 -0000 1.83 +++ regression/connection.tst 15 Jun 2005 18:20:55 -0000 @@ -440,7 +440,7 @@ #? [1 M11]* # This test is extremely important. -loadsgf games/kgs/perler-GNU.sgf 202 +loadsgf games/kgs/perler-GNU.sgf 246 122 disconnect B18 E15 #? [3 E16]* Index: regression/endgame.tst =================================================================== RCS file: /cvsroot/gnugo/gnugo/regression/endgame.tst,v retrieving revision 1.48 diff -u -r1.48 endgame.tst --- regression/endgame.tst 13 Jun 2005 03:35:08 -0000 1.48 +++ regression/endgame.tst 15 Jun 2005 18:20:55 -0000 @@ -159,7 +159,7 @@ #? [J7] loadsgf games/nngs/gnugo-3.3.17-Wiedemann-200303251932.sgf 151 -810 genmove white +810 reg_genmove white #? [F5|F4] loadsgf games/nngs/gnugo-3.3.17-Wiedemann-200303251932.sgf 203 Index: regression/gunnar.tst =================================================================== RCS file: /cvsroot/gnugo/gnugo/regression/gunnar.tst,v retrieving revision 1.53 diff -u -r1.53 gunnar.tst --- regression/gunnar.tst 13 Jun 2005 03:35:08 -0000 1.53 +++ regression/gunnar.tst 15 Jun 2005 18:20:55 -0000 @@ -265,7 +265,7 @@ #? [F15]* # Saving M13 is small compared to stopping a black incursion. -loadsgf games/nngs/gnugo-3.5.2gf1-wingjk-200312301242.sgf 114 +loadsgf games/nngs/gnugo-3.5.2gf1-wingjk-200312301242.sgf 122 48 restricted_genmove white M12 P11 #? [P11] @@ -419,7 +419,7 @@ # See also connection:120,121. loadsgf games/kgs/GNU-higher.sgf 193 75 reg_genmove white -#? [C14]* +#? [M11]* # R2 can't live. Necessary to find a ko threat. loadsgf games/kgs/GNU-HISOKA10.sgf 226 Index: regression/reading.tst =================================================================== RCS file: /cvsroot/gnugo/gnugo/regression/reading.tst,v retrieving revision 1.89 diff -u -r1.89 reading.tst --- regression/reading.tst 13 Jun 2005 03:35:08 -0000 1.89 +++ regression/reading.tst 15 Jun 2005 18:20:55 -0000 @@ -884,15 +884,15 @@ 210 defend D4 #? [1 (A2|C2|C1)] 211 defend A3 -#? [3 (C4|C5|C1)]* +#? [3 (B4|C4|C1)]* 212 attack A3 #? [1 (A2|C2|C1)] 213 defend B2 -#? [3 (C4|C5)]* +#? [3 (B4|C4)]* 214 attack B2 #? [1 (A2|C2|C1)] 215 defend A1 -#? [3 (C4|C5)]* +#? [3 (B4|C4)]* 216 attack A1 #? [1 (A2|C2|C1)] @@ -902,8 +902,8 @@ #? [2 D4]* trymove W D3 218 defend C4 -popgo #? [1 B5]* +popgo # See also connection:119. loadsgf games/kgs/llk-GNU.sgf 150 _______________________________________________ gnugo-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnugo-devel

