-
Notifications
You must be signed in to change notification settings - Fork 13.3k
compiletest: account for ui
reference files when deciding to skip
#46533
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
Conversation
.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( | ||
"", |
There was a problem hiding this comment.
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.
72a0ec0
to
c7ec4a5
Compare
|
c7ec4a5
to
8681290
Compare
@bors: r+ |
📌 Commit 7b456c0 has been approved by |
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
☀️ Test successful - status-appveyor, status-travis |
The stamp files for compiletest were ignoring
.stderr
and.stdout
files. This was driving me crazy.r? @alexcrichton