]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9437 : catamorphism/rust/rustpkg-dates, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 19 Oct 2013 02:36:22 +0000 (19:36 -0700)
committerbors <bors@rust-lang.org>
Sat, 19 Oct 2013 02:36:22 +0000 (19:36 -0700)
r? @alexcrichton On most platforms, the time granularity is 1 sec or more, so comparing
dates in tests that check whether rebuilding did or didn't happen leads
to spurious failures. Instead, test the same thing by making an output
file read-only and trapping attempts to write to it.


Trivial merge