]> git.lizzy.rs Git - rust.git/commit
auto merge of #8757 : vadimcn/rust/debug-info-tests, r=brson
authorbors <bors@rust-lang.org>
Tue, 27 Aug 2013 06:35:54 +0000 (23:35 -0700)
committerbors <bors@rust-lang.org>
Tue, 27 Aug 2013 06:35:54 +0000 (23:35 -0700)
commit604ab9477a800ee36ff59433a187cb471a5c7f79
tree4a558347c1255e10ec6e92a2be131aef4a52b527
parent35f975b83881106e0fde729b8c1361c9cf6d2778
parent7f79b52ad94e20534df415e463f577b8a9794217
auto merge of #8757 : vadimcn/rust/debug-info-tests, r=brson

Now that new LLVM has landed, the debug info works on Windows as well.   Most existing tests pass, except for the following four, which I left disabled for now:
lexical-scope-in-for-loop
lexical-scope-in-if
lexical-scope-in-match
lexical-scopes-in-block-expression

Also, fixed a small problem with the debug info test runner.