Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert tests to Test::More #35

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

haarg
Copy link

@haarg haarg commented May 27, 2022

Test::More is already used by one test, so convert the remaining tests from Test.pm to Test::More.

haarg added 5 commits May 16, 2022 20:39
Test::More is already used by GetOSName.t, so it should be listed as a
prereq.
The GetCurrentThreadId test forks, then continues testing in the child
rather than the parent. This conflicts with the standard behavior of
Test::More, which does extra checks at process end but only for the
parent process. Use Test::Builder's ->no_ending setting to prevent that
extra handling. We have a test plan, so everything should work without
that extra handling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant