Ticket #1651 (closed bug: fixed)

Opened 12 years ago

Last modified 12 years ago

Squaak tests fail

Reported by: dukeleto Owned by:
Priority: major Milestone:
Component: testing Version: 2.4.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform: all

Description

(kadath)(~/svn/parrot/examples/languages/squaak)$ parrot setup.pir test
t/00-sanity.t .. Dubious, test returned 1
No subtests run 
t/01-math.t .... ok

Test Summary Report
-------------------
t/00-sanity.t (Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Unknown TAP token: "Multiple declarations of lexical 'i'"
                Unknown TAP token: ""
                Unknown TAP token: "current instr.: 'parrot;PCT;HLLCompiler;evalpmc' pc 998 (compilers/pct/src/PCT/HLLCompiler.pir:551)"
                Unknown TAP token: "called from Sub 'parrot;PCT;HLLCompiler;compile' pc 450 (compilers/pct/src/PCT/HLLCompiler.pir:321)"
                Unknown TAP token: "called from Sub 'parrot;PCT;HLLCompiler;eval' pc 1030 (compilers/pct/src/PCT/HLLCompiler.pir:576)"
                Unknown TAP token: "called from Sub 'parrot;PCT;HLLCompiler;evalfiles' pc 1415 (compilers/pct/src/PCT/HLLCompiler.pir:755)"
                Unknown TAP token: "called from Sub 'parrot;PCT;HLLCompiler;command_line' pc 1608 (compilers/pct/src/PCT/HLLCompiler.pir:858)"
                Unknown TAP token: "called from Sub 'parrot;Squaak;Compiler;main' pc 73 (squaak.pir:56)"
                No plan found in TAP output
Files=2, Tests=5,  0.735 wallclock secs
Result: FAIL
test fails
current instr.: 'setup' pc 827 (runtime/parrot/library/distutils.pir:347)
(kadath)(~/svn/parrot/examples/languages/squaak)$ svn info
Path: .
URL: https://svn.parrot.org/parrot/trunk/examples/languages/squaak
Repository Root: https://svn.parrot.org/parrot
Repository UUID: d31e2699-5ff4-0310-a27c-f18f2fbe73fe
Revision: 46820
Node Kind: directory
Schedule: normal
Last Changed Author: plobsing
Last Changed Rev: 46226
Last Changed Date: 2010-05-02 21:54:26 -0700 (Sun, 02 May 2010)

Change History

Changed 12 years ago by bacek

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

Test fixed in r46832. Closing ticket.

Note: See TracTickets for help on using tickets.