Skip to content

test: remove ulimit -c unlimited #1341

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
Feb 18, 2016

Conversation

compnerd
Copy link
Member

The core limit adjustment was added in SVN r17964 (fad8747) by Ted Kremenek.
This is problematic in bash where if a ulimit -c 0 was invoked prior to the
test running, it would fail due to the failure to set the core limit to
unlimited. Interestingly enough, this will be different across bash and zsh.

The core limit adjustment was added in SVN r17964 (fad8747) by Ted Kremenek.
This is problematic in bash where if a `ulimit -c 0` was invoked prior to the
test running, it would fail due to the failure to set the core limit to
unlimited.  Interestingly enough, this will be different across bash and zsh.
@gottesmm
Copy link
Contributor

@SwiftCI Please test

@compnerd
Copy link
Member Author

@swift-ci Please test

@gottesmm
Copy link
Contributor

@SwiftCI Please test

@gottesmm
Copy link
Contributor

@swift-ci Please test

@gottesmm
Copy link
Contributor

@compnerd FYI: You can't toggle the CI. There is a whitelist of some sort.

gottesmm added a commit that referenced this pull request Feb 18, 2016
test: remove `ulimit -c unlimited`
@gottesmm gottesmm merged commit f86bf3a into swiftlang:master Feb 18, 2016
@compnerd compnerd deleted the test-ulimit-cleanup branch March 31, 2016 00:59
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