Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Some test portability fixes #296

Merged
merged 2 commits into from
Aug 4, 2024
Merged

Some test portability fixes #296

merged 2 commits into from
Aug 4, 2024

Conversation

craigberry
Copy link
Contributor

Several Test2 tests are failing in Perl core on VMS. This gets them passing.

It's not portable and isn't needed here, where we only want to
override a single element.
@jkeenan
Copy link

jkeenan commented Aug 4, 2024

Several Test2 tests are failing in Perl core on VMS. This gets them passing.

Could you provide instances of those failing tests in core? (I ask because we have no smoke-test reporting on VMS for core, for this distribution or for probably anything else.) thanks.

@craigberry
Copy link
Contributor Author

craigberry commented Aug 4, 2024 via email

craigberry added a commit to Perl/perl5 that referenced this pull request Aug 4, 2024
@@ -1,4 +1,11 @@
use Test2::V0;

BEGIN {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be:
use Test2::Require::RealFork
https://metacpan.org/pod/Test2::Require::RealFork

I will merge the PR, and then change this.

@exodist exodist merged commit 5d7ced9 into Test-More:master Aug 4, 2024
2 of 14 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants