Skip to content

Minimal test cases don't have #includes #790

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
Jul 6, 2017
Merged

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Jul 5, 2017

The inclusion of an #include means that the test case

  • is not minimal, and
  • is harder to reproduce the bug with, since not everyone has the same headers (or versions of headers) on their system.

r? @emilio

The inclusion of an `#include` means that the test case

* is not minimal, and
* is harder to reproduce the bug with, since not everyone has the same headers (or versions of headers) on their system.
@emilio
Copy link
Contributor

emilio commented Jul 6, 2017

@bors-servo r+

Thanks!

@bors-servo
Copy link

📌 Commit 1f323cf has been approved by emilio

@bors-servo
Copy link

⌛ Testing commit 1f323cf with merge 3bb248b...

bors-servo pushed a commit that referenced this pull request Jul 6, 2017
Minimal test cases don't have `#include`s

The inclusion of an `#include` means that the test case

* is not minimal, and
* is harder to reproduce the bug with, since not everyone has the same headers (or versions of headers) on their system.

r? @emilio
@bors-servo
Copy link

☀️ Test successful - status-travis
Approved by: emilio
Pushing 3bb248b to master...

@bors-servo bors-servo merged commit 1f323cf into master Jul 6, 2017
@fitzgen fitzgen deleted the fitzgen-patch-1 branch July 7, 2017 03:11
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.

4 participants