Skip to content

Commit e52f1c2

Browse files
wonyong kimejjeong
authored andcommitted
---
yaml --- r: 183714 b: refs/heads/beta c: fbe78e4 h: refs/heads/master v: v3
1 parent e82ab32 commit e52f1c2

12 files changed

+4
-13
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
3232
refs/heads/batch: b7fd822592a4fb577552d93010c4a4e14f314346
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34-
refs/heads/beta: b1af8648a7697172fc10c50e9e79bed6689d4f5d
34+
refs/heads/beta: fbe78e46eb4a4d7118f96f93b35a3e846f064036
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
3737
refs/heads/tmp: eb836bf767aa1d8d4cba488a9091cde3c0ab4b2f

branches/beta/src/test/compile-fail-fulldeps/macro-crate-cannot-read-embedded-ident.rs

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

1111
// aux-build:macro_crate_test.rs
1212
// ignore-stage1
13-
// ignore-android
1413
// error-pattern: unknown start of token: \u{0}
1514

1615
// Issue #15750 and #15962 : this test is checking that the standard

branches/beta/src/test/compile-fail-fulldeps/macro-crate-doesnt-resolve.rs

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

1111
// aux-build:macro_crate_test.rs
1212
// ignore-stage1
13-
// ignore-android
1413

1514
#[macro_use] #[no_link]
1615
extern crate macro_crate_test;

branches/beta/src/test/compile-fail-fulldeps/macro-crate-unexported-macro.rs

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

1111
// aux-build:macro_crate_test.rs
1212
// ignore-stage1
13-
// ignore-android
1413

1514
#[macro_use] #[no_link]
1615
extern crate macro_crate_test;

branches/beta/src/test/compile-fail-fulldeps/plugin-MacroRulesTT.rs

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

1111
// aux-build:macro_crate_MacroRulesTT.rs
1212
// ignore-stage1
13-
// ignore-android
1413
// error-pattern: plugin tried to register a new MacroRulesTT
1514

1615
#![feature(plugin)]

branches/beta/src/test/run-pass-fulldeps/issue_16723_multiple_items_syntax_ext.rs

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

1111
// ignore-stage1
12-
// ignore-android
1312
// aux-build:issue_16723_multiple_items_syntax_ext.rs
1413
#![feature(plugin)]
1514

branches/beta/src/test/run-pass/capturing-logging.rs

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

11-
// ignore-android (FIXME #11419)
1211
// exec-env:RUST_LOG=info
1312

1413
#![allow(unknown_features)]

branches/beta/src/test/run-pass/issue-16671.rs

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

11-
// ignore-android seems to block forever
1211

1312
#![forbid(warnings)]
1413

branches/beta/src/test/run-pass/linkage1.rs

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

1111
// ignore-windows
12-
// ignore-android
1312
// ignore-macos
1413
// aux-build:linkage1.rs
1514

branches/beta/src/test/run-pass/logging-separate-lines.rs

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

11-
// ignore-android
1211
// ignore-windows
1312
// exec-env:RUST_LOG=debug
1413

branches/beta/src/test/run-pass/sepcomp-lib-lto.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// Check that we can use `-C lto` when linking against libraries that were
1212
// separately compiled.
1313

14-
// ignore-android linker weridness (see #18800)
1514
// aux-build:sepcomp_lib.rs
1615
// compile-flags: -C lto
1716
// no-prefer-dynamic

branches/beta/src/test/run-pass/smallest-hello-world.rs

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

11-
// ignore-android
12-
1311
// Smallest "hello world" with a libc runtime
1412

1513
#![feature(intrinsics, lang_items, start, no_std)]
@@ -34,3 +32,6 @@ fn main(_: int, _: *const *const u8) -> int {
3432
return 0;
3533
}
3634

35+
#[cfg(target_os = "android")]
36+
#[link(name="gcc")]
37+
extern { }

0 commit comments

Comments
 (0)