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

Unconfigure compiler unit test files during normal build #63207

Merged
merged 16 commits into from
Aug 2, 2019

Conversation

petrochenkov
Copy link
Contributor

I haven't touched libstd though, it had a lot of tests and I'm not sure the people maintaining it want this.

Closes #61097
r? @Mark-Simulacrum

@petrochenkov
Copy link
Contributor Author

@bors p=1 (conflict-prone)

@Mark-Simulacrum
Copy link
Member

@bors r+ p=5

Thanks for doing this! I'll admit that I haven't checked every line for equivalency and such but at least the diff stat looks about right and each commit individually on a scroll through also looks reasonable.

@bors
Copy link
Contributor

bors commented Aug 2, 2019

📌 Commit 62ec2cb has been approved by Mark-Simulacrum

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Aug 2, 2019
@bors
Copy link
Contributor

bors commented Aug 2, 2019

⌛ Testing commit 62ec2cb with merge cf048cc...

bors added a commit that referenced this pull request Aug 2, 2019
Unconfigure compiler unit test files during normal build

I haven't touched libstd though, it had a lot of tests and I'm not sure the people maintaining it want this.

Closes #61097
r? @Mark-Simulacrum
@bors
Copy link
Contributor

bors commented Aug 2, 2019

☀️ Test successful - checks-azure
Approved by: Mark-Simulacrum
Pushing cf048cc to master...

JohnTitor added a commit to JohnTitor/rust that referenced this pull request May 2, 2022
…crum

Classify BinaryHeap & LinkedList unit tests as such

All but one of these so-called integration test case are unit tests, just like btree's were (rust-lang#75531). In addition, reunite the unit tests of linked_list that were split off during rust-lang#23104 because they needed to remain unit tests (they were later moved to the separate file they are in during rust-lang#63207). The two sets could remain separate files, but I opted to merge them back together, more or less in the order they used to be, apart from one duplicate name `test_split_off` and one duplicate tiny function `list_from`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move unit tests into separate files unconfigured during normal build
3 participants