| 1 | Parrot r37310 Test failure and TODO passes Summary on Kubuntu Intrepid i386 |
|---|
| 2 | |
|---|
| 3 | Kubuntu and CPAN are up to date |
|---|
| 4 | |
|---|
| 5 | ------------------------------------------------------------------------------- |
|---|
| 6 | |
|---|
| 7 | mhk@mhk-desktop:~/parrot$ date |
|---|
| 8 | Wed Mar 11 14:10:24 GMT 2009 |
|---|
| 9 | mhk@mhk-desktop:~/parrot$ make realclean |
|---|
| 10 | |
|---|
| 11 | ------------------------------------------------------------------------------- |
|---|
| 12 | |
|---|
| 13 | mhk@mhk-desktop:~/parrot$ date |
|---|
| 14 | Wed Mar 11 14:10:49 GMT 2009 |
|---|
| 15 | mhk@mhk-desktop:~/parrot$ svn up |
|---|
| 16 | At revision 37310. |
|---|
| 17 | mhk@mhk-desktop:~/parrot$ date |
|---|
| 18 | Wed Mar 11 14:11:04 GMT 2009 |
|---|
| 19 | mhk@mhk-desktop:~/parrot$ perl Configure.pl --optimize --test --configure_trace |
|---|
| 20 | |
|---|
| 21 | All tests successful. |
|---|
| 22 | Files=124, Tests=2886, 27 wallclock secs ( 1.01 usr 0.22 sys + 19.69 cusr 4.47 csys = 25.39 CPU) |
|---|
| 23 | Result: PASS |
|---|
| 24 | |
|---|
| 25 | I just ran some tests to demonstrate that |
|---|
| 26 | Parrot's configuration tools will work as intended. |
|---|
| 27 | |
|---|
| 28 | 124 t/configure and t/step tests took 27 seconds. |
|---|
| 29 | Parrot Version 0.9.1 Configure 2.0 |
|---|
| 30 | Copyright (C) 2001-2009, Parrot Foundation. |
|---|
| 31 | |
|---|
| 32 | Hello, I'm Configure. My job is to poke and prod your system to figure out |
|---|
| 33 | how to build Parrot. The process is completely automated, unless you passed in |
|---|
| 34 | the `--ask' flag on the command line, in which case I'll prompt you for a few |
|---|
| 35 | pieces of info. |
|---|
| 36 | |
|---|
| 37 | Since you're running this program, you obviously have Perl 5--I'll be pulling |
|---|
| 38 | some defaults from its configuration. |
|---|
| 39 | |
|---|
| 40 | init::manifest - Check MANIFEST.....................................done. |
|---|
| 41 | init::defaults - Set Configure's default values.....................done. |
|---|
| 42 | init::install - Set up installation paths..........................done. |
|---|
| 43 | init::hints - Load platform and local hints files................done. |
|---|
| 44 | init::headers - Find header files distributed with Parrot..........done. |
|---|
| 45 | inter::progs - Determine what C compiler and linker to use........done. |
|---|
| 46 | inter::make - Is make installed...................................yes. |
|---|
| 47 | inter::lex - Is lex installed................................skipped. |
|---|
| 48 | inter::yacc - Is yacc installed...............................skipped. |
|---|
| 49 | auto::gcc - Is your C compiler actually gcc................yes, 4.3. |
|---|
| 50 | auto::glibc - Is GNU libc installed...............................yes. |
|---|
| 51 | auto::backtrace - Does libc have the backtrace* functions.............yes. |
|---|
| 52 | auto::fink - Determine Fink location on Darwin...............skipped. |
|---|
| 53 | auto::macports - Determine Macports location on Darwin...........skipped. |
|---|
| 54 | auto::msvc - Is your C compiler actually Visual C++..........skipped. |
|---|
| 55 | auto::attributes - Detect compiler attributes.........................done. |
|---|
| 56 | auto::warnings - Detect supported compiler warnings..........set for gcc. |
|---|
| 57 | init::optimize - Enable optimization.................................yes. |
|---|
| 58 | inter::shlibs - Determine flags for building shared libraries.....-fPIC. |
|---|
| 59 | inter::libparrot - Should parrot link against a shared library.........yes. |
|---|
| 60 | inter::charset - Which charset files should be compiled in..........done. |
|---|
| 61 | inter::encoding - Which encoding files should be compiled in.........done. |
|---|
| 62 | inter::types - What types should Parrot use.......................done. |
|---|
| 63 | auto::ops - Which opcode files should be compiled in...........done. |
|---|
| 64 | auto::pmc - Which pmc files should be compiled in..............done. |
|---|
| 65 | auto::alignptrs - Determine your minimum pointer alignment........ 1 byte. |
|---|
| 66 | auto::headers - Probe for C headers................................done. |
|---|
| 67 | auto::sizes - Determine some sizes...............................done. |
|---|
| 68 | auto::byteorder - Compute native byteorder for wordsize.....little-endian. |
|---|
| 69 | auto::va_ptr - Test the type of va_ptr...........................stack. |
|---|
| 70 | auto::format - What formats should be used for sprintf............done. |
|---|
| 71 | auto::isreg - Does your C library have a working S_ISREG..........yes. |
|---|
| 72 | auto::arch - Determine CPU architecture and OS..................done. |
|---|
| 73 | auto::jit - Determine JIT capability............................yes. |
|---|
| 74 | auto::cpu - Generate CPU specific stuff........................done. |
|---|
| 75 | auto::funcptr - Does compiler support function pointer casts........yes. |
|---|
| 76 | auto::cgoto - Does your compiler support computed goto............yes. |
|---|
| 77 | auto::inline - Does your compiler support inline...................yes. |
|---|
| 78 | auto::gc - Determine allocator to use.........................done. |
|---|
| 79 | auto::memalign - Does your C library support memalign................yes. |
|---|
| 80 | auto::signal - Determine some signal stuff........................done. |
|---|
| 81 | auto::socklen_t - Determine whether there is socklen_t................yes. |
|---|
| 82 | auto::neg_0 - Determine whether negative zero can be printed......yes. |
|---|
| 83 | auto::env - Does your C library have setenv / unsetenv.........both. |
|---|
| 84 | auto::gmp - Does your platform support GMP......................yes. |
|---|
| 85 | auto::readline - Does your platform support readline.................yes. |
|---|
| 86 | auto::gdbm - Does your platform support gdbm.....................yes. |
|---|
| 87 | auto::pcre - Does your platform support pcre................yes, 7.8. |
|---|
| 88 | auto::opengl - Does your platform support OpenGL.......yes, freeglut 4. |
|---|
| 89 | auto::crypto - Does your platform support crypto...........yes, 0.9.8g. |
|---|
| 90 | auto::gettext - Does your configuration include gettext.............yes. |
|---|
| 91 | auto::snprintf - Test snprintf......................................done. |
|---|
| 92 | auto::perldoc - Is perldoc installed................................yes. |
|---|
| 93 | auto::pod2man - Is pod2man installed................................yes. |
|---|
| 94 | auto::ctags - Is (exuberant) ctags installed......................yes. |
|---|
| 95 | auto::revision - Determine Parrot's revision......................r37310. |
|---|
| 96 | auto::icu - Is ICU installed....................................yes. |
|---|
| 97 | gen::config_h - Generate C headers.................................done. |
|---|
| 98 | gen::core_pmcs - Generate core pmc list.............................done. |
|---|
| 99 | gen::crypto - Generate Digest PMC files..........................done. |
|---|
| 100 | gen::parrot_include - Generate runtime/parrot/include....................done. |
|---|
| 101 | gen::opengl - Generating OpenGL bindings.........................done. |
|---|
| 102 | gen::call_list - Generate NCI signature list........................done. |
|---|
| 103 | gen::languages - Configure languages................................done. |
|---|
| 104 | gen::makefiles - Generate makefiles and other build files...........done. |
|---|
| 105 | gen::platform - Move platform files into place.....................done. |
|---|
| 106 | gen::config_pm - Record configuration data for later retrieval......done. |
|---|
| 107 | |
|---|
| 108 | As you requested, I will now run some tests of the build tools. |
|---|
| 109 | |
|---|
| 110 | All tests successful. |
|---|
| 111 | Files=38, Tests=1042, 36 wallclock secs ( 0.32 usr 0.11 sys + 30.31 cusr 1.51 csys = 32.25 CPU) |
|---|
| 112 | Result: PASS |
|---|
| 113 | |
|---|
| 114 | ------------------------------------------------------------------------------- |
|---|
| 115 | |
|---|
| 116 | mhk@mhk-desktop:~/parrot$ date |
|---|
| 117 | Wed Mar 11 14:12:32 GMT 2009 |
|---|
| 118 | mhk@mhk-desktop:~/parrot$ make world |
|---|
| 119 | |
|---|
| 120 | mhk@mhk-desktop:~/parrot$ date |
|---|
| 121 | Wed Mar 11 14:18:57 GMT 2009 |
|---|
| 122 | mhk@mhk-desktop:~/parrot$ make html |
|---|
| 123 | |
|---|
| 124 | ------------------------------------------------------------------------------- |
|---|
| 125 | |
|---|
| 126 | mhk@mhk-desktop:~/parrot$ date |
|---|
| 127 | Wed Mar 11 14:19:20 GMT 2009 |
|---|
| 128 | mhk@mhk-desktop:~/parrot$ make smoke |
|---|
| 129 | |
|---|
| 130 | All tests successful. |
|---|
| 131 | Files=396, Tests=11737, 343 wallclock secs ( 3.73 usr 1.18 sys + 115.39 cusr 42.61 csys = 162.91 CPU) |
|---|
| 132 | Result: PASS |
|---|
| 133 | |
|---|
| 134 | TAP Archive created at /home/mhk/parrot/parrot_test_run.tar.gz |
|---|
| 135 | Test report successfully sent to Smolder at |
|---|
| 136 | http://smolder.plusthree.com/app/public_projects/report_details/18875 |
|---|
| 137 | |
|---|
| 138 | ------------------------------------------------------------------------------- |
|---|
| 139 | |
|---|
| 140 | built rakudo (0c893bc) on parrot r37310 linux i386 - make test/spectest all pass |
|---|
| 141 | |
|---|
| 142 | ------------------------------------------------------------------------------- |
|---|
| 143 | |
|---|
| 144 | mhk@mhk-desktop:~/parrot$ make fulltest 2>&1 | tee fulltest.37310.log |
|---|
| 145 | |
|---|
| 146 | ------------------------------------------------------------------------------- |
|---|
| 147 | |
|---|
| 148 | /usr/bin/perl t/harness --gc-debug --running-make-test -b --runcore-tests |
|---|
| 149 | |
|---|
| 150 | All tests successful. |
|---|
| 151 | |
|---|
| 152 | Test Summary Report |
|---|
| 153 | ------------------- |
|---|
| 154 | t/compilers/imcc/syn/hll.t (Wstat: 0 Tests: 2 Failed: 0) |
|---|
| 155 | TODO passed: 2 |
|---|
| 156 | t/op/exceptions.t (Wstat: 0 Tests: 31 Failed: 0) |
|---|
| 157 | TODO passed: 23 |
|---|
| 158 | t/pmc/exception.t (Wstat: 0 Tests: 31 Failed: 0) |
|---|
| 159 | TODO passed: 26 |
|---|
| 160 | Files=252, Tests=8392, 291 wallclock secs ( 2.85 usr 0.66 sys + 76.39 cusr 34.14 csys = 114.04 CPU) |
|---|
| 161 | Result: PASS |
|---|
| 162 | |
|---|
| 163 | ------------------------------------------------------------------------------- |
|---|
| 164 | |
|---|
| 165 | /usr/bin/perl t/harness --gc-debug --running-make-test -C --runcore-tests |
|---|
| 166 | |
|---|
| 167 | All tests successful. |
|---|
| 168 | |
|---|
| 169 | Test Summary Report |
|---|
| 170 | ------------------- |
|---|
| 171 | t/compilers/imcc/syn/hll.t (Wstat: 0 Tests: 2 Failed: 0) |
|---|
| 172 | TODO passed: 2 |
|---|
| 173 | t/op/exceptions.t (Wstat: 0 Tests: 31 Failed: 0) |
|---|
| 174 | TODO passed: 23 |
|---|
| 175 | t/pmc/exception.t (Wstat: 0 Tests: 31 Failed: 0) |
|---|
| 176 | TODO passed: 26, 30 |
|---|
| 177 | Files=252, Tests=8392, 294 wallclock secs ( 2.72 usr 0.58 sys + 76.81 cusr 34.46 csys = 114.57 CPU) |
|---|
| 178 | Result: PASS |
|---|
| 179 | |
|---|
| 180 | ------------------------------------------------------------------------------- |
|---|
| 181 | |
|---|
| 182 | /usr/bin/perl t/harness --gc-debug --running-make-test -f --runcore-tests |
|---|
| 183 | |
|---|
| 184 | All tests successful. |
|---|
| 185 | |
|---|
| 186 | Test Summary Report |
|---|
| 187 | ------------------- |
|---|
| 188 | t/compilers/imcc/syn/hll.t (Wstat: 0 Tests: 2 Failed: 0) |
|---|
| 189 | TODO passed: 2 |
|---|
| 190 | t/op/exceptions.t (Wstat: 0 Tests: 31 Failed: 0) |
|---|
| 191 | TODO passed: 23 |
|---|
| 192 | t/pmc/exception.t (Wstat: 0 Tests: 31 Failed: 0) |
|---|
| 193 | TODO passed: 26 |
|---|
| 194 | Files=252, Tests=8392, 291 wallclock secs ( 2.85 usr 0.62 sys + 76.92 cusr 34.11 csys = 114.50 CPU) |
|---|
| 195 | Result: PASS |
|---|
| 196 | |
|---|
| 197 | ------------------------------------------------------------------------------- |
|---|
| 198 | |
|---|
| 199 | /usr/bin/perl t/harness --gc-debug --running-make-test -g --runcore-tests |
|---|
| 200 | |
|---|
| 201 | ll tests successful. |
|---|
| 202 | |
|---|
| 203 | Test Summary Report |
|---|
| 204 | ------------------- |
|---|
| 205 | t/compilers/imcc/syn/hll.t (Wstat: 0 Tests: 2 Failed: 0) |
|---|
| 206 | TODO passed: 2 |
|---|
| 207 | t/op/exceptions.t (Wstat: 0 Tests: 31 Failed: 0) |
|---|
| 208 | TODO passed: 23 |
|---|
| 209 | t/pmc/exception.t (Wstat: 0 Tests: 31 Failed: 0) |
|---|
| 210 | TODO passed: 26 |
|---|
| 211 | Files=252, Tests=8392, 288 wallclock secs ( 2.86 usr 0.57 sys + 76.74 cusr 35.12 csys = 115.29 CPU) |
|---|
| 212 | Result: PASS |
|---|
| 213 | |
|---|
| 214 | ------------------------------------------------------------------------------- |
|---|
| 215 | |
|---|
| 216 | /usr/bin/perl t/harness --gc-debug --running-make-test -j --runcore-tests |
|---|
| 217 | |
|---|
| 218 | |
|---|
| 219 | # Failed test 'Getting out-of-bounds elements, I' |
|---|
| 220 | # at t/pmc/fixedintegerarray.t line 144. |
|---|
| 221 | # Expected error but exited cleanly |
|---|
| 222 | # Received: |
|---|
| 223 | # |
|---|
| 224 | # Expected: |
|---|
| 225 | # /FixedIntegerArray: index out of bounds! |
|---|
| 226 | # current instr\.:/ |
|---|
| 227 | # |
|---|
| 228 | # Looks like you failed 1 test of 11. |
|---|
| 229 | t/pmc/fixedintegerarray.t .............. |
|---|
| 230 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 231 | Failed 1/11 subtests |
|---|
| 232 | |
|---|
| 233 | |
|---|
| 234 | # Failed test 'Miscellaneous words' |
|---|
| 235 | # at t/library/md5.t line 35. |
|---|
| 236 | # Exited with error code: 139 |
|---|
| 237 | # Received: |
|---|
| 238 | # Segmentation fault |
|---|
| 239 | # |
|---|
| 240 | # Expected: |
|---|
| 241 | # 8b1a9953c4611296a827abf8c47804d7 |
|---|
| 242 | # 6fc422233a40a75a1f028e11c3cd1140 |
|---|
| 243 | # e7cb1e977e896954fec46d2ea7832072 |
|---|
| 244 | # ed076287532e86365e841e92bfc50d8c |
|---|
| 245 | # |
|---|
| 246 | |
|---|
| 247 | # Failed test 'Funny chars' |
|---|
| 248 | # at t/library/md5.t line 63. |
|---|
| 249 | # Exited with error code: 139 |
|---|
| 250 | # Received: |
|---|
| 251 | # Segmentation fault |
|---|
| 252 | # |
|---|
| 253 | # Expected: |
|---|
| 254 | # b66434493525523b4393ce0d1f2425d7 |
|---|
| 255 | # |
|---|
| 256 | |
|---|
| 257 | # Failed test 'String lengths' |
|---|
| 258 | # at t/library/md5.t line 201. |
|---|
| 259 | # Exited with error code: 139 |
|---|
| 260 | # Received: |
|---|
| 261 | # bd35d6a8f93d310aae38bc539f9fca1b |
|---|
| 262 | # Segmentation fault |
|---|
| 263 | # |
|---|
| 264 | # Expected: |
|---|
| 265 | # d41d8cd98f00b204e9800998ecf8427e |
|---|
| 266 | ... |
|---|
| 267 | ... |
|---|
| 268 | # 6c27622d1d5365e4abfd02f2eccfd8f9 |
|---|
| 269 | # |
|---|
| 270 | |
|---|
| 271 | # Failed test 'REALLY long string' |
|---|
| 272 | # at t/library/md5.t line 324. |
|---|
| 273 | # Exited with error code: 139 |
|---|
| 274 | # Received: |
|---|
| 275 | # Segmentation fault |
|---|
| 276 | # |
|---|
| 277 | # Expected: |
|---|
| 278 | # 840e4dec51660b1f52473e0b0b9545f5 |
|---|
| 279 | # |
|---|
| 280 | |
|---|
| 281 | # Failed test 'recursive md5sum (1)' |
|---|
| 282 | # at t/library/md5.t line 352. |
|---|
| 283 | # Exited with error code: 139 |
|---|
| 284 | # Received: |
|---|
| 285 | # Hello World! |
|---|
| 286 | # Segmentation fault |
|---|
| 287 | # |
|---|
| 288 | # Expected: |
|---|
| 289 | # Hello World! |
|---|
| 290 | # ed076287532e86365e841e92bfc50d8c |
|---|
| 291 | ... |
|---|
| 292 | ... |
|---|
| 293 | # eab26f6455a08779bcb43bc48c02c717 |
|---|
| 294 | # |
|---|
| 295 | |
|---|
| 296 | # Failed test 'recursive md5sum (2)' |
|---|
| 297 | # at t/library/md5.t line 590. |
|---|
| 298 | # Exited with error code: 139 |
|---|
| 299 | # Received: |
|---|
| 300 | # Hello World! |
|---|
| 301 | # Segmentation fault |
|---|
| 302 | # |
|---|
| 303 | # Expected: |
|---|
| 304 | # Hello World! |
|---|
| 305 | # ee41c968530f7715ab70805b341c3956 |
|---|
| 306 | ... |
|---|
| 307 | ... |
|---|
| 308 | # 982e0fde28cd2f62ef8db2d8dfd0f0d7 |
|---|
| 309 | # |
|---|
| 310 | # Looks like you failed 6 tests of 6. |
|---|
| 311 | t/library/md5.t ........................ |
|---|
| 312 | Dubious, test returned 6 (wstat 1536, 0x600) |
|---|
| 313 | Failed 6/6 subtests |
|---|
| 314 | |
|---|
| 315 | |
|---|
| 316 | # Failed test 'mt19937ar output' |
|---|
| 317 | # at t/library/mt19937ar.t line 148. |
|---|
| 318 | # Exited with error code: 139 |
|---|
| 319 | # Received: |
|---|
| 320 | # Segmentation fault |
|---|
| 321 | # |
|---|
| 322 | # Expected: |
|---|
| 323 | # 1000 outputs of genrand_int32() |
|---|
| 324 | # 1067595299 955945823 477289528 4107218783 4228976476 |
|---|
| 325 | ... |
|---|
| 326 | ... |
|---|
| 327 | # 0.33163422 0.85739792 0.59908488 0.74566046 0.72157152 |
|---|
| 328 | # |
|---|
| 329 | # Looks like you failed 1 test of 10. |
|---|
| 330 | t/library/mt19937ar.t .................. |
|---|
| 331 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 332 | Failed 1/10 subtests |
|---|
| 333 | |
|---|
| 334 | |
|---|
| 335 | |
|---|
| 336 | Test Summary Report |
|---|
| 337 | ------------------- |
|---|
| 338 | t/compilers/imcc/syn/hll.t (Wstat: 0 Tests: 2 Failed: 0) |
|---|
| 339 | TODO passed: 2 |
|---|
| 340 | t/op/exceptions.t (Wstat: 0 Tests: 31 Failed: 0) |
|---|
| 341 | TODO passed: 23 |
|---|
| 342 | t/pmc/exception.t (Wstat: 0 Tests: 31 Failed: 0) |
|---|
| 343 | TODO passed: 26 |
|---|
| 344 | t/pmc/fixedintegerarray.t (Wstat: 256 Tests: 11 Failed: 1) |
|---|
| 345 | Failed test: 7 |
|---|
| 346 | Non-zero exit status: 1 |
|---|
| 347 | t/library/md5.t (Wstat: 1536 Tests: 6 Failed: 6) |
|---|
| 348 | Failed tests: 1-6 |
|---|
| 349 | Non-zero exit status: 6 |
|---|
| 350 | t/library/mt19937ar.t (Wstat: 256 Tests: 10 Failed: 1) |
|---|
| 351 | Failed test: 10 |
|---|
| 352 | Non-zero exit status: 1 |
|---|
| 353 | Files=252, Tests=8093, 273 wallclock secs ( 2.69 usr 0.63 sys + 74.09 cusr 33.15 csys = 110.56 CPU) |
|---|
| 354 | Result: FAIL |
|---|
| 355 | make[1]: *** [testj] Error 1 |
|---|
| 356 | make[1]: Leaving directory `/home/mhk/parrot' |
|---|
| 357 | make: [fulltest] Error 2 (ignored) |
|---|
| 358 | |
|---|
| 359 | ------------------------------------------------------------------------------- |
|---|
| 360 | |
|---|
| 361 | As make fulltest exited here I ran the rest of the tests manually |
|---|
| 362 | |
|---|
| 363 | ------------------------------------------------------------------------------- |
|---|
| 364 | |
|---|
| 365 | mhk@mhk-desktop:~/parrot$ make testr 2>&1 | tee testr.37310.log |
|---|
| 366 | |
|---|
| 367 | # Failed test 'pushaction as closure' |
|---|
| 368 | # at t/op/pushaction.t line 100. |
|---|
| 369 | # Exited with error code: 1 |
|---|
| 370 | # Received: |
|---|
| 371 | # main |
|---|
| 372 | # at popmark, flag = 0 |
|---|
| 373 | # a = Null PMC in say |
|---|
| 374 | # current instr.: 'exit_handler' pc 32 (/home/mhk/parrot/t/op/pushaction_6.pir:22) |
|---|
| 375 | # called from Sub 'main' pc 15 (/home/mhk/parrot/t/op/pushaction_6.pir:11) |
|---|
| 376 | # |
|---|
| 377 | # Expected: |
|---|
| 378 | # main |
|---|
| 379 | # at popmark, flag = 0 |
|---|
| 380 | # a = 42 |
|---|
| 381 | # |
|---|
| 382 | # Looks like you failed 1 test of 7. |
|---|
| 383 | t/op/pushaction.t ...................... |
|---|
| 384 | not ok 7 - pushaction: error while handling error # TODO runloop shenanigans |
|---|
| 385 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 386 | Failed 1/7 subtests |
|---|
| 387 | |
|---|
| 388 | |
|---|
| 389 | # Failed test ':outer with identical sub names' |
|---|
| 390 | # at t/pmc/sub.t line 1457. |
|---|
| 391 | # Exited with error code: 1 |
|---|
| 392 | # Received: |
|---|
| 393 | # ABC::outer |
|---|
| 394 | # ABC::inner |
|---|
| 395 | # Null PMC in say |
|---|
| 396 | # current instr.: 'parrot;ABC;inner' pc 47 (/home/mhk/parrot/t/pmc/sub_63.pir:20) |
|---|
| 397 | # called from Sub 'parrot;ABC;outer' pc 37 (/home/mhk/parrot/t/pmc/sub_63.pir:14) |
|---|
| 398 | # called from Sub 'main' pc 9 (/home/mhk/parrot/t/pmc/sub_63.pir:3) |
|---|
| 399 | # |
|---|
| 400 | # Expected: |
|---|
| 401 | # ABC::outer |
|---|
| 402 | # ABC::inner |
|---|
| 403 | # ABC lex |
|---|
| 404 | # DEF::outer |
|---|
| 405 | # DEF::inner |
|---|
| 406 | # DEF lex |
|---|
| 407 | # |
|---|
| 408 | # Looks like you failed 1 test of 64. |
|---|
| 409 | t/pmc/sub.t ............................ |
|---|
| 410 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 411 | Failed 1/64 subtests |
|---|
| 412 | |
|---|
| 413 | |
|---|
| 414 | Test Summary Report |
|---|
| 415 | ------------------- |
|---|
| 416 | t/op/pushaction.t (Wstat: 256 Tests: 7 Failed: 1) |
|---|
| 417 | Failed test: 6 |
|---|
| 418 | Non-zero exit status: 1 |
|---|
| 419 | t/pmc/sub.t (Wstat: 256 Tests: 64 Failed: 1) |
|---|
| 420 | Failed test: 63 |
|---|
| 421 | Non-zero exit status: 1 |
|---|
| 422 | Files=252, Tests=8392, 338 wallclock secs ( 2.56 usr 0.67 sys + 106.33 cusr 54.12 csys = 163.68 CPU) |
|---|
| 423 | Result: FAIL |
|---|
| 424 | make: *** [testr] Error 1 |
|---|
| 425 | |
|---|
| 426 | ------------------------------------------------------------------------------- |
|---|
| 427 | |
|---|
| 428 | mhk@mhk-desktop:~/parrot$ make testS 2>&1 | tee testS.37310.log |
|---|
| 429 | |
|---|
| 430 | All tests successful. |
|---|
| 431 | |
|---|
| 432 | Test Summary Report |
|---|
| 433 | ------------------- |
|---|
| 434 | t/compilers/imcc/syn/hll.t (Wstat: 0 Tests: 2 Failed: 0) |
|---|
| 435 | TODO passed: 2 |
|---|
| 436 | t/op/exceptions.t (Wstat: 0 Tests: 31 Failed: 0) |
|---|
| 437 | TODO passed: 23 |
|---|
| 438 | t/pmc/exception.t (Wstat: 0 Tests: 31 Failed: 0) |
|---|
| 439 | TODO passed: 26, 30 |
|---|
| 440 | Files=252, Tests=8093, 284 wallclock secs ( 2.70 usr 0.68 sys + 73.85 cusr 30.93 csys = 108.16 CPU) |
|---|
| 441 | Result: PASS |
|---|
| 442 | |
|---|
| 443 | ------------------------------------------------------------------------------- |
|---|
| 444 | |
|---|
| 445 | mhk@mhk-desktop:~/parrot$ make src_tests 2>&1 | tee sec_tests.37310.log |
|---|
| 446 | |
|---|
| 447 | All tests successful |
|---|
| 448 | Files=6, Tests=33, 13 wallclock secs ( 0.03 usr 0.02 sys + 11.01 cusr 2.53 csys = 13.59 CPU) |
|---|
| 449 | Result: PASS |
|---|
| 450 | |
|---|
| 451 | ------------------------------------------------------------------------------- |
|---|
| 452 | |
|---|
| 453 | mhk@mhk-desktop:~/parrot$ make run_tests 2>&1 | tee run_tests.37310.log |
|---|
| 454 | |
|---|
| 455 | All tests successful. |
|---|
| 456 | Files=2, Tests=36, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.59 cusr 0.26 csys = 0.89 CPU) |
|---|
| 457 | Result: PASS |
|---|
| 458 | |
|---|
| 459 | ------------------------------------------------------------------------------- |
|---|
| 460 | |
|---|
| 461 | mhk@mhk-desktop:~/parrot$ make perl_tests 2>&1 | tee perl_tests.37310.log |
|---|
| 462 | |
|---|
| 463 | All tests successful. |
|---|
| 464 | Files=4, Tests=229, 5 wallclock secs ( 0.06 usr 0.04 sys + 2.47 cusr 0.55 csys = 3.12 CPU) |
|---|
| 465 | Result: PASS |
|---|
| 466 | |
|---|
| 467 | ------------------------------------------------------------------------------- |
|---|
| 468 | |
|---|
| 469 | mhk@mhk-desktop:~/parrot$ make codetest 2>&1 | tee codetest.37310.log |
|---|
| 470 | |
|---|
| 471 | # Failed test 'Test::Perl::Critic for "/home/mhk/parrot/examples/languages/abc/Configure.pl"' |
|---|
| 472 | # at t/codingstd/perlcritic.t line 88. |
|---|
| 473 | # |
|---|
| 474 | # Perl::Critic found these violations in "/home/mhk/parrot/examples/languages/abc/Configure.pl": |
|---|
| 475 | # Missing properly located perl coda for parrot source at /home/mhk/parrot/examples/languages/abc/Configure.pl line 42 |
|---|
| 476 | |
|---|
| 477 | # Failed test 'Test::Perl::Critic for "/home/mhk/parrot/examples/languages/abc/src/parser/actions.pm"' |
|---|
| 478 | # at t/codingstd/perlcritic.t line 88. |
|---|
| 479 | # |
|---|
| 480 | # Perl::Critic found these violations in "/home/mhk/parrot/examples/languages/abc/src/parser/actions.pm": |
|---|
| 481 | # Code before strictures are enabled at /home/mhk/parrot/examples/languages/abc/src/parser/actions.pm line 46 |
|---|
| 482 | # Code before warnings are enabled at /home/mhk/parrot/examples/languages/abc/src/parser/actions.pm line 46 |
|---|
| 483 | # Missing properly located perl coda for parrot source at /home/mhk/parrot/examples/languages/abc/src/parser/actions.pm line 256 |
|---|
| 484 | |
|---|
| 485 | # Failed test 'Test::Perl::Critic for "/home/mhk/parrot/examples/languages/squaak/src/parser/actions.pm"' |
|---|
| 486 | # at t/codingstd/perlcritic.t line 88. |
|---|
| 487 | # |
|---|
| 488 | # Perl::Critic found these violations in "/home/mhk/parrot/examples/languages/squaak/src/parser/actions.pm": |
|---|
| 489 | # Missing properly located perl coda for parrot source at /home/mhk/parrot/examples/languages/squaak/src/parser/actions.pm line 5 |
|---|
| 490 | # Looks like you failed 3 tests of 311. |
|---|
| 491 | t/codingstd/perlcritic.t ....... |
|---|
| 492 | Dubious, test returned 3 (wstat 768, 0x300) |
|---|
| 493 | Failed 3/311 subtests |
|---|
| 494 | |
|---|
| 495 | Test Summary Report |
|---|
| 496 | ------------------- |
|---|
| 497 | t/codingstd/perlcritic.t (Wstat: 768 Tests: 311 Failed: 3) |
|---|
| 498 | Failed tests: 120-121, 123 |
|---|
| 499 | Non-zero exit status: 3 |
|---|
| 500 | Files=28, Tests=358, 215 wallclock secs ( 0.27 usr 0.05 sys + 202.08 cusr 3.26 csys = 205.66 CPU) |
|---|
| 501 | Result: FAIL |
|---|
| 502 | make: *** [codetest] Error 1 |
|---|
| 503 | |
|---|
| 504 | ------------------------------------------------------------------------------- |
|---|
| 505 | |
|---|
| 506 | mhk@mhk-desktop:~/parrot$ make benchmark_tests 2>&1 | tee benchmark_tests.37310.log |
|---|
| 507 | |
|---|
| 508 | # Failed test 'examples/benchmarks/oo1.pasm' |
|---|
| 509 | # at t/benchmark/benchmarks.t line 218. |
|---|
| 510 | # Exited with error code: 139 |
|---|
| 511 | # Received: |
|---|
| 512 | # Segmentation fault |
|---|
| 513 | # |
|---|
| 514 | # Expected: |
|---|
| 515 | # 10 |
|---|
| 516 | # |
|---|
| 517 | |
|---|
| 518 | # Failed test 'examples/benchmarks/oo2.pasm' |
|---|
| 519 | # at t/benchmark/benchmarks.t line 218. |
|---|
| 520 | # Exited with error code: 139 |
|---|
| 521 | # Received: |
|---|
| 522 | # Segmentation fault |
|---|
| 523 | # |
|---|
| 524 | # Expected: |
|---|
| 525 | # 10 |
|---|
| 526 | # |
|---|
| 527 | |
|---|
| 528 | # Failed test 'examples/benchmarks/oo3.pasm' |
|---|
| 529 | # at t/benchmark/benchmarks.t line 218. |
|---|
| 530 | # Exited with error code: 139 |
|---|
| 531 | # Received: |
|---|
| 532 | # Segmentation fault |
|---|
| 533 | # |
|---|
| 534 | # Expected: |
|---|
| 535 | # 10 |
|---|
| 536 | # |
|---|
| 537 | |
|---|
| 538 | # Failed test 'examples/benchmarks/oo4.pasm' |
|---|
| 539 | # at t/benchmark/benchmarks.t line 218. |
|---|
| 540 | # Exited with error code: 139 |
|---|
| 541 | # Received: |
|---|
| 542 | # Segmentation fault |
|---|
| 543 | # |
|---|
| 544 | # Expected: |
|---|
| 545 | # 500000 |
|---|
| 546 | # |
|---|
| 547 | # Looks like you failed 4 tests of 37. |
|---|
| 548 | t/benchmark/benchmarks.t .. |
|---|
| 549 | Dubious, test returned 4 (wstat 1024, 0x400) |
|---|
| 550 | Failed 4/37 subtests |
|---|
| 551 | |
|---|
| 552 | Test Summary Report |
|---|
| 553 | ------------------- |
|---|
| 554 | t/benchmark/benchmarks.t (Wstat: 1024 Tests: 37 Failed: 4) |
|---|
| 555 | Failed tests: 20-23 |
|---|
| 556 | Non-zero exit status: 4 |
|---|
| 557 | Files=1, Tests=37, 541 wallclock secs ( 0.05 usr 0.01 sys + 528.00 cusr 7.65 csys = 535.71 CPU) |
|---|
| 558 | Result: FAIL |
|---|
| 559 | make: *** [benchmark_tests] Error 1 |
|---|
| 560 | |
|---|
| 561 | ------------------------------------------------------------------------------- |
|---|
| 562 | |
|---|
| 563 | mhk@mhk-desktop:~/parrot$ make doc_tests 2>&1 | tee doc_tests.37310.log |
|---|
| 564 | |
|---|
| 565 | Files=0, Tests=0, 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) |
|---|
| 566 | Result: NOTESTS |
|---|
| 567 | make: *** [doc_tests] Error 1 |
|---|
| 568 | |
|---|
| 569 | ------------------------------------------------------------------------------- |
|---|
| 570 | |
|---|
| 571 | mhk@mhk-desktop:~/parrot$ make manifest_tests 2>&1 | tee manifest_tests.37310.log |
|---|
| 572 | |
|---|
| 573 | All tests successful. |
|---|
| 574 | Files=5, Tests=47, 6 wallclock secs ( 0.04 usr 0.02 sys + 3.82 cusr 0.96 csys = 4.84 CPU) |
|---|
| 575 | Result: PASS |
|---|
| 576 | |
|---|
| 577 | ------------------------------------------------------------------------------- |
|---|
| 578 | |
|---|
| 579 | mhk@mhk-desktop:~/parrot$ make examples_tests 2>&1 | tee examples_tests.37310.log |
|---|
| 580 | |
|---|
| 581 | error:imcc:syntax error, unexpected VAR, expecting '(' ('sock') |
|---|
| 582 | in file 'examples/io/echo_client.pir' line 33 |
|---|
| 583 | error:imcc:syntax error, unexpected VAR, expecting '(' ('address') |
|---|
| 584 | in file 'examples/io/echo_client.pir' line 36 |
|---|
| 585 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 586 | in file 'examples/io/echo_client.pir' line 38 |
|---|
| 587 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 588 | in file 'examples/io/echo_client.pir' line 49 |
|---|
| 589 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 590 | in file 'examples/io/echo_client.pir' line 50 |
|---|
| 591 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 592 | in file 'examples/io/echo_client.pir' line 51 |
|---|
| 593 | |
|---|
| 594 | # Failed test 'examples/io/echo_client.pir' |
|---|
| 595 | # at t/examples/catchall.t line 45. |
|---|
| 596 | # got: '256' |
|---|
| 597 | # expected: '0' |
|---|
| 598 | error:imcc:syntax error, unexpected VAR, expecting '(' ('sock') |
|---|
| 599 | in file 'examples/io/http.pir' line 31 |
|---|
| 600 | error:imcc:syntax error, unexpected VAR, expecting '(' ('address') |
|---|
| 601 | in file 'examples/io/http.pir' line 35 |
|---|
| 602 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 603 | in file 'examples/io/http.pir' line 37 |
|---|
| 604 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 605 | in file 'examples/io/http.pir' line 42 |
|---|
| 606 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 607 | in file 'examples/io/http.pir' line 43 |
|---|
| 608 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 609 | in file 'examples/io/http.pir' line 45 |
|---|
| 610 | |
|---|
| 611 | # Failed test 'examples/io/http.pir' |
|---|
| 612 | # at t/examples/catchall.t line 45. |
|---|
| 613 | # got: '256' |
|---|
| 614 | # expected: '0' |
|---|
| 615 | error:imcc:syntax error, unexpected VAR, expecting '(' ('sock') |
|---|
| 616 | in file 'examples/io/httpd.pir' line 112 |
|---|
| 617 | error:imcc:syntax error, unexpected VAR, expecting '(' ('port') |
|---|
| 618 | in file 'examples/io/httpd.pir' line 116 |
|---|
| 619 | error:imcc:syntax error, unexpected VAR, expecting '(' ('sock') |
|---|
| 620 | in file 'examples/io/httpd.pir' line 117 |
|---|
| 621 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 622 | in file 'examples/io/httpd.pir' line 132 |
|---|
| 623 | error:imcc:syntax error, unexpected VAR, expecting '(' ('work') |
|---|
| 624 | in file 'examples/io/httpd.pir' line 134 |
|---|
| 625 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 626 | in file 'examples/io/httpd.pir' line 137 |
|---|
| 627 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 628 | in file 'examples/io/httpd.pir' line 228 |
|---|
| 629 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 630 | in file 'examples/io/httpd.pir' line 251 |
|---|
| 631 | error:imcc:syntax error, unexpected VAR, expecting '(' ('ret') |
|---|
| 632 | in file 'examples/io/httpd.pir' line 278 |
|---|
| 633 | error:imcc:syntax error, unexpected VAR, expecting '(' ('hex') |
|---|
| 634 | in file 'examples/io/httpd.pir' line 334 |
|---|
| 635 | |
|---|
| 636 | # Failed test 'examples/io/httpd.pir' |
|---|
| 637 | # at t/examples/catchall.t line 45. |
|---|
| 638 | # got: '256' |
|---|
| 639 | # expected: '0' |
|---|
| 640 | error:imcc:syntax error, unexpected IDENTIFIER, expecting PARROT_OP ('socket') |
|---|
| 641 | in file 'examples/io/net_smtp.pasm' line 25 |
|---|
| 642 | |
|---|
| 643 | # Failed test 'examples/io/net_smtp.pasm' |
|---|
| 644 | # at t/examples/catchall.t line 45. |
|---|
| 645 | # got: '256' |
|---|
| 646 | # expected: '0' |
|---|
| 647 | error:imcc:No such file or directory |
|---|
| 648 | in file 'examples/languages/abc/abc.pir' line 53 |
|---|
| 649 | |
|---|
| 650 | # Failed test 'examples/languages/abc/abc.pir' |
|---|
| 651 | # at t/examples/catchall.t line 45. |
|---|
| 652 | # got: '512' |
|---|
| 653 | # expected: '0' |
|---|
| 654 | error:imcc:No such file or directory |
|---|
| 655 | in file 'examples/languages/squaak/squaak.pir' line 60 |
|---|
| 656 | |
|---|
| 657 | # Failed test 'examples/languages/squaak/squaak.pir' |
|---|
| 658 | # at t/examples/catchall.t line 45. |
|---|
| 659 | # got: '512' |
|---|
| 660 | # expected: '0' |
|---|
| 661 | error:imcc:No such file or directory |
|---|
| 662 | in file 'examples/nci/sdl_blue_rectangle.pir' line 9 |
|---|
| 663 | |
|---|
| 664 | # Failed test 'examples/nci/sdl_blue_rectangle.pir' |
|---|
| 665 | # at t/examples/catchall.t line 45. |
|---|
| 666 | # got: '512' |
|---|
| 667 | # expected: '0' |
|---|
| 668 | error:imcc:No such file or directory |
|---|
| 669 | in file 'examples/nci/xlibtest.pir' line 21 |
|---|
| 670 | |
|---|
| 671 | # Failed test 'examples/nci/xlibtest.pir' |
|---|
| 672 | # at t/examples/catchall.t line 45. |
|---|
| 673 | # got: '512' |
|---|
| 674 | # expected: '0' |
|---|
| 675 | error:imcc:syntax error, unexpected IDENTIFIER, expecting PARROT_OP ('compile') |
|---|
| 676 | in file 'examples/pasm/nanoforth.pasm' line 90 |
|---|
| 677 | |
|---|
| 678 | # Failed test 'examples/pasm/nanoforth.pasm' |
|---|
| 679 | # at t/examples/catchall.t line 45. |
|---|
| 680 | # got: '256' |
|---|
| 681 | # expected: '0' |
|---|
| 682 | error:imcc:syntax error, unexpected IDENTIFIER, expecting PARROT_OP ('find_global') |
|---|
| 683 | in file 'examples/pasm/nanoforth2.pasm' line 30 |
|---|
| 684 | |
|---|
| 685 | # Failed test 'examples/pasm/nanoforth2.pasm' |
|---|
| 686 | # at t/examples/catchall.t line 45. |
|---|
| 687 | # got: '256' |
|---|
| 688 | # expected: '0' |
|---|
| 689 | error:imcc:No such file or directory |
|---|
| 690 | in file 'examples/pir/befunge/befunge.pir' line 3 |
|---|
| 691 | |
|---|
| 692 | # Failed test 'examples/pir/befunge/befunge.pir' |
|---|
| 693 | # at t/examples/catchall.t line 45. |
|---|
| 694 | # got: '512' |
|---|
| 695 | # expected: '0' |
|---|
| 696 | error:imcc:syntax error, unexpected STRINGC, expecting '(' (''Mines::Field'') |
|---|
| 697 | in file 'examples/sdl/minesweeper/field.pir' line 180 |
|---|
| 698 | error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Mines::Field"') |
|---|
| 699 | in file 'examples/sdl/minesweeper/field.pir' line 317 |
|---|
| 700 | error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Mines::Field"') |
|---|
| 701 | in file 'examples/sdl/minesweeper/field.pir' line 320 |
|---|
| 702 | error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Mines::Field"') |
|---|
| 703 | in file 'examples/sdl/minesweeper/field.pir' line 979 |
|---|
| 704 | error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Mines::Field"') |
|---|
| 705 | in file 'examples/sdl/minesweeper/field.pir' line 984 |
|---|
| 706 | |
|---|
| 707 | # Failed test 'examples/sdl/minesweeper/field.pir' |
|---|
| 708 | # at t/examples/catchall.t line 45. |
|---|
| 709 | # got: '256' |
|---|
| 710 | # expected: '0' |
|---|
| 711 | error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Tetris::App"') |
|---|
| 712 | in file 'examples/sdl/tetris/app.pir' line 80 |
|---|
| 713 | error:imcc:syntax error, unexpected PREG, expecting '(' ('$P0') |
|---|
| 714 | in file 'examples/sdl/tetris/app.pir' line 168 |
|---|
| 715 | error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Tetris::App"') |
|---|
| 716 | in file 'examples/sdl/tetris/app.pir' line 192 |
|---|
| 717 | |
|---|
| 718 | # Failed test 'examples/sdl/tetris/app.pir' |
|---|
| 719 | # at t/examples/catchall.t line 45. |
|---|
| 720 | # got: '256' |
|---|
| 721 | # expected: '0' |
|---|
| 722 | error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Tetris::Block"') |
|---|
| 723 | in file 'examples/sdl/tetris/blocks.pir' line 61 |
|---|
| 724 | |
|---|
| 725 | # Failed test 'examples/sdl/tetris/blocks.pir' |
|---|
| 726 | # at t/examples/catchall.t line 45. |
|---|
| 727 | # got: '256' |
|---|
| 728 | # expected: '0' |
|---|
| 729 | error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Tetris::Block"') |
|---|
| 730 | in file 'examples/sdl/tetris/board.pir' line 879 |
|---|
| 731 | |
|---|
| 732 | # Failed test 'examples/sdl/tetris/board.pir' |
|---|
| 733 | # at t/examples/catchall.t line 45. |
|---|
| 734 | # got: '256' |
|---|
| 735 | # expected: '0' |
|---|
| 736 | error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"SDL::Event"') |
|---|
| 737 | in file 'examples/sdl/tetris/eventhandler.pir' line 42 |
|---|
| 738 | |
|---|
| 739 | # Failed test 'examples/sdl/tetris/eventhandler.pir' |
|---|
| 740 | # at t/examples/catchall.t line 45. |
|---|
| 741 | # got: '256' |
|---|
| 742 | # expected: '0' |
|---|
| 743 | # Looks like you failed 16 tests of 170. |
|---|
| 744 | t/examples/catchall.t ... |
|---|
| 745 | Dubious, test returned 16 (wstat 4096, 0x1000) |
|---|
| 746 | Failed 16/170 subtests |
|---|
| 747 | |
|---|
| 748 | # Failed test 'examples/japh/japh2.pasm' |
|---|
| 749 | # at t/examples/japh.t line 54. |
|---|
| 750 | # got: 'çç³æ 朮桎ç¥å ç¡æœ²âŽæ
æ£ç¥ç ' |
|---|
| 751 | # expected: 'Just another Parrot Hacker |
|---|
| 752 | # ' |
|---|
| 753 | # Looks like you failed 1 test of 5. |
|---|
| 754 | t/examples/japh.t ....... |
|---|
| 755 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 756 | Failed 1/5 subtests |
|---|
| 757 | |
|---|
| 758 | |
|---|
| 759 | # Failed test 'examples/shootout/fannkuch.pir' |
|---|
| 760 | # at t/examples/shootout.t line 107. |
|---|
| 761 | # Exited with error code: 139 |
|---|
| 762 | # Received: |
|---|
| 763 | # 1234567 |
|---|
| 764 | # FixedIntegerArray: index out of bounds! |
|---|
| 765 | # current instr.: 'fannkuch' pc 0 (/home/mhk/parrot/t/examples/shootout_3.pir:8) |
|---|
| 766 | # called from Sub 'main' pc 244 (/home/mhk/parrot/t/examples/shootout_3.pir:108) |
|---|
| 767 | # Segmentation fault |
|---|
| 768 | # |
|---|
| 769 | # Expected: |
|---|
| 770 | # 1234567 |
|---|
| 771 | # 2134567 |
|---|
| 772 | # 2314567 |
|---|
| 773 | # 3214567 |
|---|
| 774 | # 3124567 |
|---|
| 775 | # 1324567 |
|---|
| 776 | # 2341567 |
|---|
| 777 | # 3241567 |
|---|
| 778 | # 3421567 |
|---|
| 779 | # 4321567 |
|---|
| 780 | # 4231567 |
|---|
| 781 | # 2431567 |
|---|
| 782 | # 3412567 |
|---|
| 783 | # 4312567 |
|---|
| 784 | # 4132567 |
|---|
| 785 | # 1432567 |
|---|
| 786 | # 1342567 |
|---|
| 787 | # 3142567 |
|---|
| 788 | # 4123567 |
|---|
| 789 | # 1423567 |
|---|
| 790 | # 1243567 |
|---|
| 791 | # 2143567 |
|---|
| 792 | # 2413567 |
|---|
| 793 | # 4213567 |
|---|
| 794 | # 2345167 |
|---|
| 795 | # 3245167 |
|---|
| 796 | # 3425167 |
|---|
| 797 | # 4325167 |
|---|
| 798 | # 4235167 |
|---|
| 799 | # 2435167 |
|---|
| 800 | # Pfannkuchen(7) = 16 |
|---|
| 801 | # |
|---|
| 802 | # Looks like you failed 1 test of 20. |
|---|
| 803 | t/examples/shootout.t ... |
|---|
| 804 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 805 | Failed 1/20 subtests |
|---|
| 806 | |
|---|
| 807 | Test Summary Report |
|---|
| 808 | ------------------- |
|---|
| 809 | t/examples/catchall.t (Wstat: 4096 Tests: 170 Failed: 16) |
|---|
| 810 | Failed tests: 40-42, 44, 52, 54, 67, 69, 76-77, 82, 113 |
|---|
| 811 | 117, 120-121, 123 |
|---|
| 812 | Non-zero exit status: 16 |
|---|
| 813 | t/examples/japh.t (Wstat: 256 Tests: 5 Failed: 1) |
|---|
| 814 | Failed test: 2 |
|---|
| 815 | Non-zero exit status: 1 |
|---|
| 816 | t/examples/shootout.t (Wstat: 256 Tests: 20 Failed: 1) |
|---|
| 817 | Failed test: 3 |
|---|
| 818 | Non-zero exit status: 1 |
|---|
| 819 | Files=11, Tests=276, 266 wallclock secs ( 0.17 usr 0.02 sys + 16.16 cusr 4.07 csys = 20.42 CPU) |
|---|
| 820 | Result: FAIL |
|---|
| 821 | make: *** [examples_tests] Error 1 |
|---|
| 822 | |
|---|
| 823 | ------------------------------------------------------------------------------- |
|---|
| 824 | |
|---|
| 825 | mhk@mhk-desktop:~/parrot$ make distro_tests 2>&1 | tee distro_tests.37310.log |
|---|
| 826 | |
|---|
| 827 | # Failed test 'there are PMC files for all test files in t/pmc' |
|---|
| 828 | # at t/distro/test_file_coverage.t line 57. |
|---|
| 829 | # files in src/pmc but not in test dir: |
|---|
| 830 | # packfileannotation |
|---|
| 831 | # packfileannotationkeys |
|---|
| 832 | # packfileannotations |
|---|
| 833 | # Looks like you failed 1 test of 3. |
|---|
| 834 | t/distro/test_file_coverage.t .. |
|---|
| 835 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 836 | Failed 1/3 subtests |
|---|
| 837 | |
|---|
| 838 | Test Summary Report |
|---|
| 839 | ------------------- |
|---|
| 840 | t/distro/test_file_coverage.t (Wstat: 256 Tests: 3 Failed: 1) |
|---|
| 841 | Failed test: 1 |
|---|
| 842 | Non-zero exit status: 1 |
|---|
| 843 | Files=4, Tests=13, 7 wallclock secs ( 0.03 usr 0.02 sys + 3.44 cusr 1.39 csys = 4.88 CPU) |
|---|
| 844 | Result: FAIL |
|---|
| 845 | make: *** [distro_tests] Error 1 |
|---|
| 846 | |
|---|
| 847 | ------------------------------------------------------------------------------- |
|---|