]> git.lizzy.rs Git - rust.git/commit
auto merge of #14286 : cmr/rust/shard-benches, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 19 May 2014 22:31:34 +0000 (15:31 -0700)
committerbors <bors@rust-lang.org>
Mon, 19 May 2014 22:31:34 +0000 (15:31 -0700)
commit1ba7bd10c9c537687ca393eca0b323569309b83a
treee951f7d1f4a3ffef8d23a7d279b0a90972c063c5
parent1c4a9b98b9ac7afebe88db13c028f645c5f0b922
parent2eeb4992dfabc0180e8e1a055278496fc991d3ee
auto merge of #14286 : cmr/rust/shard-benches, r=alexcrichton

This has no tests because it's near impossible to test -- since TestFn uses
`proc`s, they can not be cloned or tested for equality. The only way to really
test this is making sure that for a given number of shards `a`, sharding from
1 to `a` yields the complete set of tests. But `filter_tests` takes its vector
by value and `proc`s cannot be compared.

[breaking-change]

Closes #10898