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

Add tests for Windows specific Proc argument quoting #636

Merged
merged 1 commit into from
Jun 5, 2020

Conversation

patrickbkr
Copy link
Member

This PR adds tests for Raku/problem-solving#20.


plan 21;

if !$*DISTRO.is-win {
Copy link
Contributor

@ugexe ugexe Apr 23, 2020

Choose a reason for hiding this comment

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

What about JVM on windows? (it did work at one time)

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch! Would you disable these tests altogether on JVM or only the failing ones?

Copy link
Contributor

Choose a reason for hiding this comment

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

If NativeCall doesn't work on JVM it is probably a moot point. Do you happen to have a hunch on which ones would might fail on JVM?

Copy link
Member Author

Choose a reason for hiding this comment

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

My guess is, that all the test-run-verbatim tests will fail because the JVM will just quote the things anyways (because the thing we call is not a .bat file).

Copy link
Member Author

Choose a reason for hiding this comment

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

Now all of these tests are skipped on the JVM. I guess there isn't much point in testing JVMs internal quoting behavior.

@patrickbkr patrickbkr marked this pull request as ready for review June 5, 2020 09:12
@patrickbkr patrickbkr merged commit ce28dec into Raku:master Jun 5, 2020
@patrickbkr patrickbkr deleted the problem-solving20 branch June 5, 2020 09:32
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.

3 participants