-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
src/tools/compiletest/src/main.rs
Outdated
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
.stderrand.stdoutfiles. This was driving me crazy.r? @alexcrichton