rust/src/test
Ryan Prichard 89b6f397c5 Replace ignore-android with ignore-cross-compile in rustdoc tests
The problem is that rustdoc searches for external crates using the host
triple, not the target triple. It's actually unclear to me whether this is
correct behavior or not, but it is necessary to get cross-compiled tests
working.
2015-04-22 20:32:14 -07:00
..
auxiliary rustdoc: Inline methods inhereted through Deref 2015-04-16 13:28:15 -07:00
bench Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
codegen Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
compile-fail Auto merge of #24422 - pnkfelix:typeck-highlevel-before-bodies, r=nikomatsakis 2015-04-17 03:50:30 +00:00
compile-fail-fulldeps Ignore cross-compilation in some fulldeps tests. 2015-04-22 20:32:14 -07:00
debuginfo Test fixes and rebase conflicts, round 2 2015-04-14 17:40:37 -07:00
parse-fail Add tests for "ident only path should have been covered"-ICE 2015-04-15 14:18:47 +02:00
pretty Fallout in tests 2015-04-01 11:22:39 -04:00
run-fail Fallout: move from scoped to spawn 2015-04-14 08:15:45 -07:00
run-make Fix run-make/simd-ffi to work with parallel make check. 2015-04-22 20:32:14 -07:00
run-pass Auto merge of #24422 - pnkfelix:typeck-highlevel-before-bodies, r=nikomatsakis 2015-04-17 03:50:30 +00:00
run-pass-fulldeps Ignore cross-compilation in some fulldeps tests. 2015-04-22 20:32:14 -07:00
run-pass-valgrind test: Fix fallout in run-pass tests 2015-04-14 10:14:19 -07:00
rustdoc Replace ignore-android with ignore-cross-compile in rustdoc tests 2015-04-22 20:32:14 -07:00