-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Migrate test suite to use run-pass stdout/stderr testing #63924
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I'll try to get mentoring instructions up for the actual move but the first step here is to look for all run-pass tests ( |
It does not at all seem like we do:
|
I think that file changed in #63825 was ignored just because it uses It does not use |
Ah, so the comment is just misleading in that this is not "no processes" but rather no "std::process"? |
That's how I initially read that comment, and I still do, yes. |
Aha, okay, then probably just misread on my part. Closing since we probably don't actually want to do anything here. |
Well I think we want to remove those |
I guess so. I also don't care too much, it seems fine to ignore on those platforms too. But reopening. |
Well, that PR hasn't landed yet, so you could just r- and ask the author to remove the ignore? I can't even open a PR to fix this until that PR landed.^^ |
(Author of #63825) Since the PR is still open, and I went ahead and re-removed the ignores and pushed again, so that should be resolved. |
Thanks a lot! |
@Mark-Simulacrum I only just saw you changed the bug title... I guess I should reopen as you repurposed the issue? Or would it make more sense to open a new one, as the existing discussion here will be rather confusing? |
New issue is fine, I don't care too much realistically :) |
Uh oh!
There was an error while loading. Please reload this page.
Where possible, we should prefer to use the functionality added by #63825 instead of
std::process
and the like. At least one such test is known, but it's possible more can be found.The text was updated successfully, but these errors were encountered: