Skip to content

Commit ca9faa5

Browse files
committed
tests: Add missing run-pass annotations
1 parent 0e9b465 commit ca9faa5

File tree

682 files changed

+1090
-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.

682 files changed

+1090
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// run-pass
2+
13
#![allow(unused_imports)]
24
// ignore-cross-compile
35

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// run-pass
12
// Test that the Callbacks interface to the compiler works.
23

34
// ignore-cross-compile

src/test/run-pass-fulldeps/create-dir-all-bare.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// run-pass
2+
13
use std::env;
24
use std::fs;
35
use std::path::PathBuf;

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
@@ -1,3 +1,5 @@
1+
// run-pass
2+
13
#![allow(dead_code)]
24
#![feature(rustc_private)]
35
#![no_std]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// run-pass
2+
13
#![allow(unused_imports)]
24

35
#![feature(box_syntax)]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// run-pass
2+
13
#![allow(unused_imports)]
24
// This briefly tests the capability of `Cell` and `RefCell` to implement the
35
// `Encodable` and `Decodable` traits via `#[derive(Encodable, Decodable)]`

src/test/run-pass-fulldeps/deriving-global.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// run-pass
2+
13
#![feature(rustc_private)]
24

35
extern crate serialize;

src/test/run-pass-fulldeps/deriving-hygiene.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// run-pass
2+
13
#![allow(non_upper_case_globals)]
24
#![feature(rustc_private)]
35
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
@@ -1,3 +1,5 @@
1+
// run-pass
2+
13
#![allow(unknown_lints)]
24
// Check that an arena (TypedArena) can carry elements whose drop
35
// methods might access borrowed data, as long as the borrowed data

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// run-pass
12
// `#[derive(Trait)]` works for empty structs/variants with braces or parens.
23

34
#![feature(rustc_private)]

0 commit comments

Comments
 (0)