-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Run tests/ui/backtrace/std-backtrace.rs
on MSVC.
#134736
Conversation
@bors try |
@jyn514: 🔑 Insufficient privileges: not in try users |
@bors try |
Run `tests/ui/backtrace/std-backtrace.rs` on MSVC. the original PR which disabled these, rust-lang#62897, only mentions them being broken on i686. let's still make sure the rest of windows is supported. r? `@jieyouxu` try-job: x86_64-msvc
Maybe also test i686-msvc? Backtrace without debug info will be screwy but we have debug info in CI nowadays iirc. |
☀️ Try build successful - checks-actions |
added all relevant Windows jobs I am aware of @bors try |
Run `tests/ui/backtrace/std-backtrace.rs` on MSVC. the original PR which disabled these, rust-lang#62897, only mentions them being broken on i686. let's still make sure the rest of windows is supported. r? `@jieyouxu` try-job: x86_64-msvc try-job: i686-msvc try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-mingw-2
☀️ Try build successful - checks-actions |
oh I suppose it would need the ignore string removed also |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@bors try |
Run `tests/ui/backtrace/std-backtrace.rs` on MSVC. the original PR which disabled these, rust-lang#62897, only mentions them being broken on i686. let's still make sure the rest of windows is supported. r? `@jieyouxu` try-job: x86_64-msvc try-job: i686-msvc try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-mingw-2 try-job: dist-x86_64-msvc try-job: dist-i686-msvc
☀️ Try build successful - checks-actions |
b826a9d
to
c15f9b4
Compare
The original PR which disabled these only mentions them being broken on i686 msvc. Let's try to see if we can reenable this test for msvc (both 32-bit and 64-bit).
c15f9b4
to
c880e8b
Compare
☀️ Test successful - checks-actions |
Finished benchmarking commit (97a56fb): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (secondary -1.0%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 764.674s -> 764.158s (-0.07%) |
The original PR which disabled these, #62897, only mentions them being broken on i686.
let's still make sure the rest of windows is supported.Let's see if we can enable this for msvc now (32-bit and 64-bit).r? @jieyouxu
try-job: x86_64-msvc
try-job: i686-msvc
try-job: i686-mingw
try-job: x86_64-mingw-1
try-job: x86_64-mingw-2
try-job: dist-x86_64-msvc
try-job: dist-i686-msvc