Ticket #2176 (closed bug: fixed)

Opened 10 years ago

Last modified 10 years ago

tests incorrectly skipped on windows.

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

Description

This is in several test files:

plan skip_all => 'src/parrot_config.o does not exist' unless -e catfile(qw/src parrot_config.o/);

You can't rely on the object file having the extension ".o" on all platforms (and we already properly detect this during the build)

Attachments

2176.patch Download (5.1 KB) - added by bubaflub 10 years ago.
patch for windows
2176_part2.patch Download (2.7 KB) - added by bubaflub 10 years ago.
fix another file

Change History

Changed 10 years ago by bubaflub

I think this patch should work, but I don't have a windows machine to test it on.

Changed 10 years ago by bubaflub

patch for windows

Changed 10 years ago by bubaflub

fix another file

Changed 10 years ago by bubaflub

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

Patches have been applied in 22b8e86.

Note: See TracTickets for help on using tickets.