1 | [17:27:46] t/src/basic....... |
---|
2 | 1..3 |
---|
3 | ok 1 - hello world |
---|
4 | # 'cc -L/usr/local/lib -Wl,-E t/src/basic_2.o src/parrot_config.o -o t/src/basic_2 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
5 | # Failed to build 't/src/basic_2': t/src/basic_2.o: In function `main': |
---|
6 | # /home/coke/sandbox/parrot/t/src/basic_2.c:7: undefined reference to `exit_fatal' |
---|
7 | # collect2: ld returned 1 exit status |
---|
8 | not ok 2 - direct exit_fatal call |
---|
9 | |
---|
10 | # Failed test 'direct exit_fatal call' |
---|
11 | # at t/src/basic.t line 39. |
---|
12 | # 'cc -L/usr/local/lib -Wl,-E t/src/basic_3.o src/parrot_config.o -o t/src/basic_3 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
13 | # Failed to build 't/src/basic_3': t/src/basic_3.o: In function `the_test': |
---|
14 | # /home/coke/sandbox/parrot/t/src/basic_3.c:34: undefined reference to `Parrot_io_eprintf' |
---|
15 | # t/src/basic_3.o: In function `main': |
---|
16 | # /home/coke/sandbox/parrot/t/src/basic_3.c:17: undefined reference to `Parrot_io_eprintf' |
---|
17 | # /home/coke/sandbox/parrot/t/src/basic_3.c:21: undefined reference to `Parrot_io_eprintf' |
---|
18 | # collect2: ld returned 1 exit status |
---|
19 | not ok 3 - Parrot_run_native |
---|
20 | |
---|
21 | # Failed test 'Parrot_run_native' |
---|
22 | # at t/src/basic.t line 54. |
---|
23 | # Looks like you failed 2 tests of 3. |
---|
24 | Dubious, test returned 2 (wstat 512, 0x200) |
---|
25 | Failed 2/3 subtests |
---|
26 | [17:27:47] t/src/compiler.... |
---|
27 | 1..5 |
---|
28 | # 'cc -L/usr/local/lib -Wl,-E t/src/compiler_1.o src/parrot_config.o -o t/src/compiler_1 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
29 | # Failed to build 't/src/compiler_1': t/src/compiler_1.o: In function `run': |
---|
30 | # /home/coke/sandbox/parrot/t/src/compiler_1.c:25: undefined reference to `Parrot_io_eprintf' |
---|
31 | # /home/coke/sandbox/parrot/t/src/compiler_1.c:33: undefined reference to `Parrot_io_eprintf' |
---|
32 | # collect2: ld returned 1 exit status |
---|
33 | not ok 1 - Parrot Compile API Single call |
---|
34 | |
---|
35 | # Failed test 'Parrot Compile API Single call' |
---|
36 | # at t/src/compiler.t line 26. |
---|
37 | # 'cc -L/usr/local/lib -Wl,-E t/src/compiler_2.o src/parrot_config.o -o t/src/compiler_2 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
38 | # Failed to build 't/src/compiler_2': t/src/compiler_2.o: In function `compile_run': |
---|
39 | # /home/coke/sandbox/parrot/t/src/compiler_2.c:18: undefined reference to `Parrot_io_eprintf' |
---|
40 | # t/src/compiler_2.o: In function `run': |
---|
41 | # /home/coke/sandbox/parrot/t/src/compiler_2.c:58: undefined reference to `Parrot_io_eprintf' |
---|
42 | # collect2: ld returned 1 exit status |
---|
43 | not ok 2 - Parrot Compile API Multiple Calls |
---|
44 | |
---|
45 | # Failed test 'Parrot Compile API Multiple Calls' |
---|
46 | # at t/src/compiler.t line 108. |
---|
47 | # 'cc -L/usr/local/lib -Wl,-E t/src/compiler_3.o src/parrot_config.o -o t/src/compiler_3 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
48 | # Failed to build 't/src/compiler_3': t/src/compiler_3.o: In function `compile_run': |
---|
49 | # /home/coke/sandbox/parrot/t/src/compiler_3.c:18: undefined reference to `Parrot_io_eprintf' |
---|
50 | # t/src/compiler_3.o: In function `run': |
---|
51 | # /home/coke/sandbox/parrot/t/src/compiler_3.c:58: undefined reference to `Parrot_io_eprintf' |
---|
52 | # collect2: ld returned 1 exit status |
---|
53 | not ok 3 - Parrot Compile API Multiple 1st bad PIR |
---|
54 | |
---|
55 | # Failed test 'Parrot Compile API Multiple 1st bad PIR' |
---|
56 | # at t/src/compiler.t line 201. |
---|
57 | # 'cc -L/usr/local/lib -Wl,-E t/src/compiler_4.o src/parrot_config.o -o t/src/compiler_4 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
58 | # Failed to build 't/src/compiler_4': t/src/compiler_4.o: In function `compile_run': |
---|
59 | # /home/coke/sandbox/parrot/t/src/compiler_4.c:18: undefined reference to `Parrot_io_eprintf' |
---|
60 | # t/src/compiler_4.o: In function `run': |
---|
61 | # /home/coke/sandbox/parrot/t/src/compiler_4.c:57: undefined reference to `Parrot_io_eprintf' |
---|
62 | # collect2: ld returned 1 exit status |
---|
63 | not ok 4 - Parrot Compile API Multiple 2nd bad PIR |
---|
64 | |
---|
65 | # Failed test 'Parrot Compile API Multiple 2nd bad PIR' |
---|
66 | # at t/src/compiler.t line 294. |
---|
67 | # 'cc -L/usr/local/lib -Wl,-E t/src/compiler_5.o src/parrot_config.o -o t/src/compiler_5 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
68 | # Failed to build 't/src/compiler_5': t/src/compiler_5.o: In function `compile_run': |
---|
69 | # /home/coke/sandbox/parrot/t/src/compiler_5.c:18: undefined reference to `Parrot_io_eprintf' |
---|
70 | # t/src/compiler_5.o: In function `run': |
---|
71 | # /home/coke/sandbox/parrot/t/src/compiler_5.c:56: undefined reference to `Parrot_io_eprintf' |
---|
72 | # collect2: ld returned 1 exit status |
---|
73 | not ok 5 - Parrot Compile API Multiple bad PIR |
---|
74 | |
---|
75 | # Failed test 'Parrot Compile API Multiple bad PIR' |
---|
76 | # at t/src/compiler.t line 386. |
---|
77 | # Looks like you failed 5 tests of 5. |
---|
78 | Dubious, test returned 5 (wstat 1280, 0x500) |
---|
79 | Failed 5/5 subtests |
---|
80 | [17:27:48] t/src/exit........ |
---|
81 | 1..1 |
---|
82 | # 'cc -L/usr/local/lib -Wl,-E t/src/exit_1.o src/parrot_config.o -o t/src/exit_1 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
83 | # Failed to build 't/src/exit_1': t/src/exit_1.o: In function `ex3': |
---|
84 | # /home/coke/sandbox/parrot/t/src/exit_1.c:20: undefined reference to `Parrot_io_printf' |
---|
85 | # collect2: ld returned 1 exit status |
---|
86 | not ok 1 - on_exit - interpreter |
---|
87 | |
---|
88 | # Failed test 'on_exit - interpreter' |
---|
89 | # at t/src/exit.t line 25. |
---|
90 | # Looks like you failed 1 test of 1. |
---|
91 | Dubious, test returned 1 (wstat 256, 0x100) |
---|
92 | Failed 1/1 subtests |
---|
93 | [17:27:48] t/src/extend...... |
---|
94 | 1..17 |
---|
95 | ok 1 - set/get_intreg |
---|
96 | ok 2 - set/get_numreg |
---|
97 | # 'cc -L/usr/local/lib -Wl,-E t/src/extend_3.o src/parrot_config.o -o t/src/extend_3 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
98 | # Failed to build 't/src/extend_3': t/src/extend_3.o: In function `main': |
---|
99 | # /home/coke/sandbox/parrot/t/src/extend_3.c:16: undefined reference to `Parrot_eprintf' |
---|
100 | # collect2: ld returned 1 exit status |
---|
101 | not ok 3 - Parrot_new_string |
---|
102 | |
---|
103 | # Failed test 'Parrot_new_string' |
---|
104 | # at t/src/extend.t line 91. |
---|
105 | # 'cc -L/usr/local/lib -Wl,-E t/src/extend_4.o src/parrot_config.o -o t/src/extend_4 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
106 | # Failed to build 't/src/extend_4': t/src/extend_4.o: In function `main': |
---|
107 | # /home/coke/sandbox/parrot/t/src/extend_4.c:20: undefined reference to `Parrot_eprintf' |
---|
108 | # collect2: ld returned 1 exit status |
---|
109 | not ok 4 - set/get_strreg |
---|
110 | |
---|
111 | # Failed test 'set/get_strreg' |
---|
112 | # at t/src/extend.t line 117. |
---|
113 | ok 5 - PMC_set/get_intval |
---|
114 | ok 6 - PMC_set/get_intval_intkey |
---|
115 | ok 7 - set/get_pmcreg |
---|
116 | ok 8 - PMC_set/get_numval |
---|
117 | # 'cc -L/usr/local/lib -Wl,-E t/src/extend_9.o src/parrot_config.o -o t/src/extend_9 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
118 | # Failed to build 't/src/extend_9': t/src/extend_9.o: In function `main': |
---|
119 | # /home/coke/sandbox/parrot/t/src/extend_9.c:24: undefined reference to `Parrot_eprintf' |
---|
120 | # collect2: ld returned 1 exit status |
---|
121 | not ok 9 - PMC_set/get_string |
---|
122 | |
---|
123 | # Failed test 'PMC_set/get_string' |
---|
124 | # at t/src/extend.t line 290. |
---|
125 | ok 10 - PMC_set/get_cstring |
---|
126 | ok 11 - PMC_set/get_cstringn |
---|
127 | # 'cc -L/usr/local/lib -Wl,-E t/src/extend_12.o src/parrot_config.o -o t/src/extend_12 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
128 | # Failed to build 't/src/extend_12': t/src/extend_12.o: In function `the_test': |
---|
129 | # /home/coke/sandbox/parrot/t/src/extend_12.c:34: undefined reference to `Parrot_eprintf' |
---|
130 | # /home/coke/sandbox/parrot/t/src/extend_12.c:37: undefined reference to `Parrot_io_STDERR' |
---|
131 | # /home/coke/sandbox/parrot/t/src/extend_12.c:37: undefined reference to `Parrot_io_flush' |
---|
132 | # /home/coke/sandbox/parrot/t/src/extend_12.c:47: undefined reference to `Parrot_eprintf' |
---|
133 | # collect2: ld returned 1 exit status |
---|
134 | not ok 12 - call a parrot sub |
---|
135 | |
---|
136 | # Failed test 'call a parrot sub' |
---|
137 | # at t/src/extend.t line 416. |
---|
138 | # 'cc -L/usr/local/lib -Wl,-E t/src/extend_13.o src/parrot_config.o -o t/src/extend_13 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
139 | # Failed to build 't/src/extend_13': t/src/extend_13.o: In function `the_test': |
---|
140 | # /home/coke/sandbox/parrot/t/src/extend_13.c:37: undefined reference to `Parrot_eprintf' |
---|
141 | # /home/coke/sandbox/parrot/t/src/extend_13.c:43: undefined reference to `Parrot_ex_add_c_handler' |
---|
142 | # /home/coke/sandbox/parrot/t/src/extend_13.c:47: undefined reference to `Parrot_eprintf' |
---|
143 | # collect2: ld returned 1 exit status |
---|
144 | not ok 13 - call a parrot sub, catch exception |
---|
145 | |
---|
146 | # Failed test 'call a parrot sub, catch exception' |
---|
147 | # at t/src/extend.t line 489. |
---|
148 | not ok 14 - eval code through a parrot sub - \#39669 |
---|
149 | |
---|
150 | # Failed test 'eval code through a parrot sub - \#39669' |
---|
151 | # at t/src/extend.t line 588. |
---|
152 | # Exited with error code: [SIGNAL 3] |
---|
153 | # Received: |
---|
154 | # Parrot VM: PANIC: Out of mem! |
---|
155 | # C file src/gc/memory.c, line 131 |
---|
156 | # Parrot file (not available), line (not available) |
---|
157 | # |
---|
158 | # We highly suggest you notify the Parrot team if you have not been working on |
---|
159 | # Parrot. Use parrotbug (located in parrot's root directory) or send an |
---|
160 | # e-mail to parrot-porters@perl.org. |
---|
161 | # Include the entire text of this error message and the text of the script that |
---|
162 | # generated the error. If you've made any modifications to Parrot, please |
---|
163 | # describe them as well. |
---|
164 | # |
---|
165 | # Version : 0.6.1-devel |
---|
166 | # Configured : Tue Apr 29 02:02:59 2008 GMT |
---|
167 | # Architecture: i386-linux |
---|
168 | # JIT Capable : Yes |
---|
169 | # Interp Flags: (no interpreter) |
---|
170 | # Exceptions : (missing from core) |
---|
171 | # |
---|
172 | # Dumping Core... |
---|
173 | # |
---|
174 | # Expected: |
---|
175 | # Hello from foo! |
---|
176 | # |
---|
177 | ok 15 - compile string in a fresh interp - \#39986 |
---|
178 | not ok 16 - call multi sub from C - \#41511 # TODO RT #41511 |
---|
179 | # Failed (TODO) test 'call multi sub from C - \#41511' |
---|
180 | # at t/src/extend.t line 669. |
---|
181 | # Exited with error code: [SIGNAL 3] |
---|
182 | # Received: |
---|
183 | # Parrot VM: PANIC: Out of mem! |
---|
184 | # C file src/gc/memory.c, line 131 |
---|
185 | # Parrot file (not available), line (not available) |
---|
186 | # |
---|
187 | # We highly suggest you notify the Parrot team if you have not been working on |
---|
188 | # Parrot. Use parrotbug (located in parrot's root directory) or send an |
---|
189 | # e-mail to parrot-porters@perl.org. |
---|
190 | # Include the entire text of this error message and the text of the script that |
---|
191 | # generated the error. If you've made any modifications to Parrot, please |
---|
192 | # describe them as well. |
---|
193 | # |
---|
194 | # Version : 0.6.1-devel |
---|
195 | # Configured : Tue Apr 29 02:02:59 2008 GMT |
---|
196 | # Architecture: i386-linux |
---|
197 | # JIT Capable : Yes |
---|
198 | # Interp Flags: (no interpreter) |
---|
199 | # Exceptions : (missing from core) |
---|
200 | # |
---|
201 | # Dumping Core... |
---|
202 | # |
---|
203 | # Expected: |
---|
204 | # Result is 300. |
---|
205 | # |
---|
206 | not ok 17 - multiple Parrot_new/Parrot_exit cycles |
---|
207 | |
---|
208 | # Failed test 'multiple Parrot_new/Parrot_exit cycles' |
---|
209 | # at t/src/extend.t line 701. |
---|
210 | # Exited with error code: [SIGNAL 11] |
---|
211 | # Received: |
---|
212 | # |
---|
213 | # Expected: |
---|
214 | # Starting interp 1 |
---|
215 | # Destroying interp 1 |
---|
216 | # Starting interp 2 |
---|
217 | # Destroying interp 2 |
---|
218 | # |
---|
219 | # Looks like you failed 7 tests of 17. |
---|
220 | Dubious, test returned 7 (wstat 1792, 0x700) |
---|
221 | Failed 7/17 subtests |
---|
222 | [17:27:52] t/src/warnings.... |
---|
223 | 1..2 |
---|
224 | ok 1 - print_pbc_location |
---|
225 | # 'cc -L/usr/local/lib -Wl,-E t/src/warnings_2.o src/parrot_config.o -o t/src/warnings_2 -Wl,-rpath=/home/coke/sandbox/parrot/blib/lib -lparrot -lpthread -lm -L/usr/lib -licuuc -licudata -lpthread -lm -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lreadline -lpcre -lcrypto ' failed with exit code 1 |
---|
226 | # Failed to build 't/src/warnings_2': t/src/warnings_2.o: In function `main': |
---|
227 | # /home/coke/sandbox/parrot/t/src/warnings_2.c:18: undefined reference to `Parrot_io_eprintf' |
---|
228 | # /home/coke/sandbox/parrot/t/src/warnings_2.c:22: undefined reference to `Parrot_io_eprintf' |
---|
229 | # /home/coke/sandbox/parrot/t/src/warnings_2.c:25: undefined reference to `Parrot_io_eprintf' |
---|
230 | # /home/coke/sandbox/parrot/t/src/warnings_2.c:28: undefined reference to `Parrot_io_eprintf' |
---|
231 | # /home/coke/sandbox/parrot/t/src/warnings_2.c:31: undefined reference to `Parrot_io_eprintf' |
---|
232 | # t/src/warnings_2.o:/home/coke/sandbox/parrot/t/src/warnings_2.c:34: more undefined references to `Parrot_io_eprintf' follow |
---|
233 | # collect2: ld returned 1 exit status |
---|
234 | not ok 2 - Parrot_warn |
---|
235 | |
---|
236 | # Failed test 'Parrot_warn' |
---|
237 | # at t/src/warnings.t line 56. |
---|
238 | # Looks like you failed 1 test of 2. |
---|
239 | Dubious, test returned 1 (wstat 256, 0x100) |
---|
240 | Failed 1/2 subtests |
---|
241 | [17:27:53] |
---|
242 | |
---|
243 | Test Summary Report |
---|
244 | ------------------- |
---|
245 | t/src/basic (Wstat: 512 Tests: 3 Failed: 2) |
---|
246 | Failed tests: 2-3 |
---|
247 | Non-zero exit status: 2 |
---|
248 | t/src/compiler (Wstat: 1280 Tests: 5 Failed: 5) |
---|
249 | Failed tests: 1-5 |
---|
250 | Non-zero exit status: 5 |
---|
251 | t/src/exit (Wstat: 256 Tests: 1 Failed: 1) |
---|
252 | Failed test: 1 |
---|
253 | Non-zero exit status: 1 |
---|
254 | t/src/extend (Wstat: 1792 Tests: 17 Failed: 7) |
---|
255 | Failed tests: 3-4, 9, 12-14, 17 |
---|
256 | Non-zero exit status: 7 |
---|
257 | t/src/warnings (Wstat: 256 Tests: 2 Failed: 1) |
---|
258 | Failed test: 2 |
---|
259 | Non-zero exit status: 1 |
---|
260 | Files=5, Tests=28, 7 wallclock secs ( 0.02 usr 0.00 sys + 4.42 cusr 1.79 csys = 6.23 CPU) |
---|
261 | Result: FAIL |
---|