about summary refs log tree commit diff
path: root/src/test/debug-info/tuple.rs
AgeCommit message (Collapse)AuthorLines
2013-06-27debuginfo: Added test cases for tuples.Michael Woerister-26/+0
2013-06-17Fixed remaining issues to pass debug-test/* tests.Vadim Chugunov-3/+6
Made debugger scripts source line insensitive.
2013-04-11xail all debuginfo testsBrian Anderson-0/+2
The broke with the LLVM upgrade
2013-03-11Re-enable struct value printing in debug info tests with gdb pretty printing offBrian Leibig-7/+3
2013-03-11Disable struct value printing in debug info testsBrian Leibig-0/+1
This is due to the way different versions of gdb print out structs: older versions have them always spread out with fields on different lines, while newer versions will compactly print them on one line. This makes it hard for the output checker to verify the expected output.
2013-03-11Debuginfo revampBrian Leibig-0/+24