1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
exclude :'test_format_integer(%#-0.b)', "Fixed with feature #6913"
exclude :'test_format_integer(% #+-020.8o)', "Fixed with feature #6913"
exclude :'test_format_float(%#-0.9999E)', "Fixed with feature #6913"
exclude :'test_format_integer(%5.0d)', "Fixed with feature #6913"
exclude :'test_format_float(% #+.9999f)', "Fixed with feature #6913"
exclude :'test_format_float(% #05.0g)', "Fixed with feature #6913"
exclude :'test_format_float(%#+20.9999g)', "Fixed with feature #6913"
exclude :'test_format_float(% -5.200g)', "Fixed with feature #6913"
exclude :'test_format_integer(%.0X)', "Fixed with feature #6913"
exclude :'test_format_float(%#-5.200E)', "Fixed with feature #6913"
exclude :'test_format_float(%#00.0G)', "Fixed with feature #6913"
exclude :'test_format_integer(% +00.0o)', "Fixed with feature #6913"
exclude :'test_format_float(%+-.8g)', "Fixed with feature #6913"
exclude :'test_format_float(%+0.200E)', "Fixed with feature #6913"
exclude :'test_format_integer(%05.0d)', "Fixed with feature #6913"
exclude :'test_format_float(% #5.f)', "Fixed with feature #6913"
exclude :'test_format_float(% -05.9999G)', "Fixed with feature #6913"
exclude :'test_format_integer(% +020.0x)', "Fixed with feature #6913"
exclude :'test_format_float(%020.200f)', "Fixed with feature #6913"
exclude :'test_format_float(%020.e)', "Fixed with feature #6913"
exclude :'test_format_integer(% #+-0.b)', "Fixed with feature #6913"
exclude :'test_format_float(%+0.200G)', "Fixed with feature #6913"
exclude :'test_format_float(%+-05.20e)', "Fixed with feature #6913"
exclude :'test_format_integer(% #+-20.8o)', "Fixed with feature #6913"
exclude :'test_format_integer(%5.0B)', "Fixed with feature #6913"
exclude :'test_format_float(%+-5.8G)', "Fixed with feature #6913"
exclude :'test_format_float(%-00f)', "Fixed with feature #6913"
exclude :'test_format_float(%#00.20g)', "Fixed with feature #6913"
exclude :'test_format_integer(% #+-0.d)', "Fixed with feature #6913"
exclude :'test_format_float(% -.G)', "Fixed with feature #6913"
exclude :'test_format_float(% #0.20G)', "Fixed with feature #6913"
exclude :'test_format_float(%5.9999e)', "Fixed with feature #6913"
exclude :'test_format_float(%+0.g)', "Fixed with feature #6913"
exclude :'test_format_float(%#+20G)', "Fixed with feature #6913"
exclude :'test_format_float(% +0.20E)', "Fixed with feature #6913"
exclude :'test_format_integer(%#-05o)', "Fixed with feature #6913"
exclude :'test_format_float(%#+-5.20f)', "Fixed with feature #6913"
exclude :'test_format_integer(% #+-0.8d)', "Fixed with feature #6913"
exclude :'test_format_float(%+-0.0f)', "Fixed with feature #6913"
exclude :'test_format_float(% -20.20E)', "Fixed with feature #6913"
exclude :'test_format_float(% +0.9999E)', "Fixed with feature #6913"
exclude :'test_format_float(% #.200e)', "Fixed with feature #6913"
exclude :'test_format_integer(%#-0.o)', "Fixed with feature #6913"
exclude :'test_format_float(% -20.0E)', "Fixed with feature #6913"
exclude :'test_format_float(% #+-020.8e)', "Fixed with feature #6913"
exclude :'test_format_integer(% #+-20.X)', "Fixed with feature #6913"
exclude :'test_format_integer(%#-05.x)', "Fixed with feature #6913"
exclude :'test_format_float(%-00.9999e)', "Fixed with feature #6913"
exclude :'test_format_integer(% #+-0.B)', "Fixed with feature #6913"
exclude :'test_format_integer(%#-0.8o)', "Fixed with feature #6913"
exclude :'test_format_integer(% #+-00.b)', "Fixed with feature #6913"
exclude :'test_format_integer(% +00.0b)', "Fixed with feature #6913"
exclude :'test_format_float(% 0.8f)', "Fixed with feature #6913"
exclude :'test_format_float(% -0g)', "Fixed with feature #6913"
exclude :'test_format_float(%.20e)', "Fixed with feature #6913"
exclude :'test_format_float(% #+-00.200e)', "Fixed with feature #6913"
|