about summary refs log tree commit diff
path: root/src/test/debug-info/struct.rs
AgeCommit message (Collapse)AuthorLines
2013-06-27Extended test cases for struct debug information.Michael Woerister-35/+0
Added test cases for different kinds of padding (simple-struct.rs) Added test cases for nested structs (struct-in-struct.rs)
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-3/+6
2013-03-11Disable struct value printing in debug info testsBrian Leibig-8/+3
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-5/+4
2013-02-09Add debug info testsBrian Leibig-0/+33