<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-fail/linked-failure4.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-02-25T17:21:09+00:00</updated>
<entry>
<title>test: Clean out the test suite a bit</title>
<updated>2014-02-25T17:21:09+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2014-02-21T23:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9cc26cfdf43adffe51acdc5ef9886cb5e1844d46'/>
<id>urn:sha1:9cc26cfdf43adffe51acdc5ef9886cb5e1844d46</id>
<content type='text'>
This updates a number of ignore-test tests, and removes a few completely
outdated tests due to the feature being tested no longer being supported.

This brings a number of bench/shootout tests up to date so they're compiling
again. I make no claims to the performance of these benchmarks, it's just nice
to not have bitrotted code.

Closes #2604
Closes #9407
</content>
</entry>
<entry>
<title>Change `xfail` directives in compiletests to `ignore`, closes #11363</title>
<updated>2014-02-11T17:23:20+00:00</updated>
<author>
<name>Florian Hahn</name>
<email>flo@fhahn.com</email>
</author>
<published>2014-02-07T19:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f62460c1f54a693cd046513ef6776bb3551c929d'/>
<id>urn:sha1:f62460c1f54a693cd046513ef6776bb3551c929d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ancient emacs mode lines from test cases</title>
<updated>2013-10-26T00:41:54+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-10-25T21:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a773da681a92c599f7b56f66f79bc107eeadbee'/>
<id>urn:sha1:9a773da681a92c599f7b56f66f79bc107eeadbee</id>
<content type='text'>
These are relics that serve no purpose.
</content>
</entry>
<entry>
<title>Disable linked failure tests</title>
<updated>2013-08-07T23:32:20+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-08-06T21:32:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ce95b01014391f29a655d165d9e6d31449ceb835'/>
<id>urn:sha1:ce95b01014391f29a655d165d9e6d31449ceb835</id>
<content type='text'>
The implementation currently contains a race that leads to segfaults.
</content>
</entry>
<entry>
<title>librustc: Stop reexporting the standard modules from prelude.</title>
<updated>2013-05-30T02:04:53+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-25T02:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=206ab89629298cc9f4b6fb0aa1cd7556c65b5bfe'/>
<id>urn:sha1:206ab89629298cc9f4b6fb0aa1cd7556c65b5bfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Remove `fail_unless!`</title>
<updated>2013-03-29T23:39:08+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-03-29T01:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1e91595520d0538e6003dc9186f1b0df5c25b77a'/>
<id>urn:sha1:1e91595520d0538e6003dc9186f1b0df5c25b77a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Convert all uses of `assert` over to `fail_unless!`</title>
<updated>2013-03-08T06:37:57+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-03-06T21:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7e74b5e91b0b6b6a5613f54479d2ef9fe9c392f'/>
<id>urn:sha1:d7e74b5e91b0b6b6a5613f54479d2ef9fe9c392f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: Extract comm from pipes. #4742</title>
<updated>2013-02-22T01:36:54+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-02-02T11:10:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dab6a852303f68c2ed6c17abaca1d0728d9cf618'/>
<id>urn:sha1:dab6a852303f68c2ed6c17abaca1d0728d9cf618</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping</title>
<updated>2013-02-14T22:44:12+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-02-14T19:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9143688197ee1ba14e224badbe1402b36111e592'/>
<id>urn:sha1:9143688197ee1ba14e224badbe1402b36111e592</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove oldcomm from the test suite</title>
<updated>2013-01-30T08:48:10+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-01-29T07:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=02e907b648b0abb8dc2b8fa1902294774d4ad862'/>
<id>urn:sha1:02e907b648b0abb8dc2b8fa1902294774d4ad862</id>
<content type='text'>
</content>
</entry>
</feed>
