-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[5.1-04-24-2019][Test] Fix backtrace.swift to use %target-run. #24866
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
[5.1-04-24-2019][Test] Fix backtrace.swift to use %target-run. #24866
Conversation
@swift-ci please test |
Build failed |
test/Runtime/backtrace.swift
Outdated
@@ -1,6 +1,6 @@ | |||
// RUN: %empty-directory(%t) | |||
// RUN: %target-build-swift %s -o %t/a.out | |||
// RUN: not --crash %t/a.out 2>&1 | %{python} %utils/backtrace-check | |||
// RUN: not --crash %target-run %t/a.out 2>&1 | %{python} %utils/backtrace-check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've seen problems elsewhere with not --crash
+ %target-run
since the runner doesn't crash. Check out test/PlaygroundTransform/Inputs/not.py
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting. Thanks for the pointer. I'll rework it.
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
6592f35
to
1583281
Compare
@swift-ci please test |
Build failed |
Build failed |
1583281
to
a10c790
Compare
@swift-ci please test |
Build failed |
Build failed |
rdar://problem/50863395
rdar://problem/50863395
a10c790
to
ec898a8
Compare
@swift-ci please test |
Build failed |
Build failed |
We didn't end up needing this change on this branch. |
Cherry-pick #24864 to 5.1-04-24-2019.
rdar://problem/50863395