Skip to content

Conversation

nikomatsakis
Copy link
Contributor

The stamp files for compiletest were ignoring .stderr and .stdout files. This was driving me crazy.

r? @alexcrichton

.reqopt("", "cc", "path to a C compiler", "PATH")
.reqopt("", "cxx", "path to a C++ compiler", "PATH")
.reqopt("", "cflags", "flags for the C compiler", "FLAGS")
.optopt("", "ar", "path to an archiver", "PATH")
.optopt("", "linker", "path to a linker", "PATH")
.reqopt("", "llvm-components", "list of LLVM components built in", "LIST")
.reqopt(
"",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Egads. I guess I ran rustfmt by accident.

@nikomatsakis
Copy link
Contributor Author

nikomatsakis commented Dec 6, 2017

Argh. I'll patch up the rustfmt business in the history, gotta run. OK isolated

@kennytm kennytm added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Dec 6, 2017
@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Collaborator

bors commented Dec 6, 2017

📌 Commit 7b456c0 has been approved by alexcrichton

@kennytm kennytm added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 6, 2017
@bors
Copy link
Collaborator

bors commented Dec 7, 2017

⌛ Testing commit 7b456c0 with merge bd7021f...

bors added a commit that referenced this pull request Dec 7, 2017
compiletest: account for `ui` reference files when deciding to skip

The stamp files for compiletest were ignoring `.stderr` and `.stdout` files. This was driving me crazy.

r? @alexcrichton
@bors
Copy link
Collaborator

bors commented Dec 7, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing bd7021f to master...

@bors bors merged commit 7b456c0 into rust-lang:master Dec 7, 2017
@bors bors mentioned this pull request Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

4 participants