Skip to content

Commit 5486cc6

Browse files
committed
tests: Move run-pass tests with naming conflicts to ui
1 parent 9be35f8 commit 5486cc6

File tree

71 files changed

+7
-86
lines changed

Some content is hidden

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

71 files changed

+7
-86
lines changed

src/test/run-pass/auxiliary/weak-lang-items.rs

-22
This file was deleted.

src/test/run-pass/coherence/auxiliary/coherence_copy_like_lib.rs

-10
This file was deleted.

src/test/run-pass/coherence/auxiliary/coherence_lib.rs

-15
This file was deleted.

src/test/run-pass/consts/auxiliary/const_fn_lib.rs

-5
This file was deleted.

src/test/run-pass/macros/auxiliary/macro_crate_nonterminal.rs

-12
This file was deleted.

src/test/run-pass/macros/auxiliary/unstable-macros.rs

-6
This file was deleted.

src/test/run-pass/traits/auxiliary/trait_safety_lib.rs

-9
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/test/run-pass/proc-macro/attr-stmt-expr.rs src/test/ui/proc-macro/attr-stmt-expr-rpass.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// run-pass
2-
// aux-build:attr-stmt-expr.rs
2+
// aux-build:attr-stmt-expr-rpass.rs
33

44
#![feature(stmt_expr_attributes, proc_macro_hygiene)]
55

6-
extern crate attr_stmt_expr;
6+
extern crate attr_stmt_expr_rpass as attr_stmt_expr;
77
use attr_stmt_expr::{expect_let, expect_print_stmt, expect_expr, expect_print_expr,
88
no_output, noop};
99

src/test/run-pass/proc-macro/lifetimes.rs src/test/ui/proc-macro/lifetimes-rpass.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// run-pass
22

33
#![allow(unused_variables)]
4-
// aux-build:lifetimes.rs
4+
// aux-build:lifetimes-rpass.rs
55

6-
extern crate lifetimes;
6+
extern crate lifetimes_rpass as lifetimes;
77
use lifetimes::*;
88

99
lifetimes_bang! {

src/test/run-pass/proc-macro/macros-in-extern.rs src/test/ui/proc-macro/macros-in-extern-rpass.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// run-pass
2-
// aux-build:test-macros.rs
2+
// aux-build:test-macros-rpass.rs
33
// ignore-wasm32
44

55
#![feature(macros_in_extern)]
66

7-
extern crate test_macros;
7+
extern crate test_macros_rpass as test_macros;
88

99
use test_macros::{nop_attr, no_output, emit_input};
1010

File renamed without changes.

src/test/run-pass/rmeta.rs src/test/ui/rmeta-rpass.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// there can be both an rmeta and an rlib file and rustc will prefer the rlib.
44

55
// aux-build:rmeta-rmeta.rs
6-
// aux-build:rmeta-rlib.rs
6+
// aux-build:rmeta-rlib-rpass.rs
77

88
extern crate rmeta_aux;
99
use rmeta_aux::Foo;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)