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-1126] Support more complicated execution tests under "lit.py --param interpret" #43739

Open
belkadan opened this issue Apr 1, 2016 · 0 comments
Labels
compiler The Swift compiler in itself improvement

Comments

@belkadan
Copy link
Contributor

belkadan commented Apr 1, 2016

Previous ID SR-1126
Radar None
Original Reporter @belkadan
Type Improvement
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Improvement, Test
Assignee None
Priority Medium

md5: a144eb7e4f64123404208c14c5de2438

relates to:

  • SR-1125 Make StdlibUnittest automatically run tests in process when run in the interpreter

Issue Description:

Our tests have a mode (currently broken) where execution tests are run under the interpreter rather than being built and then executed. However, this is currently only supported for tests using the %target-run-simple-swift substitution that builds and runs all at once. We should get %target-build-swift / %target-run to work as well.

To trigger this mode, add --param interpret to the invocation of lit.py used when running check-swift.

@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
compiler The Swift compiler in itself improvement
Projects
None yet
Development

No branches or pull requests

1 participant