diff options
| author | bors <bors@rust-lang.org> | 2013-08-26 23:35:54 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-08-26 23:35:54 -0700 |
| commit | 604ab9477a800ee36ff59433a187cb471a5c7f79 (patch) | |
| tree | 4a558347c1255e10ec6e92a2be131aef4a52b527 /src/test/debug-info/generic-function.rs | |
| parent | 35f975b83881106e0fde729b8c1361c9cf6d2778 (diff) | |
| parent | 7f79b52ad94e20534df415e463f577b8a9794217 (diff) | |
| download | rust-604ab9477a800ee36ff59433a187cb471a5c7f79.tar.gz rust-604ab9477a800ee36ff59433a187cb471a5c7f79.zip | |
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.
Diffstat (limited to 'src/test/debug-info/generic-function.rs')
| -rw-r--r-- | src/test/debug-info/generic-function.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/debug-info/generic-function.rs b/src/test/debug-info/generic-function.rs index c3b48f27b73..1bde5acd9f6 100644 --- a/src/test/debug-info/generic-function.rs +++ b/src/test/debug-info/generic-function.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249 - // compile-flags:-Z extra-debug-info // debugger:break zzz // debugger:run |
