-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Enable PGO tests on windows-gnu
#61266
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Comments
@rustbot modify labels: +O-windows-gnu +T-infra |
rustbot
added
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
labels
May 28, 2019
I'd love it if we ran tests here too. Compiling the profiler runtime shouldn't be a big deal, buildtime-wise. I don't think it should block stabilization though. |
cc @rust-lang/infra |
jonas-schievink
added
the
A-testsuite
Area: The testsuite used to check the correctness of rustc
label
May 28, 2019
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this issue
Sep 4, 2020
Enable some of profiler tests on Windows-gnu CC rust-lang#61266 Because of force-push GitHub didn't let me reopen rust-lang#75184 Because of the GCC miscompilation, generated binaries either segfault or `.profraw` is malformed. Clang works fine but we can't use it on the CI. However we can still test the IR for the proper instrumentation so let's do it.
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this issue
Sep 4, 2020
Enable some of profiler tests on Windows-gnu CC rust-lang#61266 Because of force-push GitHub didn't let me reopen rust-lang#75184 Because of the GCC miscompilation, generated binaries either segfault or `.profraw` is malformed. Clang works fine but we can't use it on the CI. However we can still test the IR for the proper instrumentation so let's do it.
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 5, 2020
Enable some of profiler tests on Windows-gnu CC rust-lang#61266 Because of force-push GitHub didn't let me reopen rust-lang#75184 Because of the GCC miscompilation, generated binaries either segfault or `.profraw` is malformed. Clang works fine but we can't use it on the CI. However we can still test the IR for the proper instrumentation so let's do it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#61080 enabled profiler for
windows-gnu
dist
jobs and it seems to work.I didn't know if CI has enough budget to enable it for tests as well so it was left for now but it should be enabled in the future.
Related issue: #59637
@michaelwoerister you might want to add this issue to #59913
@rustbot modify labels: +O-windows-gnu +T-infra
The text was updated successfully, but these errors were encountered: