]> git.lizzy.rs Git - rust.git/commit
auto merge of #12457 : alexcrichton/rust/fix-some-tests, r=brson
authorbors <bors@rust-lang.org>
Tue, 25 Feb 2014 19:41:36 +0000 (11:41 -0800)
committerbors <bors@rust-lang.org>
Tue, 25 Feb 2014 19:41:36 +0000 (11:41 -0800)
commitfc1c06d7b1202a0cc7c09bcfeca88ada3fbfb091
tree00b7663225fa44a14a93a1866408f9f4b53e24fc
parentfd83b2be2643152ecbba88400985609c4633a184
parent9cc26cfdf43adffe51acdc5ef9886cb5e1844d46
auto merge of #12457 : alexcrichton/rust/fix-some-tests, r=brson

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