|
29 | 29 | ['enum_is_in_range', 'enum_test3-simplified.desc'], |
30 | 30 | ['enum_is_in_range', 'format.desc'], |
31 | 31 | ['r_w_ok9', 'simplify.desc'], |
| 32 | + ['rational1', 'typecheck.desc'], |
32 | 33 | ['reachability-slice-interproc2', 'test.desc'], |
| 34 | + ['real-assignments1', 'typecheck.desc'], |
33 | 35 | ['saturating_arithmetric', 'output-goto.desc'], |
34 | 36 | # this one wants show-properties instead producing a trace |
35 | 37 | ['show_properties1', 'test.desc'], |
|
80 | 82 | ['integer-assignments1', 'test.desc'], |
81 | 83 | # this test is expected to abort, thus producing invalid XML |
82 | 84 | ['String_Abstraction17', 'test.desc'], |
83 | | - ['Quantifiers1', 'quantifier-with-side-effect.desc'] |
| 85 | + ['Quantifiers1', 'quantifier-with-side-effect.desc'], |
| 86 | + # this test produces unicode output that cannot be decoded as ASCII |
| 87 | + ['real-irrational1', 'test.desc'] |
84 | 88 | ])) |
85 | 89 |
|
86 | 90 | # TODO maybe consider looking them up on PATH, but direct paths are |
|
0 commit comments