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

src/test/run-pass-fulldeps/issue-14021.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

1315
extern crate serialize;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// no-prefer-dynamic
1212
// ignore-cross-compile
13+
// no-combine
1314

1415
use std::env;
1516
use std::fs;

src/test/run-pass-fulldeps/issue-15924.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
// pretty-expanded FIXME #23616
12+
// no-combine
1213

1314
#![feature(rustc_private)]
1415

src/test/run-pass-fulldeps/issue-16992.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(quote, rustc_private)]
1415

src/test/run-pass-fulldeps/issue-18763-quote-token-tree.rs

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

1111
// ignore-cross-compile
12+
// no-combine
13+
1214
#![feature(quote, rustc_private)]
1315

1416
extern crate syntax;

src/test/run-pass-fulldeps/issue-24972.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

1315
extern crate serialize;

src/test/run-pass-fulldeps/issue-2804.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

1315
extern crate serialize;

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

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

1111
// ignore-stage1
1212
// ignore-cross-compile
13+
// no-combine
14+
1315
#![feature(quote, rustc_private)]
1416

1517
extern crate syntax;

src/test/run-pass-fulldeps/issue-4016.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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// byproducts in vtable records.
1414

1515
// pretty-expanded FIXME #23616
16+
// no-combine
1617

1718
#![feature(rustc_private)]
1819

src/test/run-pass-fulldeps/llvm-pass-plugin.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// aux-build:llvm_pass_plugin.rs
1212
// ignore-stage1
13+
// no-combine
1314

1415
#![feature(plugin)]
1516
#![plugin(llvm_pass_plugin)]

src/test/run-pass-fulldeps/pprust-expr-roundtrip.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

1415
// The general idea of this test is to enumerate all "interesting" expressions and check that

src/test/run-pass-fulldeps/qquote.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(quote, rustc_private)]
1415

src/test/run-pass-fulldeps/quote-tokens.rs

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

1111
// ignore-cross-compile
12+
// no-combine
13+
1214
#![feature(quote, rustc_private)]
1315

1416
extern crate syntax;

src/test/run-pass-fulldeps/quote-unused-sp-no-warning.rs

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

1111
// ignore-cross-compile
12+
// no-combine
13+
1214
#![feature(quote, rustc_private)]
1315
#![deny(unused_variables)]
1416

src/test/run-pass-fulldeps/regions-mock-tcx.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
// - Multiple lifetime parameters
1616
// - Arenas
1717

18+
// no-combine
19+
1820
#![feature(rustc_private, libc)]
1921

2022
extern crate arena;

src/test/run-pass-fulldeps/rustc_encodable_hygiene.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

1315
#[allow(dead_code)]

src/test/run-pass-fulldeps/stdio-from.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
use std::env;
1415
use std::fs::File;

src/test/run-pass-fulldeps/switch-stdout.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
use std::env;
1214
use std::fs::File;
1315
use std::io::{Read, Write};

src/test/run-pass/abi-sysv64-arg-passing.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
// foreign-fn-with-byval
3232
// issue-28676
3333
// struct-return
34+
// no-combine
3435

3536
// ignore-android
3637
// ignore-arm

src/test/run-pass/abort-on-c-abi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
// ignore-cloudabi no env and process
1515
// ignore-emscripten no processes
16+
// no-combine
1617

1718
#![feature(unwind_attributes)]
1819

src/test/run-pass/anon-extern-mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// pretty-expanded FIXME #23616
1212
// ignore-wasm32-bare no libc to test ffi with
13+
// no-combine
1314

1415
#![feature(libc)]
1516

src/test/run-pass/atomic-print.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// ignore-cloudabi no process support
1212
// ignore-emscripten no threads support
13+
// no-combine
1314

1415
use std::{env, fmt, process, sync, thread};
1516

src/test/run-pass/attr-main-2.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(main)]
1314

src/test/run-pass/attr-main.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
// pretty-expanded FIXME #23616
12+
// no-combine
1213

1314
#![feature(main)]
1415

src/test/run-pass/attr-start.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
// pretty-expanded FIXME #23616
12+
// no-combine
1213

1314
#![feature(start)]
1415

src/test/run-pass/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
// pretty-expanded FIXME #23616
12+
// no-combine
1213

1314
#![feature(main)]
1415

src/test/run-pass/auxiliary/anon-extern-mod-cross-crate-1.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
#![crate_name="anonexternmod"]
1214
#![feature(libc)]
1315

src/test/run-pass/backtrace-debuginfo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// ignore-pretty issue #37195
2020
// ignore-cloudabi spawning processes is not supported
2121
// ignore-emscripten spawning processes is not supported
22+
// no-combine
2223

2324
// note that above `-opt-bisect-limit=0` is used to basically disable
2425
// optimizations

src/test/run-pass/backtrace.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// ignore-emscripten spawning processes is not supported
1414
// ignore-openbsd no support for libbacktrace without filename
1515
// compile-flags:-g
16+
// no-combine
1617

1718
use std::env;
1819
use std::process::{Command, Stdio};

src/test/run-pass/c-stack-as-value.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// pretty-expanded FIXME #23616
1212
// ignore-wasm32-bare no libc to test ffi with
13+
// no-combine
1314

1415
#![feature(libc)]
1516

src/test/run-pass/cabi-int-widening.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-wasm32-bare no libc to test ffi with
12+
// no-combine
1213

1314
#[link(name = "rust_test_helpers", kind = "static")]
1415
extern {

src/test/run-pass/command-before-exec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// ignore-windows - this is a unix-specific test
1212
// ignore-cloudabi no processes
1313
// ignore-emscripten no processes
14+
// no-combine
1415

1516
#![feature(process_exec, libc)]
1617

src/test/run-pass/command-exec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// ignore-pretty issue #37199
1313
// ignore-cloudabi no processes
1414
// ignore-emscripten no processes
15+
// no-combine
1516

1617
#![feature(process_exec)]
1718

src/test/run-pass/empty-types-in-patterns.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(exhaustive_patterns)]
1214
#![feature(slice_patterns)]
1315
#![allow(unreachable_patterns)]

src/test/run-pass/env-args-reverse-iterator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// ignore-cloudabi no processes
1212
// ignore-emscripten no processes
13+
// no-combine
1314

1415
use std::env::args;
1516
use std::process::Command;

src/test/run-pass/extern-call-deep.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-wasm32-bare no libc to test ffi with
12+
// no-combine
1213

1314
#![feature(libc)]
1415

0 commit comments

Comments
 (0)