File: TestSprintfComb.rb

package info (click to toggle)
jruby 9.4.8.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 89,244 kB
  • sloc: ruby: 548,574; java: 276,189; yacc: 25,873; ansic: 6,178; xml: 6,111; sh: 1,855; sed: 94; makefile: 78; jsp: 48; tcl: 40; exp: 12
file content (56 lines) | stat: -rw-r--r-- 3,780 bytes parent folder | download | duplicates (2)
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"