| 1 | |
|---|
| 2 | # Failed test 'Inf/NaN - exp' |
|---|
| 3 | # at t/op/inf_nan.t line 67. |
|---|
| 4 | # got: 'NaN |
|---|
| 5 | # NaN |
|---|
| 6 | # NaN |
|---|
| 7 | # ' |
|---|
| 8 | # expected: 'Inf |
|---|
| 9 | # 0 |
|---|
| 10 | # NaN |
|---|
| 11 | # ' |
|---|
| 12 | # Looks like you failed 1 test of 32. |
|---|
| 13 | t/op/inf_nan.t ........ |
|---|
| 14 | 1..32 |
|---|
| 15 | ok 1 - Inf/NaN - basic arith |
|---|
| 16 | not ok 2 - Inf/NaN - exp |
|---|
| 17 | ok 3 - Inf/NaN - sqrt |
|---|
| 18 | ok 4 - Inf/NaN - sin |
|---|
| 19 | ok 5 - Inf/NaN - sinh |
|---|
| 20 | ok 6 - Inf/NaN - asin |
|---|
| 21 | ok 7 - Inf/NaN - cos |
|---|
| 22 | ok 8 - Inf/NaN - cosh |
|---|
| 23 | ok 9 - Inf/NaN - acos |
|---|
| 24 | ok 10 - Inf/NaN - tan |
|---|
| 25 | ok 11 - Inf/NaN - tanh |
|---|
| 26 | ok 12 - Inf/NaN - atan |
|---|
| 27 | not ok 13 - Inf/NaN - cot # TODO cot/coth/acot not implemented for real numbers |
|---|
| 28 | # Failed (TODO) test 'Inf/NaN - cot' |
|---|
| 29 | # at t/op/inf_nan.t line 283. |
|---|
| 30 | # Exited with error code: 1 |
|---|
| 31 | # Received: |
|---|
| 32 | # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') |
|---|
| 33 | # in file '/home/reezer/parrot/t/op/inf_nan_13.pir' line 3 |
|---|
| 34 | # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') |
|---|
| 35 | # in file '/home/reezer/parrot/t/op/inf_nan_13.pir' line 6 |
|---|
| 36 | # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') |
|---|
| 37 | # in file '/home/reezer/parrot/t/op/inf_nan_13.pir' line 9 |
|---|
| 38 | # |
|---|
| 39 | # Expected: |
|---|
| 40 | # NaN |
|---|
| 41 | # NaN |
|---|
| 42 | # NaN |
|---|
| 43 | # |
|---|
| 44 | not ok 14 - Inf/NaN - coth # TODO cot/coth/acot not implemented for real numbers |
|---|
| 45 | # Failed (TODO) test 'Inf/NaN - coth' |
|---|
| 46 | # at t/op/inf_nan.t line 301. |
|---|
| 47 | # Exited with error code: 1 |
|---|
| 48 | # Received: |
|---|
| 49 | # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') |
|---|
| 50 | # in file '/home/reezer/parrot/t/op/inf_nan_14.pir' line 3 |
|---|
| 51 | # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') |
|---|
| 52 | # in file '/home/reezer/parrot/t/op/inf_nan_14.pir' line 6 |
|---|
| 53 | # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') |
|---|
| 54 | # in file '/home/reezer/parrot/t/op/inf_nan_14.pir' line 9 |
|---|
| 55 | # |
|---|
| 56 | # Expected: |
|---|
| 57 | # 1 |
|---|
| 58 | # -1 |
|---|
| 59 | # NaN |
|---|
| 60 | # |
|---|
| 61 | not ok 15 - Inf/NaN - acot # TODO cot/coth/acot not implemented for real numbers |
|---|
| 62 | # Failed (TODO) test 'Inf/NaN - acot' |
|---|
| 63 | # at t/op/inf_nan.t line 319. |
|---|
| 64 | # Exited with error code: 1 |
|---|
| 65 | # Received: |
|---|
| 66 | # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') |
|---|
| 67 | # in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 3 |
|---|
| 68 | # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') |
|---|
| 69 | # in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 6 |
|---|
| 70 | # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') |
|---|
| 71 | # in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 9 |
|---|
| 72 | # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') |
|---|
| 73 | # in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 12 |
|---|
| 74 | # error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0') |
|---|
| 75 | # in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 15 |
|---|
| 76 | # |
|---|
| 77 | # Expected: |
|---|
| 78 | # NaN |
|---|
| 79 | # NaN |
|---|
| 80 | # NaN |
|---|
| 81 | # NaN |
|---|
| 82 | # NaN |
|---|
| 83 | # |
|---|
| 84 | ok 16 - Inf/NaN - sec |
|---|
| 85 | ok 17 - Inf/NaN - sech |
|---|
| 86 | ok 18 - Inf/NaN - asec |
|---|
| 87 | ok 19 - Inf/NaN - ln |
|---|
| 88 | ok 20 - Inf/NaN - log10 |
|---|
| 89 | ok 21 - Inf/NaN - log2 |
|---|
| 90 | ok 22 - Inf/NaN - neg |
|---|
| 91 | ok 23 - Inf/NaN - pow |
|---|
| 92 | ok 24 - Mixing NaN and Inf should give NaN |
|---|
| 93 | ok 25 - Inf/NaN - rounding |
|---|
| 94 | not ok 26 - TT \#370 Rounding inf/nan # TODO rounding nan/inf gives something like -2147483648 |
|---|
| 95 | # Failed (TODO) test 'TT \#370 Rounding inf/nan' |
|---|
| 96 | # at t/op/inf_nan.t line 539. |
|---|
| 97 | # got: '-9223372036854775808 |
|---|
| 98 | # -9223372036854775808 |
|---|
| 99 | # -9223372036854775808 |
|---|
| 100 | # -9223372036854775808 |
|---|
| 101 | # ' |
|---|
| 102 | # expected: 'Inf |
|---|
| 103 | # NaN |
|---|
| 104 | # Inf |
|---|
| 105 | # NaN |
|---|
| 106 | # ' |
|---|
| 107 | not ok 27 - Adding NaN to a Complex # TODO 1+i + NaN should be NaN |
|---|
| 108 | # Failed (TODO) test 'Adding NaN to a Complex' |
|---|
| 109 | # at t/op/inf_nan.t line 565. |
|---|
| 110 | # got: 'NaN+1i |
|---|
| 111 | # ' |
|---|
| 112 | # expected: 'NaN |
|---|
| 113 | # ' |
|---|
| 114 | not ok 28 - fdiv with Integer PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN |
|---|
| 115 | # Failed (TODO) test 'fdiv with Integer PMCs and NaN' |
|---|
| 116 | # at t/op/inf_nan.t line 580. |
|---|
| 117 | # got: '-9223372036854775808 |
|---|
| 118 | # ' |
|---|
| 119 | # expected: 'NaN |
|---|
| 120 | # ' |
|---|
| 121 | not ok 29 - fdiv with Float PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN |
|---|
| 122 | # Failed (TODO) test 'fdiv with Float PMCs and NaN' |
|---|
| 123 | # at t/op/inf_nan.t line 593. |
|---|
| 124 | # got: '-9223372036854775808 |
|---|
| 125 | # ' |
|---|
| 126 | # expected: 'NaN |
|---|
| 127 | # ' |
|---|
| 128 | not ok 30 - fdiv with Float and Integer PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN |
|---|
| 129 | # Failed (TODO) test 'fdiv with Float and Integer PMCs and NaN' |
|---|
| 130 | # at t/op/inf_nan.t line 606. |
|---|
| 131 | # got: '-9223372036854775808 |
|---|
| 132 | # ' |
|---|
| 133 | # expected: 'NaN |
|---|
| 134 | # ' |
|---|
| 135 | not ok 31 - cmod with Float and Integer PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN |
|---|
| 136 | # Failed (TODO) test 'cmod with Float and Integer PMCs and NaN' |
|---|
| 137 | # at t/op/inf_nan.t line 619. |
|---|
| 138 | # got: '-9223372036854775808 |
|---|
| 139 | # ' |
|---|
| 140 | # expected: 'NaN |
|---|
| 141 | # ' |
|---|
| 142 | not ok 32 - mod with Float and Integer PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN |
|---|
| 143 | # Failed (TODO) test 'mod with Float and Integer PMCs and NaN' |
|---|
| 144 | # at t/op/inf_nan.t line 632. |
|---|
| 145 | # got: '-9223372036854775807 |
|---|
| 146 | # ' |
|---|
| 147 | # expected: 'NaN |
|---|
| 148 | # ' |
|---|
| 149 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 150 | Failed 1/32 subtests |
|---|
| 151 | |
|---|
| 152 | # Failed test 'PARROT_ATOMIC_PTR_GET/SET' |
|---|
| 153 | # at t/src/atomic.t line 32. |
|---|
| 154 | # Exited with error code: 1 |
|---|
| 155 | # Received: |
|---|
| 156 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "atomic_1" |
|---|
| 157 | # |
|---|
| 158 | # Expected: |
|---|
| 159 | # ok 1 |
|---|
| 160 | # ok 2 |
|---|
| 161 | # |
|---|
| 162 | |
|---|
| 163 | # Failed test 'PARROT_ATOMIC_INT_GET/SET' |
|---|
| 164 | # at t/src/atomic.t line 78. |
|---|
| 165 | # Exited with error code: 1 |
|---|
| 166 | # Received: |
|---|
| 167 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "atomic_2" |
|---|
| 168 | # |
|---|
| 169 | # Expected: |
|---|
| 170 | # ok 1 |
|---|
| 171 | # ok 2 |
|---|
| 172 | # |
|---|
| 173 | |
|---|
| 174 | # Failed test 'PARROT_ATOMIC_PTR_CAS' |
|---|
| 175 | # at t/src/atomic.t line 120. |
|---|
| 176 | # Exited with error code: 1 |
|---|
| 177 | # Received: |
|---|
| 178 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "atomic_3" |
|---|
| 179 | # |
|---|
| 180 | # Expected: |
|---|
| 181 | # ok 1 |
|---|
| 182 | # ok 2 |
|---|
| 183 | # ok 3 |
|---|
| 184 | # ok 4 |
|---|
| 185 | # |
|---|
| 186 | |
|---|
| 187 | # Failed test 'PARROT_ATOMIC_INT_(CAS|INC|DEC)' |
|---|
| 188 | # at t/src/atomic.t line 180. |
|---|
| 189 | # Exited with error code: 1 |
|---|
| 190 | # Received: |
|---|
| 191 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "atomic_4" |
|---|
| 192 | # |
|---|
| 193 | # Expected: |
|---|
| 194 | # ok 1 |
|---|
| 195 | # |
|---|
| 196 | # Looks like you failed 4 tests of 4. |
|---|
| 197 | t/src/atomic.t ........ |
|---|
| 198 | 1..4 |
|---|
| 199 | not ok 1 - PARROT_ATOMIC_PTR_GET/SET |
|---|
| 200 | not ok 2 - PARROT_ATOMIC_INT_GET/SET |
|---|
| 201 | not ok 3 - PARROT_ATOMIC_PTR_CAS |
|---|
| 202 | not ok 4 - PARROT_ATOMIC_INT_(CAS|INC|DEC) |
|---|
| 203 | Dubious, test returned 4 (wstat 1024, 0x400) |
|---|
| 204 | Failed 4/4 subtests |
|---|
| 205 | |
|---|
| 206 | # Failed test 'Minimal embed, using just the embed.h header' |
|---|
| 207 | # at t/src/embed.t line 27. |
|---|
| 208 | # Exited with error code: 1 |
|---|
| 209 | # Received: |
|---|
| 210 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_1" |
|---|
| 211 | # |
|---|
| 212 | # Expected: |
|---|
| 213 | # Done |
|---|
| 214 | # |
|---|
| 215 | |
|---|
| 216 | # Failed test 'Hello world from main' |
|---|
| 217 | # at t/src/embed.t line 57. |
|---|
| 218 | # Exited with error code: 1 |
|---|
| 219 | # Received: |
|---|
| 220 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_2" |
|---|
| 221 | # |
|---|
| 222 | # Expected: |
|---|
| 223 | # Hello, parrot |
|---|
| 224 | # Hello, pir |
|---|
| 225 | # |
|---|
| 226 | |
|---|
| 227 | # Failed test 'Hello world from a sub' |
|---|
| 228 | # at t/src/embed.t line 106. |
|---|
| 229 | # Exited with error code: 1 |
|---|
| 230 | # Received: |
|---|
| 231 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_3" |
|---|
| 232 | # |
|---|
| 233 | # Expected: |
|---|
| 234 | # Hello, sub |
|---|
| 235 | # |
|---|
| 236 | |
|---|
| 237 | # Failed test 'External sub' |
|---|
| 238 | # at t/src/embed.t line 172. |
|---|
| 239 | # Exited with error code: 1 |
|---|
| 240 | # Received: |
|---|
| 241 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_4" |
|---|
| 242 | # |
|---|
| 243 | # Expected: |
|---|
| 244 | # Hello from C |
|---|
| 245 | # |
|---|
| 246 | |
|---|
| 247 | # Failed test 'Insert external sub in namespace' |
|---|
| 248 | # at t/src/embed.t line 228. |
|---|
| 249 | # Exited with error code: 1 |
|---|
| 250 | # Received: |
|---|
| 251 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_5" |
|---|
| 252 | # |
|---|
| 253 | # Expected: |
|---|
| 254 | # Hello from C |
|---|
| 255 | # |
|---|
| 256 | # Looks like you failed 5 tests of 6. |
|---|
| 257 | t/src/embed.t ......... |
|---|
| 258 | 1..6 |
|---|
| 259 | not ok 1 - Minimal embed, using just the embed.h header |
|---|
| 260 | not ok 2 - Hello world from main |
|---|
| 261 | not ok 3 - Hello world from a sub |
|---|
| 262 | not ok 4 - External sub |
|---|
| 263 | not ok 5 - Insert external sub in namespace |
|---|
| 264 | ok 6 # skip TT #306; many symbols not exported, embedding parrot fails |
|---|
| 265 | Dubious, test returned 5 (wstat 1280, 0x500) |
|---|
| 266 | Failed 5/6 subtests |
|---|
| 267 | (less 1 skipped subtest: 0 okay) |
|---|
| 268 | |
|---|
| 269 | # Failed test 'on_exit - interpreter' |
|---|
| 270 | # at t/src/exit.t line 25. |
|---|
| 271 | # Exited with error code: 1 |
|---|
| 272 | # Received: |
|---|
| 273 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "exit_1" |
|---|
| 274 | # |
|---|
| 275 | # Expected: |
|---|
| 276 | # ex3 |
|---|
| 277 | # ex2 |
|---|
| 278 | # ex1 |
|---|
| 279 | # |
|---|
| 280 | # Looks like you failed 1 test of 1. |
|---|
| 281 | t/src/exit.t .......... |
|---|
| 282 | 1..1 |
|---|
| 283 | not ok 1 - on_exit - interpreter |
|---|
| 284 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 285 | Failed 1/1 subtests |
|---|
| 286 | |
|---|
| 287 | # Failed test 'set/get_intreg' |
|---|
| 288 | # at t/src/extend.t line 31. |
|---|
| 289 | # Exited with error code: 1 |
|---|
| 290 | # Received: |
|---|
| 291 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_1" |
|---|
| 292 | # |
|---|
| 293 | # Expected: |
|---|
| 294 | # 42 |
|---|
| 295 | # |
|---|
| 296 | |
|---|
| 297 | # Failed test 'set/get_numreg' |
|---|
| 298 | # at t/src/extend.t line 61. |
|---|
| 299 | # Exited with error code: 1 |
|---|
| 300 | # Received: |
|---|
| 301 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_2" |
|---|
| 302 | # |
|---|
| 303 | # Expected: |
|---|
| 304 | # 2.5 |
|---|
| 305 | # |
|---|
| 306 | |
|---|
| 307 | # Failed test 'Parrot_new_string' |
|---|
| 308 | # at t/src/extend.t line 91. |
|---|
| 309 | # Exited with error code: 1 |
|---|
| 310 | # Received: |
|---|
| 311 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_3" |
|---|
| 312 | # |
|---|
| 313 | # Expected: |
|---|
| 314 | # Test |
|---|
| 315 | # |
|---|
| 316 | |
|---|
| 317 | # Failed test 'set/get_strreg' |
|---|
| 318 | # at t/src/extend.t line 117. |
|---|
| 319 | # Exited with error code: 1 |
|---|
| 320 | # Received: |
|---|
| 321 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_4" |
|---|
| 322 | # |
|---|
| 323 | # Expected: |
|---|
| 324 | # Test |
|---|
| 325 | # |
|---|
| 326 | |
|---|
| 327 | # Failed test 'PMC_set/get_intval' |
|---|
| 328 | # at t/src/extend.t line 147. |
|---|
| 329 | # Exited with error code: 1 |
|---|
| 330 | # Received: |
|---|
| 331 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_5" |
|---|
| 332 | # |
|---|
| 333 | # Expected: |
|---|
| 334 | # 101010 |
|---|
| 335 | # |
|---|
| 336 | |
|---|
| 337 | # Failed test 'PMC_set/get_intval_intkey' |
|---|
| 338 | # at t/src/extend.t line 179. |
|---|
| 339 | # Exited with error code: 1 |
|---|
| 340 | # Received: |
|---|
| 341 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_6" |
|---|
| 342 | # |
|---|
| 343 | # Expected: |
|---|
| 344 | # 12345 |
|---|
| 345 | # |
|---|
| 346 | |
|---|
| 347 | # Failed test 'set/get_pmcreg' |
|---|
| 348 | # at t/src/extend.t line 219. |
|---|
| 349 | # Exited with error code: 1 |
|---|
| 350 | # Received: |
|---|
| 351 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_7" |
|---|
| 352 | # |
|---|
| 353 | # Expected: |
|---|
| 354 | # -123 |
|---|
| 355 | # |
|---|
| 356 | |
|---|
| 357 | # Failed test 'PMC_set/get_numval' |
|---|
| 358 | # at t/src/extend.t line 257. |
|---|
| 359 | # Exited with error code: 1 |
|---|
| 360 | # Received: |
|---|
| 361 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_8" |
|---|
| 362 | # |
|---|
| 363 | # Expected: |
|---|
| 364 | # 3.1415927 |
|---|
| 365 | # |
|---|
| 366 | |
|---|
| 367 | # Failed test 'PMC_set/get_string' |
|---|
| 368 | # at t/src/extend.t line 290. |
|---|
| 369 | # Exited with error code: 1 |
|---|
| 370 | # Received: |
|---|
| 371 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_9" |
|---|
| 372 | # |
|---|
| 373 | # Expected: |
|---|
| 374 | # Pumpking |
|---|
| 375 | # |
|---|
| 376 | |
|---|
| 377 | # Failed test 'PMC_set/get_cstring' |
|---|
| 378 | # at t/src/extend.t line 323. |
|---|
| 379 | # Exited with error code: 1 |
|---|
| 380 | # Received: |
|---|
| 381 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_10" |
|---|
| 382 | # |
|---|
| 383 | # Expected: |
|---|
| 384 | # Wibble |
|---|
| 385 | # |
|---|
| 386 | |
|---|
| 387 | # Failed test 'PMC_set/get_cstringn' |
|---|
| 388 | # at t/src/extend.t line 357. |
|---|
| 389 | # Exited with error code: 1 |
|---|
| 390 | # Received: |
|---|
| 391 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_11" |
|---|
| 392 | # |
|---|
| 393 | # Expected: |
|---|
| 394 | # Wibble |
|---|
| 395 | # 6 |
|---|
| 396 | # |
|---|
| 397 | |
|---|
| 398 | # Failed test 'call a parrot sub' |
|---|
| 399 | # at t/src/extend.t line 416. |
|---|
| 400 | # Exited with error code: 1 |
|---|
| 401 | # Received: |
|---|
| 402 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_12" |
|---|
| 403 | # |
|---|
| 404 | # Expected: |
|---|
| 405 | # in sub1 |
|---|
| 406 | # back |
|---|
| 407 | # hello in sub2 |
|---|
| 408 | # back |
|---|
| 409 | # |
|---|
| 410 | |
|---|
| 411 | # Failed test 'call a parrot sub, catch exception' |
|---|
| 412 | # at t/src/extend.t line 489. |
|---|
| 413 | # Exited with error code: 1 |
|---|
| 414 | # Received: |
|---|
| 415 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_13" |
|---|
| 416 | # |
|---|
| 417 | # Expected: |
|---|
| 418 | # in sub1 |
|---|
| 419 | # caught |
|---|
| 420 | # back |
|---|
| 421 | # |
|---|
| 422 | |
|---|
| 423 | # Failed test 'eval code through a parrot sub - \#39669' |
|---|
| 424 | # at t/src/extend.t line 588. |
|---|
| 425 | # Exited with error code: 1 |
|---|
| 426 | # Received: |
|---|
| 427 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_14" |
|---|
| 428 | # |
|---|
| 429 | # Expected: |
|---|
| 430 | # Hello from foo! |
|---|
| 431 | # |
|---|
| 432 | |
|---|
| 433 | # Failed test 'compile string in a fresh interp - \#39986' |
|---|
| 434 | # at t/src/extend.t line 624. |
|---|
| 435 | # Exited with error code: 1 |
|---|
| 436 | # Received: |
|---|
| 437 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_15" |
|---|
| 438 | # |
|---|
| 439 | # Expected: |
|---|
| 440 | # Hello from foo! |
|---|
| 441 | # |
|---|
| 442 | |
|---|
| 443 | # Failed test 'multiple Parrot_new/Parrot_exit cycles' |
|---|
| 444 | # at t/src/extend.t line 698. |
|---|
| 445 | # Exited with error code: 1 |
|---|
| 446 | # Received: |
|---|
| 447 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_17" |
|---|
| 448 | # |
|---|
| 449 | # Expected: |
|---|
| 450 | # Starting interp 1 |
|---|
| 451 | # Destroying interp 1 |
|---|
| 452 | # Starting interp 2 |
|---|
| 453 | # Destroying interp 2 |
|---|
| 454 | # |
|---|
| 455 | # Looks like you failed 16 tests of 17. |
|---|
| 456 | t/src/extend.t ........ |
|---|
| 457 | 1..17 |
|---|
| 458 | not ok 1 - set/get_intreg |
|---|
| 459 | not ok 2 - set/get_numreg |
|---|
| 460 | not ok 3 - Parrot_new_string |
|---|
| 461 | not ok 4 - set/get_strreg |
|---|
| 462 | not ok 5 - PMC_set/get_intval |
|---|
| 463 | not ok 6 - PMC_set/get_intval_intkey |
|---|
| 464 | not ok 7 - set/get_pmcreg |
|---|
| 465 | not ok 8 - PMC_set/get_numval |
|---|
| 466 | not ok 9 - PMC_set/get_string |
|---|
| 467 | not ok 10 - PMC_set/get_cstring |
|---|
| 468 | not ok 11 - PMC_set/get_cstringn |
|---|
| 469 | not ok 12 - call a parrot sub |
|---|
| 470 | not ok 13 - call a parrot sub, catch exception |
|---|
| 471 | not ok 14 - eval code through a parrot sub - \#39669 |
|---|
| 472 | not ok 15 - compile string in a fresh interp - \#39986 |
|---|
| 473 | not ok 16 - call multi sub from C - \#41511 # TODO RT #41511 |
|---|
| 474 | # Failed (TODO) test 'call multi sub from C - \#41511' |
|---|
| 475 | # at t/src/extend.t line 666. |
|---|
| 476 | # Exited with error code: 1 |
|---|
| 477 | # Received: |
|---|
| 478 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_16" |
|---|
| 479 | # |
|---|
| 480 | # Expected: |
|---|
| 481 | # Result is 300. |
|---|
| 482 | # |
|---|
| 483 | not ok 17 - multiple Parrot_new/Parrot_exit cycles |
|---|
| 484 | Dubious, test returned 16 (wstat 4096, 0x1000) |
|---|
| 485 | Failed 16/17 subtests |
|---|
| 486 | |
|---|
| 487 | # Failed test 'print_pbc_location' |
|---|
| 488 | # at t/src/warnings.t line 31. |
|---|
| 489 | # Exited with error code: 1 |
|---|
| 490 | # Received: |
|---|
| 491 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "warnings_1" |
|---|
| 492 | # |
|---|
| 493 | # Expected: |
|---|
| 494 | # (null) |
|---|
| 495 | # |
|---|
| 496 | |
|---|
| 497 | # Failed test 'Parrot_warn' |
|---|
| 498 | # at t/src/warnings.t line 56. |
|---|
| 499 | # Exited with error code: 1 |
|---|
| 500 | # Received: |
|---|
| 501 | # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "warnings_2" |
|---|
| 502 | # |
|---|
| 503 | # Expected: |
|---|
| 504 | # all |
|---|
| 505 | # (null) |
|---|
| 506 | # 1 |
|---|
| 507 | # 2 |
|---|
| 508 | # undef |
|---|
| 509 | # (null) |
|---|
| 510 | # 1 |
|---|
| 511 | # io |
|---|
| 512 | # (null) |
|---|
| 513 | # 1 |
|---|
| 514 | # platform |
|---|
| 515 | # (null) |
|---|
| 516 | # 1 |
|---|
| 517 | # dynext |
|---|
| 518 | # (null) |
|---|
| 519 | # 1 |
|---|
| 520 | # 2 |
|---|
| 521 | # |
|---|
| 522 | # Looks like you failed 2 tests of 2. |
|---|
| 523 | t/src/warnings.t ...... |
|---|
| 524 | 1..2 |
|---|
| 525 | not ok 1 - print_pbc_location |
|---|
| 526 | not ok 2 - Parrot_warn |
|---|
| 527 | Dubious, test returned 2 (wstat 512, 0x200) |
|---|
| 528 | Failed 2/2 subtests |
|---|
| 529 | # no extension recognized for t/perl/testlib/hello |
|---|
| 530 | # no extension recognized for t/perl/testlib/hello |
|---|
| 531 | # no extension recognized for t/perl/testlib/hello |
|---|
| 532 | |
|---|
| 533 | # Failed test 'C: is hello world' |
|---|
| 534 | # at t/perl/Parrot_Test.t line 426. |
|---|
| 535 | # STDOUT is: |
|---|
| 536 | # not ok 1 - C: is hello world |
|---|
| 537 | # |
|---|
| 538 | # not: |
|---|
| 539 | # ok 1 - C: is hello world |
|---|
| 540 | # |
|---|
| 541 | # as expected |
|---|
| 542 | # STDERR is: |
|---|
| 543 | # # Failed test 'C: is hello world' |
|---|
| 544 | # # at t/perl/Parrot_Test.t line 421. |
|---|
| 545 | # # Exited with error code: 1 |
|---|
| 546 | # # Received: |
|---|
| 547 | # # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "Parrot_Test_1" |
|---|
| 548 | # # |
|---|
| 549 | # # Expected: |
|---|
| 550 | # # Hello, World! |
|---|
| 551 | # # |
|---|
| 552 | # |
|---|
| 553 | # not: |
|---|
| 554 | # |
|---|
| 555 | # as expected |
|---|
| 556 | |
|---|
| 557 | # Failed test 'C: isnt hello world' |
|---|
| 558 | # at t/perl/Parrot_Test.t line 435. |
|---|
| 559 | # STDOUT is: |
|---|
| 560 | # not ok 1 - C: isnt hello world |
|---|
| 561 | # |
|---|
| 562 | # not: |
|---|
| 563 | # ok 1 - C: isnt hello world |
|---|
| 564 | # |
|---|
| 565 | # as expected |
|---|
| 566 | # STDERR is: |
|---|
| 567 | # # Failed test 'C: isnt hello world' |
|---|
| 568 | # # at t/perl/Parrot_Test.t line 430. |
|---|
| 569 | # # Exited with error code: 1 |
|---|
| 570 | # # Received: |
|---|
| 571 | # # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "Parrot_Test_1" |
|---|
| 572 | # # |
|---|
| 573 | # # Expected: |
|---|
| 574 | # # Is Not Hello, World! |
|---|
| 575 | # # |
|---|
| 576 | # |
|---|
| 577 | # not: |
|---|
| 578 | # |
|---|
| 579 | # as expected |
|---|
| 580 | |
|---|
| 581 | # Failed test 'C: like hello world' |
|---|
| 582 | # at t/perl/Parrot_Test.t line 444. |
|---|
| 583 | # STDOUT is: |
|---|
| 584 | # not ok 1 - C: like hello world |
|---|
| 585 | # |
|---|
| 586 | # not: |
|---|
| 587 | # ok 1 - C: like hello world |
|---|
| 588 | # |
|---|
| 589 | # as expected |
|---|
| 590 | # STDERR is: |
|---|
| 591 | # # Failed test 'C: like hello world' |
|---|
| 592 | # # at t/perl/Parrot_Test.t line 439. |
|---|
| 593 | # # Exited with error code: 1 |
|---|
| 594 | # # Received: |
|---|
| 595 | # # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "Parrot_Test_1" |
|---|
| 596 | # # |
|---|
| 597 | # # Expected: |
|---|
| 598 | # # /Hello, World/ |
|---|
| 599 | # # |
|---|
| 600 | # |
|---|
| 601 | # not: |
|---|
| 602 | # |
|---|
| 603 | # as expected |
|---|
| 604 | |
|---|
| 605 | # Failed test 'C: unlike hello world' |
|---|
| 606 | # at t/perl/Parrot_Test.t line 453. |
|---|
| 607 | # STDOUT is: |
|---|
| 608 | # not ok 1 - C: unlike hello world |
|---|
| 609 | # |
|---|
| 610 | # not: |
|---|
| 611 | # ok 1 - C: unlike hello world |
|---|
| 612 | # |
|---|
| 613 | # as expected |
|---|
| 614 | # STDERR is: |
|---|
| 615 | # # Failed test 'C: unlike hello world' |
|---|
| 616 | # # at t/perl/Parrot_Test.t line 448. |
|---|
| 617 | # # Exited with error code: 1 |
|---|
| 618 | # # Received: |
|---|
| 619 | # # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "Parrot_Test_1" |
|---|
| 620 | # # |
|---|
| 621 | # # Expected: |
|---|
| 622 | # # /foobar/ |
|---|
| 623 | # # |
|---|
| 624 | # |
|---|
| 625 | # not: |
|---|
| 626 | # |
|---|
| 627 | # as expected |
|---|
| 628 | t/perl/Parrot_Test.t .. |
|---|
| 629 | 1..120 |
|---|
| 630 | ok 1 - use Parrot::Test; |
|---|
| 631 | ok 2 - PARROT_TEST env set |
|---|
| 632 | ok 3 - Parrot::Test->can('c_output_is') |
|---|
| 633 | ok 4 - Parrot::Test->can('c_output_isnt') |
|---|
| 634 | ok 5 - Parrot::Test->can('c_output_like') |
|---|
| 635 | ok 6 - Parrot::Test->can('c_output_unlike') |
|---|
| 636 | ok 7 - Parrot::Test->can('example_output_is') |
|---|
| 637 | ok 8 - Parrot::Test->can('example_output_isnt') |
|---|
| 638 | ok 9 - Parrot::Test->can('example_output_like') |
|---|
| 639 | ok 10 - Parrot::Test->can('example_error_output_is') |
|---|
| 640 | ok 11 - Parrot::Test->can('example_error_output_isnt') |
|---|
| 641 | ok 12 - Parrot::Test->can('example_error_output_like') |
|---|
| 642 | ok 13 - Parrot::Test->can('language_error_output_is') |
|---|
| 643 | ok 14 - Parrot::Test->can('language_error_output_isnt') |
|---|
| 644 | ok 15 - Parrot::Test->can('language_error_output_like') |
|---|
| 645 | ok 16 - Parrot::Test->can('language_output_is') |
|---|
| 646 | ok 17 - Parrot::Test->can('language_output_isnt') |
|---|
| 647 | ok 18 - Parrot::Test->can('language_output_like') |
|---|
| 648 | ok 19 - Parrot::Test->can('pasm_error_output_is') |
|---|
| 649 | ok 20 - Parrot::Test->can('pasm_error_output_isnt') |
|---|
| 650 | ok 21 - Parrot::Test->can('pasm_error_output_like') |
|---|
| 651 | ok 22 - Parrot::Test->can('pasm_error_output_unlike') |
|---|
| 652 | ok 23 - Parrot::Test->can('pasm_output_is') |
|---|
| 653 | ok 24 - Parrot::Test->can('pasm_output_isnt') |
|---|
| 654 | ok 25 - Parrot::Test->can('pasm_output_like') |
|---|
| 655 | ok 26 - Parrot::Test->can('pasm_output_unlike') |
|---|
| 656 | ok 27 - Parrot::Test->can('pbc_error_output_is') |
|---|
| 657 | ok 28 - Parrot::Test->can('pbc_error_output_isnt') |
|---|
| 658 | ok 29 - Parrot::Test->can('pbc_error_output_like') |
|---|
| 659 | ok 30 - Parrot::Test->can('pbc_error_output_unlike') |
|---|
| 660 | ok 31 - Parrot::Test->can('pbc_output_is') |
|---|
| 661 | ok 32 - Parrot::Test->can('pbc_output_isnt') |
|---|
| 662 | ok 33 - Parrot::Test->can('pbc_output_like') |
|---|
| 663 | ok 34 - Parrot::Test->can('pbc_output_unlike') |
|---|
| 664 | ok 35 - Parrot::Test->can('pir_error_output_is') |
|---|
| 665 | ok 36 - Parrot::Test->can('pir_error_output_isnt') |
|---|
| 666 | ok 37 - Parrot::Test->can('pir_error_output_like') |
|---|
| 667 | ok 38 - Parrot::Test->can('pir_error_output_unlike') |
|---|
| 668 | ok 39 - Parrot::Test->can('pir_output_is') |
|---|
| 669 | ok 40 - Parrot::Test->can('pir_output_isnt') |
|---|
| 670 | ok 41 - Parrot::Test->can('pir_output_like') |
|---|
| 671 | ok 42 - Parrot::Test->can('pir_output_unlike') |
|---|
| 672 | ok 43 - Parrot::Test->can('pir_2_pasm_is') |
|---|
| 673 | ok 44 - Parrot::Test->can('pir_2_pasm_isnt') |
|---|
| 674 | ok 45 - Parrot::Test->can('pir_2_pasm_like') |
|---|
| 675 | ok 46 - Parrot::Test->can('pir_2_pasm_unlike') |
|---|
| 676 | ok 47 - Parrot::Test->can('generate_languages_functions') |
|---|
| 677 | ok 48 - Parrot::Test->can('per_test') |
|---|
| 678 | ok 49 - Parrot::Test->can('plan') |
|---|
| 679 | ok 50 - Parrot::Test->can('skip') |
|---|
| 680 | ok 51 - Parrot::Test->can('slurp_file') |
|---|
| 681 | ok 52 - Parrot::Test->can('run_command') |
|---|
| 682 | ok 53 - Parrot::Test->can('write_code_to_file') |
|---|
| 683 | ok 54 - per_test() no args |
|---|
| 684 | ok 55 - per_test() invalid first arg |
|---|
| 685 | ok 56 - per_test() invalid second arg |
|---|
| 686 | ok 57 - per_test() two invalid args |
|---|
| 687 | ok 58 - pasm_output_is: success |
|---|
| 688 | ok 59 - pasm_output_is: failure |
|---|
| 689 | ok 60 - pasm_output_isnt: success |
|---|
| 690 | ok 61 - pasm_output_isnt: failure |
|---|
| 691 | ok 62 - pasm_output_like: success |
|---|
| 692 | ok 63 - pasm_output_like: failure |
|---|
| 693 | ok 64 - pir_output_is: success |
|---|
| 694 | ok 65 - pir_output_is: failure |
|---|
| 695 | ok 66 - pir_output_isnt: success |
|---|
| 696 | ok 67 - pir_output_isnt: failure |
|---|
| 697 | ok 68 - pir_output_like: success |
|---|
| 698 | ok 69 - pir_output_like: failure |
|---|
| 699 | ok 70 - pir_error_output_like: todo |
|---|
| 700 | ok 71 - pir_2_pasm: added return - end |
|---|
| 701 | ok 72 - pir_2_pasm: added return - end |
|---|
| 702 | ok 73 - pir_2_pasm: added return - end |
|---|
| 703 | ok 74 - pir_2_pasm: added return - end |
|---|
| 704 | ok 75 - t/perl/testlib/hello.pasm |
|---|
| 705 | ok 76 - t/perl/testlib/hello.pasm |
|---|
| 706 | ok 77 - t/perl/testlib/hello.pasm |
|---|
| 707 | ok 78 - t/perl/testlib/answer.pir |
|---|
| 708 | ok 79 - t/perl/testlib/answer.pir |
|---|
| 709 | ok 80 - t/perl/testlib/answer.pir |
|---|
| 710 | not ok 81 - C: is hello world |
|---|
| 711 | not ok 82 - C: isnt hello world |
|---|
| 712 | not ok 83 - C: like hello world |
|---|
| 713 | not ok 84 - C: unlike hello world |
|---|
| 714 | ok 85 - Got expected value for STDOUT |
|---|
| 715 | ok 86 - Got expected value for STDERR |
|---|
| 716 | ok 87 - Got expected value for working directory |
|---|
| 717 | ok 88 - Got expected value for STDOUT |
|---|
| 718 | ok 89 - Got expected value for STDERR |
|---|
| 719 | ok 90 - Got expected value for working directory |
|---|
| 720 | ok 91 - Got expected value for STDOUT |
|---|
| 721 | ok 92 - Got expected value for STDERR |
|---|
| 722 | ok 93 - Got expected value for working directory |
|---|
| 723 | ok 94 - Got expected error message for bad option |
|---|
| 724 | ok 95 - Got expected value for STDOUT |
|---|
| 725 | ok 96 - Got expected value for STDERR using null device |
|---|
| 726 | ok 97 - Got expected value for working directory |
|---|
| 727 | ok 98 - Got expected value for STDOUT |
|---|
| 728 | ok 99 - Got expected value for STDERR when same as STDOUT |
|---|
| 729 | ok 100 - Got expected value for working directory |
|---|
| 730 | ok 101 - $ENV{PATH} reset as expected for cygwin |
|---|
| 731 | ok 102 - $ENV{PATH} reset as expected for MSWin32 |
|---|
| 732 | ok 103 - $ENV{LD_RUN_PATH} reset as expected for not_cygwin_not_MSWin32 |
|---|
| 733 | ok 104 - Scalar command transformed into array ref as expected |
|---|
| 734 | ok 105 - Array ref holding multiple commands unchanged as expected |
|---|
| 735 | ok 106 - Got expected value in Valgrind environment |
|---|
| 736 | ok 107 - Got expected exit message |
|---|
| 737 | ok 108 - Got expected exit message |
|---|
| 738 | ok 109 - Got expected exit message |
|---|
| 739 | ok 110 - Got expected exit message |
|---|
| 740 | ok 111 - Got expected exit message |
|---|
| 741 | ok 112 - Got expected exit message |
|---|
| 742 | ok 113 - Captured STDOUT |
|---|
| 743 | ok 114 - Got 0 as exit message |
|---|
| 744 | ok 115 # skip feature not DWIMming even though test passes |
|---|
| 745 | ok 116 - pir_output_is: success |
|---|
| 746 | ok 117 - file created during test preserved due to $ENV{POSTMORTEM} |
|---|
| 747 | ok 118 - file created during test has been deleted |
|---|
| 748 | ok 119 - pir_output_is: success |
|---|
| 749 | ok 120 - file created during test was not retained |
|---|
| 750 | Failed 4/120 subtests |
|---|
| 751 | (less 1 skipped subtest: 115 okay) |
|---|
| 752 | |
|---|
| 753 | Test Summary Report |
|---|
| 754 | ------------------- |
|---|
| 755 | t/op/inf_nan.t (Wstat: 256 Tests: 32 Failed: 1) |
|---|
| 756 | Failed test: 2 |
|---|
| 757 | Non-zero exit status: 1 |
|---|
| 758 | t/src/atomic.t (Wstat: 1024 Tests: 4 Failed: 4) |
|---|
| 759 | Failed tests: 1-4 |
|---|
| 760 | Non-zero exit status: 4 |
|---|
| 761 | t/src/embed.t (Wstat: 1280 Tests: 6 Failed: 5) |
|---|
| 762 | Failed tests: 1-5 |
|---|
| 763 | Non-zero exit status: 5 |
|---|
| 764 | t/src/exit.t (Wstat: 256 Tests: 1 Failed: 1) |
|---|
| 765 | Failed test: 1 |
|---|
| 766 | Non-zero exit status: 1 |
|---|
| 767 | t/src/extend.t (Wstat: 4096 Tests: 17 Failed: 16) |
|---|
| 768 | Failed tests: 1-15, 17 |
|---|
| 769 | Non-zero exit status: 16 |
|---|
| 770 | t/src/warnings.t (Wstat: 512 Tests: 2 Failed: 2) |
|---|
| 771 | Failed tests: 1-2 |
|---|
| 772 | Non-zero exit status: 2 |
|---|
| 773 | t/perl/Parrot_Test.t (Wstat: 0 Tests: 120 Failed: 4) |
|---|
| 774 | Failed tests: 81-84 |
|---|
| 775 | Files=7, Tests=182, 8 wallclock secs ( 0.05 usr 0.00 sys + 2.26 cusr 1.03 csys = 3.34 CPU) |
|---|
| 776 | Result: FAIL |
|---|