Skip to content

Commit db939b9

Browse files
committed
Mark tests which cannot be combined
1 parent d76dacd commit db939b9

File tree

153 files changed

+202
-4
lines changed

Some content is hidden

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

153 files changed

+202
-4
lines changed

src/test/run-pass-fulldeps/ast_stmt_expr_attr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-cross-compile
12+
// no-combine
1213

1314
#![feature(rustc_private)]
1415

src/test/run-pass-fulldeps/compiler-calls.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// Test that the CompilerCalls interface to the compiler works.
1212

1313
// ignore-cross-compile
14+
// no-combine
1415

1516
#![feature(rustc_private, path)]
1617
#![feature(core)]

src/test/run-pass-fulldeps/derive-no-std-not-supported.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+
// no-combine
12+
1113
#![feature(rustc_private)]
1214
#![no_std]
1315

src/test/run-pass-fulldeps/deriving-encodable-decodable-box.rs

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

11+
// no-combine
1112

1213
#![allow(unknown_features)]
1314
#![feature(box_syntax)]

src/test/run-pass-fulldeps/deriving-encodable-decodable-cell-refcell.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// This briefly tests the capability of `Cell` and `RefCell` to implement the
1212
// `Encodable` and `Decodable` traits via `#[derive(Encodable, Decodable)]`
1313

14+
// no-combine
1415

1516
#![feature(rustc_private)]
1617

src/test/run-pass-fulldeps/deriving-global.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+
// no-combine
12+
1113
#![feature(rand, rustc_private)]
1214

1315
extern crate serialize;

src/test/run-pass-fulldeps/dropck_tarena_sound_drop.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// shows a similar setup, but restricts `f` so that the struct `C<'a>`
1717
// is force-fed a lifetime equal to that of the borrowed arena.
1818

19+
// no-combine
20+
1921
#![allow(unstable)]
2022
#![feature(rustc_private)]
2123

src/test/run-pass-fulldeps/empty-struct-braces-derive.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
// `#[derive(Trait)]` works for empty structs/variants with braces or parens.
1212

13+
// no-combine
14+
1315
#![feature(rustc_private)]
1416

1517
extern crate serialize as rustc_serialize;

src/test/run-pass-fulldeps/extern-mod-syntax.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+
// no-combine
12+
1113
#![allow(unused_imports)]
1214
#![feature(rustc_private)]
1315

src/test/run-pass-fulldeps/issue-11881.rs

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

11+
// no-combine
1112

1213
#![feature(rustc_private)]
1314

0 commit comments

Comments
 (0)