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

Test sort algorithms using a random cmp function #40947

Merged
merged 1 commit into from Apr 1, 2017
Merged

Test sort algorithms using a random cmp function #40947

merged 1 commit into from Apr 1, 2017

Conversation

ghost
Copy link

@ghost ghost commented Mar 31, 2017

This ensures that sorting using a broken comparison function doesn't panic nor fail in some other way (especially not segfault).

r? @alexcrichton

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Mar 31, 2017

📌 Commit 0e2d3d4 has been approved by alexcrichton

@alexcrichton
Copy link
Member

Nice idea!

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Mar 31, 2017
…excrichton

Test sort algorithms using a random cmp function

This ensures that sorting using a broken comparison function doesn't panic nor fail in some other way (especially not segfault).

r? @alexcrichton
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Mar 31, 2017
…excrichton

Test sort algorithms using a random cmp function

This ensures that sorting using a broken comparison function doesn't panic nor fail in some other way (especially not segfault).

r? @alexcrichton
bors added a commit that referenced this pull request Mar 31, 2017
Rollup of 6 pull requests

- Successful merges: #40703, #40728, #40763, #40871, #40935, #40947
- Failed merges:
@bors bors merged commit 0e2d3d4 into rust-lang:master Apr 1, 2017
@ghost ghost deleted the test-sort-random-cmp branch April 1, 2017 09:10
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