Ticket #131 (closed bug: fixed)

Opened 13 years ago

Last modified 13 years ago

test failures in Revision: 34994

Reported by: coke Owned by:
Priority: major Milestone:
Component: none Version:
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

make test fails on feather (linux) at this revision.

See attached file for detailed test failure output.

Test Summary Report
-------------------
t/src/basic                             (Wstat: 512 Tests: 3 Failed: 2)
  Failed tests:  2-3
  Non-zero exit status: 2
t/src/compiler                          (Wstat: 1280 Tests: 5 Failed: 5)
  Failed tests:  1-5
  Non-zero exit status: 5
t/src/exit                              (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/src/extend                            (Wstat: 1792 Tests: 17 Failed: 7)
  Failed tests:  3-4, 9, 12-14, 17
  Non-zero exit status: 7
t/src/warnings                          (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
Files=397, Tests=11671, 145 wallclock secs ( 1.56 usr  0.94 sys + 85.82 cusr 38.56 csys = 126.88 CPU)
Result: FAIL
make: *** [test] Error 1

Attachments

test.out Download (14.0 KB) - added by coke 13 years ago.
prove -v on the various failures.

Change History

Changed 13 years ago by coke

prove -v on the various failures.

in reply to: ↑ description   Changed 13 years ago by jkeenan

Confirmed on Linux at r34994. Common thread in all errors:

/usr/bin/ld: cannot find -lparrot

Also, some tests in t/perl/Parrot_Test.t failed for the same reason:

not ok 81 - C:  is hello world

#   Failed test 'C:  is hello world'
#   at t/perl/Parrot_Test.t line 426.
# STDOUT is:
# not ok 1 - C:  is hello world
#
# not:
# ok 1 - C:  is hello world
#
# as expected
# STDERR is:
# # 'cc  -L/usr/local/lib -Wl,-E  t/perl/Parrot_Test_1.o src/parrot_config.o -o t/perl/Parrot_Test_1 -Wl,-rpath=/home/jimk/work/parrot/blib/lib -lparrot  -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lpcre -lglut -lGLU -lGL ' failed with exit code 1
# # Failed to build 't/perl/Parrot_Test_1': /usr/bin/ld: cannot find -lparrot
# # collect2: ld returned 1 exit status
# #   Failed test 'C:  is hello world'
# #   at t/perl/Parrot_Test.t line 421.
#
# not:
#
# as expected
not ok 82 - C:  isnt hello world

#   Failed test 'C:  isnt hello world'
#   at t/perl/Parrot_Test.t line 435.
# STDOUT is:
# not ok 1 - C:  isnt hello world
#
# not:
# ok 1 - C:  isnt hello world
#
# as expected
# STDERR is:
# # 'cc  -L/usr/local/lib -Wl,-E  t/perl/Parrot_Test_1.o src/parrot_config.o -o t/perl/Parrot_Test_1 -Wl,-rpath=/home/jimk/work/parrot/blib/lib -lparrot  -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lpcre -lglut -lGLU -lGL ' failed with exit code 1
# # Failed to build 't/perl/Parrot_Test_1': /usr/bin/ld: cannot find -lparrot
# # collect2: ld returned 1 exit status
# #   Failed test 'C:  isnt hello world'
# #   at t/perl/Parrot_Test.t line 430.
#
# not:
#
# as expected
not ok 83 - C:  like hello world

#   Failed test 'C:  like hello world'
#   at t/perl/Parrot_Test.t line 444.
# STDOUT is:
# not ok 1 - C:  like hello world
#
# not:
# ok 1 - C:  like hello world
#
# as expected
# STDERR is:
# # 'cc  -L/usr/local/lib -Wl,-E  t/perl/Parrot_Test_1.o src/parrot_config.o -o t/perl/Parrot_Test_1 -Wl,-rpath=/home/jimk/work/parrot/blib/lib -lparrot  -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lpcre -lglut -lGLU -lGL ' failed with exit code 1
# # Failed to build 't/perl/Parrot_Test_1': /usr/bin/ld: cannot find -lparrot
# # collect2: ld returned 1 exit status
# #   Failed test 'C:  like hello world'
# #   at t/perl/Parrot_Test.t line 439.
#
# not:
#
# as expected
not ok 84 - C:  unlike hello world

#   Failed test 'C:  unlike hello world'
#   at t/perl/Parrot_Test.t line 453.
# STDOUT is:
# not ok 1 - C:  unlike hello world
#
# not:
# ok 1 - C:  unlike hello world
#
# as expected
# STDERR is:
# # 'cc  -L/usr/local/lib -Wl,-E  t/perl/Parrot_Test_1.o src/parrot_config.o -o t/perl/Parrot_Test_1 -Wl,-rpath=/home/jimk/work/parrot/blib/lib -lparrot  -lnsl -ldl -lm -lcrypt -lutil -lpthread -lgmp -lpcre -lglut -lGLU -lGL ' failed with exit code 1
# # Failed to build 't/perl/Parrot_Test_1': /usr/bin/ld: cannot find -lparrot
# # collect2: ld returned 1 exit status
# #   Failed test 'C:  unlike hello world'
# #   at t/perl/Parrot_Test.t line 448.
#
# not:
#
# as expected

  Changed 13 years ago by Infinoid

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

Fixed in r35001.

Note: See TracTickets for help on using tickets.