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

[SR-2961] utils/run-test should accept the same "optimization mode" flags build-script does #45551

Open
swift-ci opened this issue Oct 15, 2016 · 0 comments
Labels
good first issue Good for newcomers task

Comments

@swift-ci
Copy link
Collaborator

Previous ID SR-2961
Radar None
Original Reporter Beingessner (JIRA User)
Type Task
Additional Detail from JIRA
Votes 0
Component/s
Labels Task, StarterBug
Assignee None
Priority Medium

md5: 8f750d918784d982d243854e145f4366

Issue Description:

Currently run-test requires you to pass the build-directory for the compiler/stdlib to use for the tests, but this is tedious and requires the user to actually know what the name of the target they're building was.

A more ergonomic workflow would be to allow the same flags that build-script accepts to be passed to run-test, and have it derive the compiler from that. I'm not sure what the complete set of flags relevant flags is, but -d, -r, and -R are probably the most important. More complex scenarios can always fall-back to the current workflow.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers task
Projects
None yet
Development

No branches or pull requests

1 participant