source: tests/configs/.expect/parsenums.x86.txt@ 99fb52c

ADT ast-experimental stuck-waitfor-destruct
Last change on this file since 99fb52c was 481f882, checked in by Thierry Delisle <tdelisle@…>, 4 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
RevLine 
[fd90096]1no arg:
2int :-3
3unsigned :3
4unsigned long :3
5unsigned long long :3
6double :3.3
7Child status:
[481f882]8IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
[fd90096]9
10all 0 arg:
11int :0
12unsigned :0
13unsigned long :0
14unsigned long long :0
15double :0.
16Child status:
[481f882]17IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
[fd90096]18
19negative vals arg:
20int :-1
21unsigned :3
22unsigned long :3
23unsigned long long :3
24double :-1.
25Child status:
[481f882]26IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
[fd90096]27
28funky notation arg:
29int :16
30unsigned :32
31unsigned long :768
32unsigned long long :16384
33double :5000000.
34Child status:
[481f882]35IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
[fd90096]36
37big values arg:
38int :2147483647
39unsigned :4294967295
40unsigned long :4294967295
41unsigned long long :18446744073709551615
42double :5000000.
43Child status:
[481f882]44IFEXITED : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 0, IFCONTINUED: 0
[fd90096]45
46too big values arg:
47Argument '2147483648' for option i could not be parsed
48
49Usage:
[a46f7b6]50 parsenums [OPTIONS]...
[fd90096]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:
[481f882]59IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
[fd90096]60
61Argument '4294967296' for option u could not be parsed
62
63Usage:
[a46f7b6]64 parsenums [OPTIONS]...
[fd90096]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:
[481f882]73IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
[fd90096]74
[a46f7b6]75Argument '4294967296' 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
[fd90096]86Child status:
[481f882]87IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
[fd90096]88
89Argument '18446744073709551616' for option L could not be parsed
90
91Usage:
[a46f7b6]92 parsenums [OPTIONS]...
[fd90096]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:
[481f882]101IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
[fd90096]102
103negative errors arg:
104Argument '-1' for option u could not be parsed
105
106Usage:
[a46f7b6]107 parsenums [OPTIONS]...
[fd90096]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:
[481f882]116IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
[fd90096]117
118Argument '-1' for option l could not be parsed
119
120Usage:
[a46f7b6]121 parsenums [OPTIONS]...
[fd90096]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:
[481f882]130IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
[fd90096]131
132Argument '-1' for option L could not be parsed
133
134Usage:
[a46f7b6]135 parsenums [OPTIONS]...
[fd90096]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:
[481f882]144IFEXITED : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG : 0, COREDUMP : 0, IFSTOPPED : 0, STOPSIG : 1, IFCONTINUED: 0
[fd90096]145
146All Done!
Note: See TracBrowser for help on using the repository browser.