Alex Crichton
|
ec7c800d2f
|
Remove pretty-expanded from failing tests
This commit removes pretty-expanded from all tests that wind up calling panic!
one way or another now that its internals are unstable.
|
2015-04-08 17:21:34 -07:00 |
|
Alex Crichton
|
43bfaa4a33
|
Mass rename uint/int to usize/isize
Now that support has been removed, all lingering use cases are renamed.
|
2015-03-26 12:10:22 -07:00 |
|
Brian Anderson
|
8c93a79e38
|
rustdoc: Replace no-pretty-expanded with pretty-expanded
Now that features must be declared expanded source often does not compile.
This adds 'pretty-expanded' to a bunch of test cases that still work.
|
2015-03-23 14:40:26 -07:00 |
|
Brian Anderson
|
072a920503
|
Remove check-fast. Closes #4193, #8844, #6330, #7416
|
2014-04-06 15:55:43 -07:00 |
|
Alex Crichton
|
a41b0c2529
|
extern mod => extern crate
This was previously implemented, and it just needed a snapshot to go through
|
2014-02-14 22:55:21 -08:00 |
|
Florian Hahn
|
f62460c1f5
|
Change xfail directives in compiletests to ignore , closes #11363
|
2014-02-11 18:23:20 +01:00 |
|
Patrick Walton
|
02c1d2ff52
|
test: Make all the run-pass tests use pub fn main
|
2014-01-03 15:30:54 -08:00 |
|
Corey Richardson
|
cc57ca012a
|
Use assert_eq! rather than assert! where possible
|
2013-05-19 08:16:02 -04:00 |
|
Patrick Walton
|
1e91595520
|
librustc: Remove fail_unless!
|
2013-03-29 16:39:08 -07:00 |
|
Patrick Walton
|
85c9fc6f8f
|
librustc: Remove the const declaration form everywhere
|
2013-03-22 22:24:35 -07:00 |
|
Patrick Walton
|
352c070365
|
librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming
|
2013-03-18 17:21:14 -07:00 |
|
Patrick Walton
|
d661711cc2
|
test: Fix tests.
|
2013-03-07 22:37:58 -08:00 |
|
Josh Matthews
|
7bb03345cf
|
Inline constants across crates.
|
2013-03-07 15:34:52 -05:00 |
|