tools.gc-decode.tests: if the #1227 test failure happens again, you now get informativer output

db4
Björn Lindqvist 2014-12-01 16:10:01 +01:00 committed by John Benediktsson
parent 793fa7baeb
commit 3fc1842ac5
1 changed files with 2 additions and 2 deletions

View File

@ -83,9 +83,9 @@ IN: tools.gc-decode.tests
: normal? ( word -- ? )
{ [ generic? ] [ primitive? ] [ inline? ] [ no-compile? ] } 1|| not ;
{ t } [
{ { } } [
all-words [ normal? ] filter 20 sample
[ [ word>gc-info-expected ] [ word>gc-info ] bi same-gc-info? ] all?
[ [ word>gc-info-expected ] [ word>gc-info ] bi same-gc-info? not ] filter
] unit-test
: base-pointer-groups-expected ( word -- seq )