File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,9 @@ fn create_environment(args: Args) -> anyhow::Result<(Environment, Vec<String>)>
159
159
. skipped_tests ( vec ! [
160
160
// Fails because of linker errors, as of June 2023.
161
161
"tests/ui/process/nofile-limit.rs" . to_string( ) ,
162
+ // FIXME(#133503): the rustc under test here during beta bump seems to be beta
163
+ // but `//@ only-nightly` was active.
164
+ "tests/ui/bootstrap/rustc_bootstap.rs" . to_string( ) ,
162
165
] )
163
166
. build ( ) ?;
164
167
@@ -181,6 +184,9 @@ fn create_environment(args: Args) -> anyhow::Result<(Environment, Vec<String>)>
181
184
. skipped_tests ( vec ! [
182
185
// Fails as of June 2023.
183
186
"tests\\ codegen\\ vec-shrink-panik.rs" . to_string( ) ,
187
+ // FIXME(#133503): the rustc under test here during beta bump seems to be beta
188
+ // but `//@ only-nightly` was active.
189
+ "tests\\ ui\\ bootstrap\\ rustc_bootstap.rs" . to_string( ) ,
184
190
] )
185
191
. build ( ) ?;
186
192
You can’t perform that action at this time.
0 commit comments