-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Dummy PR to test coverage test changes in CI #114917
base: master
Are you sure you want to change the base?
Conversation
@rustbot experimental |
@rustbot author |
77baf81
to
4363ce9
Compare
Now testing #114843 in CI on Linux/Windows/macOS, to ensure I don't get any nasty surprises after it's reviewed. |
Success: |
☔ The latest upstream changes (presumably #115183) made this pull request unmergeable. Please resolve the merge conflicts. |
b605cc7
to
c4511d7
Compare
Testing #114843 on Linux/Windows/macOS ( |
This comment has been minimized.
This comment has been minimized.
c4511d7
to
188b788
Compare
Those Linux failures look like the same ones I saw on the I'm going to try another run of Windows only, to flush out any unknown issues on that platform. |
This comment has been minimized.
This comment has been minimized.
Test failures on Windows seem to be the same as the Linux ones, which is surprising. Perhaps there is some common property of the main Linux/Windows CI environments that is not shared by |
188b788
to
f3ae5a0
Compare
I'll try a CI macOS build to double check all the major platforms. |
This comment has been minimized.
This comment has been minimized.
Hmm, so the overall results so far seem to be: Failure (probably the same failures, though I haven't fully verified this):
Success:
|
f3ae5a0
to
ef88666
Compare
Trying another build with the default PR CI config ( |
This comment has been minimized.
This comment has been minimized.
ef88666
to
8f31d25
Compare
This comment has been minimized.
This comment has been minimized.
a588692
to
b4c7a05
Compare
b4c7a05
to
585c1e1
Compare
This comment has been minimized.
This comment has been minimized.
585c1e1
to
5b07169
Compare
Successful jobs: |
This comment has been minimized.
This comment has been minimized.
5e22431
to
d0200cd
Compare
☔ The latest upstream changes (presumably #129295) made this pull request unmergeable. Please resolve the merge conflicts. |
d0200cd
to
114b783
Compare
☔ The latest upstream changes (presumably #130534) made this pull request unmergeable. Please resolve the merge conflicts. |
e6931e5
to
d26aeb8
Compare
This comment has been minimized.
This comment has been minimized.
d26aeb8
to
f8cdb60
Compare
f8cdb60
to
d9f4d42
Compare
8e96a9c
to
13a1093
Compare
This comment has been minimized.
This comment has been minimized.
13a1093
to
9aa2df5
Compare
This comment has been minimized.
This comment has been minimized.
158a9c0
to
1d9b95b
Compare
1d9b95b
to
2010de3
Compare
The
x86_64-gnu-llvm-15
job that normally runs on PRs doesn't include the profiler runtime, so most of the coverage tests don't get run on PRs.(That's why #114875 didn't fail until an actual merge was attempted.)
r? @ghost