File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ llvm-config = "{llvm_config}"
96
96
"tests/pretty" ,
97
97
"tests/run-pass-valgrind" ,
98
98
"tests/ui" ,
99
- "tests/crases " ,
99
+ "tests/crashes " ,
100
100
] ;
101
101
for test_path in env. skipped_tests ( ) {
102
102
args. extend ( [ "--skip" , test_path] ) ;
Original file line number Diff line number Diff line change 1
1
//@ compile-flags: -Zpolymorphize=on -Zinline-mir=yes
2
+ //@ known-bug: #12345
3
+
2
4
3
5
use std:: sync:: { Arc , Context , Weak } ;
4
6
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ or makes rustc crash in some other way.
7
7
Accepted exit codes are: 101 (may be expanded later)
8
8
9
9
When adding crashes from https://github.com/rust-lang/rust/issues , the
10
- issue number should be noted in the file name (12345.rs should suffice).
11
-
12
- If you happen to fix one of the crashes, please move it to ` tests/ui ` ! :)
10
+ issue number should be noted in the file name (12345.rs should suffice)
11
+ and perhaps also inside the file via ` //@ known-bug #4321 `
13
12
13
+ If you happen to fix one of the crashes, please move it to ` tests/ui ` ! :)
You can’t perform that action at this time.
0 commit comments