Skip to content

More backwards-deployment test fixes #19634

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

Merged
merged 4 commits into from
Oct 1, 2018

Conversation

jrose-apple
Copy link
Contributor

Tweak or disable a handful of tests when using remote-run to test on older OSs.

rdar://problem/44802353
rdar://problem/44866579

Ideally lit.cfg would conditionalize this based on the remote OS,
but that's tricky. Meanwhile, let's not fail on old versions of
Apple OSs that don't support TSan.

rdar://problem/44802353
Part of rdar://problem/44866579. This bears further investigation.
remote-run doesn't always preserve the interleaving, but we don't need
stdout at all given what's being checked; it's just used to show how
far the test got before failing. The output being FileChecked is going
through NSLog, which uses stderr.

Part of rdar://problem/44866579
Apparently this changed at some point in the past (it used to just be
"$"). The actual value isn't so important, so just skip that part.

Part of rdar://problem/44866579
@jrose-apple
Copy link
Contributor Author

@swift-ci Please smoke test and merge

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.

2 participants