File tree Expand file tree Collapse file tree 3 files changed +15
-18
lines changed
unstable-feature-usage-metrics
unstable-feature-usage-metrics-incremental Expand file tree Collapse file tree 3 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 17
17
//!
18
18
//! # Test history
19
19
//!
20
- //! - The previous rmake.rs iteration of this test was flakey for unknown reason on `i686-mingw`
21
- //! *specifically*, so assertion failures in this test was made extremely verbose to help
22
- //! diagnose why the ICE messages was different *specifically* on `i686-mingw`.
23
- //! - An attempt is made to re-enable this test on `i686-mingw` (by removing `ignore-windows`). If
24
- //! this test is still flakey, please restore the `ignore-windows` directive .
25
-
26
- //@ ignore-windows
27
- //FIXME(#128911): still flakey on i686-mingw.
20
+ //! The previous rmake.rs iteration of this test was flaky for unknown reason on
21
+ //! `i686-pc-windows-gnu` *specifically*, so assertion failures in this test was made extremely
22
+ //! verbose to help diagnose why the ICE messages was different. It appears that backtraces on
23
+ //! `i686-pc-windows-gnu` specifically are quite unpredictable in how many backtrace frames are
24
+ //! involved .
25
+
26
+ //@ ignore-cross-compile (exercising ICE dump on host)
27
+ //@ ignore-i686-pc-windows-gnu (unwind mechanism produces unpredictable backtraces)
28
28
29
29
use std:: cell:: OnceCell ;
30
30
use std:: path:: { Path , PathBuf } ;
Original file line number Diff line number Diff line change 7
7
//!
8
8
//! # Test history
9
9
//!
10
- //! - forked from dump-ice-to-disk test, which has flakeyness issues on i686-mingw, I'm assuming
11
- //! those will be present in this test as well on the same platform
10
+ //! - Forked from ` dump-ice-to-disk` test, which previously had backtrace unpredictability on
11
+ //! `i686-pc-windows-gnu`.
12
12
13
- //@ needs-target-std
14
- //@ ignore-windows
15
- //FIXME(#128911): still flakey on i686-mingw.
13
+ //@ ignore-cross-compile (exercises metrics incremental on host)
14
+ //@ ignore-i686-pc-windows-gnu (unwind mechanism produces unpredictable backtraces)
16
15
17
16
use std:: path:: { Path , PathBuf } ;
18
17
Original file line number Diff line number Diff line change 7
7
//!
8
8
//! # Test history
9
9
//!
10
- //! - forked from dump-ice-to-disk test, which has flakeyness issues on i686-mingw, I'm assuming
11
- //! those will be present in this test as well on the same platform
10
+ //! - Forked from `dump-ice-to-disk` test, where `i686-pc-windows-gnu` has unpredictable backtraces.
12
11
13
- //@ needs-target-std
14
- //@ ignore-windows
15
- //FIXME(#128911): still flakey on i686-mingw.
12
+ //@ ignore-cross-compile (exercises metrics dump on host)
13
+ //@ ignore-i686-pc-windows-gnu (unwind mechanism produces unpredictable backtraces)
16
14
17
15
use std:: path:: { Path , PathBuf } ;
18
16
You can’t perform that action at this time.
0 commit comments