Skip to content

[swift_build_support] Fix crash in FreeBSD toolchain. #2960

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 1 commit into from
Jun 9, 2016

Conversation

ddunbar
Copy link
Contributor

@ddunbar ddunbar commented Jun 8, 2016

What's in this pull request?

Fixes a crash in the FreeBSD toolchain logic, which was reported here: kylef/swiftenv#36

Resolved bug number: (SR-)


Before merging this pull request to apple/swift repository:

  • Test pull request on Swift continuous integration.

Triggering Swift CI

The swift-ci is triggered by writing a comment on this PR addressed to the GitHub user @swift-ci. Different tests will run depending on the specific comment that you use. The currently available comments are:

Smoke Testing

Platform Comment
All supported platforms @swift-ci Please smoke test
All supported platforms @swift-ci Please smoke test and merge
OS X platform @swift-ci Please smoke test OS X platform
Linux platform @swift-ci Please smoke test Linux platform

Validation Testing

Platform Comment
All supported platforms @swift-ci Please test
All supported platforms @swift-ci Please test and merge
OS X platform @swift-ci Please test OS X platform
OS X platform @swift-ci Please benchmark
Linux platform @swift-ci Please test Linux platform

Lint Testing

Language Comment
Python @swift-ci Please Python lint

Note: Only members of the Apple organization can trigger swift-ci.

@ddunbar
Copy link
Contributor Author

ddunbar commented Jun 8, 2016

@swift-ci please smoke test

@ddunbar
Copy link
Contributor Author

ddunbar commented Jun 8, 2016

@swift-ci please Python lint

@ddunbar
Copy link
Contributor Author

ddunbar commented Jun 8, 2016

@rintaro Can you take a look at this, I think this was a bug introduced in b3dc7b7

@rintaro
Copy link
Member

rintaro commented Jun 8, 2016

@ddunbar Yeah, sorry for that bug.

LGTM.

@@ -110,6 +111,14 @@ def test_tools_llvm_suffix(self):
if profdata_suffix is not None:
self.assertEqual(cc_suffix, profdata_suffix)

def test_toolchian_instances(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks!

@ddunbar ddunbar force-pushed the freebsd-toolchain-crash branch from cff81c1 to ee4a843 Compare June 9, 2016 00:30
@ddunbar
Copy link
Contributor Author

ddunbar commented Jun 9, 2016

@swift-ci please smoke test

@ddunbar ddunbar merged commit 3e3fe3f into swiftlang:master Jun 9, 2016
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.

3 participants