Auto merge of #54530 - pnkfelix:issue-54047-migrate-ui-run-pass-back-to-run-pass, r=alexcrichton

Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.

Moves all the tests from `src/test/ui/run-pass/**` back to `src/test/run-pass/`.

This should have no impact on our overall testing completeness due to PR #54223

Fix #54047
This commit is contained in:
bors
2018-09-27 23:46:21 +00:00
2795 changed files with 1039 additions and 68 deletions
@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(dead_code)]
#![allow(stable_features)]
#![feature(const_indexing)]
@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(dead_code)]
// Checks that mutable static items can have mutable slices
@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_assignments)]
pub fn main() {
let x : &[isize] = &[1,2,3,4,5];
@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_variables)]
// Test slicing sugar.
@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_mut)]
pub fn main() {
@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_variables)]
// pretty-expanded FIXME #23616
@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_variables)]
#![feature(slice_patterns)]
@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(dead_code)]
struct Foo;
@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(unused_variables)]
// aux-build:associated-types-cc-lib.rs
// Test that we are able to reference cross-crate traits that employ
@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(dead_code)]
// Check that we do not report ambiguities when equivalent predicates
// (modulo bound lifetime names) appears in the environment
// twice. Issue #21965.
@@ -9,6 +9,7 @@
// except according to those terms.
// run-pass
#![allow(dead_code)]
// Check that we do not report ambiguities when the same predicate
// appears in the environment twice. Issue #21965.
@@ -9,6 +9,9 @@
// except according to those terms.
// run-pass
#![allow(dead_code)]
#![allow(unused_mut)]
#![allow(unused_imports)]
// Test how resolving a projection interacts with inference. In this
// case, we were eagerly unifying the type variable for the iterator
// type with `I` from the where clause, ignoring the in-scope `impl`

Some files were not shown because too many files have changed in this diff Show More