]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #33020 - nikomatsakis:compiletest-json, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 23 Apr 2016 04:47:54 +0000 (21:47 -0700)
committerbors <bors@rust-lang.org>
Sat, 23 Apr 2016 04:47:54 +0000 (21:47 -0700)
port compiletest to use JSON output

This uncovered a lot of bugs in compiletest and also some shortcomings
of our existing JSON output. We had to add information to the JSON
output, such as suggested text and macro backtraces. We also had to fix
various bugs in the existing tests.

Joint work with @jonathandturner.

r? @alexcrichton


Trivial merge