|
2 | 2 | exclude :"test_format_integer(% #+-00.d)", "needs investigation"
|
3 | 3 | exclude :"test_format_integer(% #+-020d)", "needs investigation"
|
4 | 4 | exclude :"test_format_integer(% #-00.d)", "needs investigation"
|
5 |
| -exclude :"test_format_integer(% #-00d)", "needs investigation" |
6 | 5 | exclude :"test_format_integer(% #-020.d)", "needs investigation"
|
7 | 6 | exclude :"test_format_integer(% #-020d)", "needs investigation"
|
8 | 7 | exclude :"test_format_integer(% #0.d)", "needs investigation"
|
9 |
| -exclude :"test_format_integer(% #20d)", "needs investigation" |
10 | 8 | exclude :"test_format_integer(% +-0.0d)", "needs investigation"
|
11 |
| -exclude :"test_format_integer(% +-0d)", "needs investigation" |
12 | 9 | exclude :"test_format_integer(% +-20.0d)", "needs investigation"
|
13 |
| -exclude :"test_format_integer(% +-20d)", "needs investigation" |
14 | 10 | exclude :"test_format_integer(%#+0.d)", "needs investigation"
|
15 | 11 | exclude :"test_format_integer(%#+05.d)", "needs investigation"
|
16 |
| -exclude :"test_format_integer(%#+05d)", "needs investigation" |
17 |
| -exclude :"test_format_integer(%#+0d)", "needs investigation" |
18 | 12 | exclude :"test_format_integer(%+-05.0d)", "needs investigation"
|
19 |
| -exclude :"test_format_integer(%+-0d)", "needs investigation" |
20 | 13 | exclude :"test_format_integer(%.0d)", "needs investigation"
|
21 | 14 | exclude :"test_format_integer(%5.0d)", "needs investigation"
|
22 |
| -exclude :"test_format_integer(%5d)", "needs investigation" |
23 |
| -exclude :"test_format_integer(%d)", "needs investigation" |
24 |
| -exclude :test_inspect, "needs investigation" |
25 | 15 | exclude :test_quote, "needs investigation"
|
26 |
| -exclude :test_string_prec, "needs investigation" |
27 | 16 | exclude :test_taint, "needs investigation"
|
28 |
| -exclude :test_to_str, "needs investigation" |
29 | 17 | exclude :test_snprintf_count, "needs investigation"
|
0 commit comments