]> git.lizzy.rs Git - rust.git/commit
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)
commitbb4b0d894364409c64087c622fdb173b52ad1005
tree89283887f214e5c40a7bac2d25685fa94e6b3de1
parent66ff163081685aa48bc59033eb5280052963a750
parent10d4cda9ed3df859342a47a33223b450a86f9798
Auto merge of #33020 - nikomatsakis:compiletest-json, r=alexcrichton

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