Skip to content

Commit ba57ef1

Browse files
committed
Rollup merge of #53994 - pnkfelix:issue-53764-migrate-run-pass-dirs-to-ui, r=alexcrichton
migrate run-pass/*/ to ui/run-pass I think this is all that remains of #53764
2 parents 12b3826 + 4973094 commit ba57ef1

File tree

171 files changed

+291
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+291
-0
lines changed

src/test/run-pass/allocator/custom.rs renamed to src/test/ui/run-pass/allocator/custom.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// run-pass
12+
1113
// aux-build:helper.rs
1214
// no-prefer-dynamic
1315

src/test/run-pass/allocator/xcrate-use.rs renamed to src/test/ui/run-pass/allocator/xcrate-use.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// run-pass
12+
1113
// aux-build:custom.rs
1214
// aux-build:helper.rs
1315
// no-prefer-dynamic

src/test/run-pass/allocator/xcrate-use2.rs renamed to src/test/ui/run-pass/allocator/xcrate-use2.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// run-pass
12+
1113
// aux-build:custom.rs
1214
// aux-build:custom-as-global.rs
1315
// aux-build:helper.rs

src/test/run-pass/bench/issue-32062.rs renamed to src/test/ui/run-pass/bench/issue-32062.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// run-pass
12+
1113
// pretty-expanded FIXME #23616
1214

1315
fn main() {

src/test/run-pass/ctfe/assoc-const.rs renamed to src/test/ui/run-pass/ctfe/assoc-const.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// run-pass
12+
1113
trait Nat {
1214
const VALUE: usize;
1315
}

src/test/run-pass/ctfe/bswap-const.rs renamed to src/test/ui/run-pass/ctfe/bswap-const.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// run-pass
12+
1113
#![feature(core_intrinsics)]
1214

1315
use std::intrinsics;

src/test/run-pass/ctfe/chained-constants-stackoverflow.rs renamed to src/test/ui/run-pass/ctfe/chained-constants-stackoverflow.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// run-pass
12+
1113
// https://github.com/rust-lang/rust/issues/34997
1214

1315
pub const CST_1: u32 = 0;

0 commit comments

Comments
 (0)