~ chicken-core (master) /tests/specialization.expected
Trap1;; numbers replaced with XXX by redact-gensyms.scm2;; prefixes: (tmp g scm:)34Note: Predicate is always true5 In file `specialization-tests.scm:XXX',6 At the toplevel,7 In procedure call:89 (scheme#string? a)1011 The predicate will always return true.1213 Procedure `string?' from module `scheme' is a predicate for:1415 string1617 The given argument has this type:1819 string2021Note: Test is always true22 In file `specialization-tests.scm:XXX',23 At the toplevel,24 In conditional expression:2526 (if (scheme#string? a) 'ok 'no)2728 Test condition has always true value of type:2930 true3132Note: Predicate is always false33 In file `specialization-tests.scm:XXX',34 At the toplevel,35 In procedure call:3637 (scheme#string? a)3839 The predicate will always return false.4041 Procedure `string?' from module `scheme' is a predicate for:4243 string4445 The given argument has this type:4647 symbol4849Note: Test is always false50 In file `specialization-tests.scm:XXX',51 At the toplevel,52 In conditional expression:5354 (if (scheme#string? a) 'ok 'no)5556 Test condition is always false.5758Note: Predicate is always true59 In file `specialization-tests.scm:XXX',60 At the toplevel,61 In procedure call:6263 (scheme#input-port? p)6465 The predicate will always return true.6667 Procedure `input-port?' from module `scheme' is a predicate for:6869 input-port7071 The given argument has this type:7273 input/output-port7475Note: Test is always true76 In file `specialization-tests.scm:XXX',77 At the toplevel,78 In conditional expression:7980 (if (scheme#input-port? p) 'ok 'no)8182 Test condition has always true value of type:8384 true8586Note: Predicate is always true87 In file `specialization-tests.scm:XXX',88 At the toplevel,89 In procedure call:9091 (scheme#output-port? p)9293 The predicate will always return true.9495 Procedure `output-port?' from module `scheme' is a predicate for:9697 output-port9899 The given argument has this type:100101 input/output-port102103Note: Test is always true104 In file `specialization-tests.scm:XXX',105 At the toplevel,106 In conditional expression:107108 (if (scheme#output-port? p) 'ok 'no)109110 Test condition has always true value of type:111112 true