Ticket #394 (closed bug: fixed)

Opened 13 years ago

Last modified 13 years ago

t/pharness/02-get_test_prog_args.t: 3 test failures

Reported by: jkeenan Owned by: coke
Priority: normal Milestone:
Component: configure Version:
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

The following test can be run directly or as part of perl Configure.pl --test=build.

t/pharness/02-get_test_prog_args.....
1..16
ok 1 - Got expected option
not ok 2 - Got expected option

#   Failed test 'Got expected option'
#   at t/pharness/02-get_test_prog_args.t line 31.
#                   '--runcore=cgoto -D40 -d'
#     doesn't match '(?-xism:-g)'
ok 3 - Got expected option
ok 4 - Got expected option
not ok 5 - Got expected option

#   Failed test 'Got expected option'
#   at t/pharness/02-get_test_prog_args.t line 43.
#                   '-O2 --runcore=cgoto -D40 -d'
#     doesn't match '(?-xism:-g)'
ok 6 - Got expected option
ok 7 - Got expected option
ok 8 - Got expected option
ok 9 - Got expected option
ok 10 - Got expected option
ok 11 - Got expected option
ok 12 - Got expected option
not ok 13 - Got expected option

#   Failed test 'Got expected option'
#   at t/pharness/02-get_test_prog_args.t line 67.
#                   '--runcore=cgoto -D40 -d --run-exec'
#     doesn't match '(?-xism:-g)'
ok 14 - Got expected option
ok 15 - Got expected option
ok 16 - Completed all tests in t/pharness/02-get_test_prog_args.t
# Looks like you failed 3 tests of 16.
 Dubious, test returned 3 (wstat 768, 0x300)
 Failed 3/16 subtests 

These may be due to recent changes in lib/Parrot/Harness/Options.pm (r37080 ?)

Thank you very much.
kid51

Change History

Changed 13 years ago by coke

  • owner set to coke

Changed 13 years ago by coke

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

Test passes again in r37085; I missed this file when I removed the "-g" option (and others) from the parrot executable.

Note: See TracTickets for help on using tickets.