source: tests/configs/.expect/parsenums.x64.txt@ fa2e183

ADT ast-experimental stuck-waitfor-destruct
Last change on this file since fa2e183 was 481f882, checked in by Thierry Delisle <tdelisle@…>, 3 years ago

Added some missing headers and cleaned up some of the fork+exec stuff.

  • Property mode set to 100644
File size: 5.0 KB
Line 
1no arg:
2int :-3
3unsigned :3
4unsigned long :3
5unsigned long long :3
6double :3.3
7Child status:
8IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
9
10all 0 arg:
11int :0
12unsigned :0
13unsigned long :0
14unsigned long long :0
15double :0.
16Child status:
17IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
18
19negative vals arg:
20int :-1
21unsigned :3
22unsigned long :3
23unsigned long long :3
24double :-1.
25Child status:
26IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
27
28funky notation arg:
29int :16
30unsigned :32
31unsigned long :768
32unsigned long long :16384
33double :5000000.
34Child status:
35IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
36
37big values arg:
38int :2147483647
39unsigned :4294967295
40unsigned long :18446744073709551615
41unsigned long long :18446744073709551615
42double :5000000.
43Child status:
44IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
45
46too big values arg:
47Argument '2147483648' for option i could not be parsed
48
49Usage:
50 parsenums [OPTIONS]...
51testing bool parameters
52 -i, --int test int
53 -u, --unsigned test unsigned
54 -l, --unsignedlong test unsigned long
55 -L, --unsignedlonglong test unsigned long long
56 -d, --double test double
57 -h, --help print this help message
58Child status:
59IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
60
61Argument '4294967296' for option u could not be parsed
62
63Usage:
64 parsenums [OPTIONS]...
65testing bool parameters
66 -i, --int test int
67 -u, --unsigned test unsigned
68 -l, --unsignedlong test unsigned long
69 -L, --unsignedlonglong test unsigned long long
70 -d, --double test double
71 -h, --help print this help message
72Child status:
73IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
74
75Argument '18446744073709551616' for option l could not be parsed
76
77Usage:
78 parsenums [OPTIONS]...
79testing bool parameters
80 -i, --int test int
81 -u, --unsigned test unsigned
82 -l, --unsignedlong test unsigned long
83 -L, --unsignedlonglong test unsigned long long
84 -d, --double test double
85 -h, --help print this help message
86Child status:
87IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
88
89Argument '18446744073709551616' for option L could not be parsed
90
91Usage:
92 parsenums [OPTIONS]...
93testing bool parameters
94 -i, --int test int
95 -u, --unsigned test unsigned
96 -l, --unsignedlong test unsigned long
97 -L, --unsignedlonglong test unsigned long long
98 -d, --double test double
99 -h, --help print this help message
100Child status:
101IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
102
103negative errors arg:
104Argument '-1' for option u could not be parsed
105
106Usage:
107 parsenums [OPTIONS]...
108testing bool parameters
109 -i, --int test int
110 -u, --unsigned test unsigned
111 -l, --unsignedlong test unsigned long
112 -L, --unsignedlonglong test unsigned long long
113 -d, --double test double
114 -h, --help print this help message
115Child status:
116IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
117
118Argument '-1' for option l could not be parsed
119
120Usage:
121 parsenums [OPTIONS]...
122testing bool parameters
123 -i, --int test int
124 -u, --unsigned test unsigned
125 -l, --unsignedlong test unsigned long
126 -L, --unsignedlonglong test unsigned long long
127 -d, --double test double
128 -h, --help print this help message
129Child status:
130IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
131
132Argument '-1' for option L could not be parsed
133
134Usage:
135 parsenums [OPTIONS]...
136testing bool parameters
137 -i, --int test int
138 -u, --unsigned test unsigned
139 -l, --unsignedlong test unsigned long
140 -L, --unsignedlonglong test unsigned long long
141 -d, --double test double
142 -h, --help print this help message
143Child status:
144IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
145
146All Done!
Note: See TracBrowser for help on using the repository browser.