Ticket #975 (closed bug: invalid)

Opened 12 years ago

Last modified 12 years ago

Failed Rakudo tests due to context_pmc3 merge

Reported by: moritz Owned by: bacek
Priority: normal Milestone:
Component: none Version: 1.5.0
Severity: medium Keywords: rakudo, context_pmc3
Cc: Language:
Patch status: Platform: linux

Description

rakudo's 'make spectest' has some new failures since the context_pmc3 merge.

t/spec/S06-advanced_subroutine_features/wrap.rakudo          (Wstat: 11 Tests: 3
 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 60 tests but ran 3.
t/spec/S06-multi/lexical-multis.t                            (Wstat: 11 Tests: 2
 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 14 tests but ran 2.
t/spec/S12-class/interface-consistency.rakudo                (Wstat: 11 Tests: 6
 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 8 tests but ran 6.
t/spec/S12-methods/defer-call.rakudo                         (Wstat: 11 Tests: 0
 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 13 tests but ran 0.
t/spec/S12-methods/defer-next.rakudo                         (Wstat: 11 Tests: 0
 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 13 tests but ran 0.
t/spec/S12-methods/indirect_notation.rakudo                  (Wstat: 11 Tests: 1
3 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 39 tests but ran 13.
t/spec/S12-methods/lastcall.t                                (Wstat: 11 Tests: 0
 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
t/spec/S12-methods/multi.rakudo                              (Wstat: 11 Tests: 1
2 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 16 tests but ran 12.
t/spec/S32-trig/trig.rakudo                                  (Wstat: 256 Tests: 
108 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output

I attached the patch by bacek which enables building of Rakudo with the parrot after the merge.

Attachments

0001-make-Rakudo-build-on-parrot-after-context_pmc3-branc.patch Download (4.0 KB) - added by moritz 12 years ago.
Make Rakudo build on Parrot r40958

Change History

Changed 12 years ago by moritz

Make Rakudo build on Parrot r40958

Changed 12 years ago by moritz

  • status changed from new to closed
  • resolution set to invalid

It turned out to be a false alarm - deleting the previous parrot install location and rebuilding everything made the errors disappear.

Thanks for the great work, Moritz

Note: See TracTickets for help on using tickets.