summary refs log tree commit diff
path: root/src/test/debug-info
AgeCommit message (Expand)AuthorLines
2013-06-27debuginfo: Some corrections after review.Michael Woerister-4/+16
2013-06-27debuginfo: Formatting cleanup.Michael Woerister-22/+12
2013-06-27debuginfo: Added test case for function arguments.Michael Woerister-0/+51
2013-06-27debuginfo: Added test case for local variables declared with destructuring.Michael Woerister-0/+33
2013-06-27debuginfo: Added more tests for region pointers (tuples, structs).Michael Woerister-0/+125
2013-06-27debuginfo: Fixed some instances of gdb wrongly printing u8/i8 values as chars.Michael Woerister-6/+6
2013-06-27debuginfo: Added test cases for region pointers into heap boxes for basic types.Michael Woerister-0/+230
2013-06-27debuginfo: Added test case for region pointers pointing to stack values with ...Michael Woerister-0/+116
2013-06-27debuginfo: Added test case for structs with destructor.Michael Woerister-0/+77
2013-06-27debuginfo: Added test case for local variable scopes.Michael Woerister-0/+49
2013-06-27debuginfo: Made test cases use correct naming convention for variables.Michael Woerister-64/+64
2013-06-27debuginfo: Added test cases for tuples contained in structs.Michael Woerister-0/+151
2013-06-27debuginfo: Added test cases for tuples.Michael Woerister-26/+101
2013-06-27Extended test cases for struct debug information.Michael Woerister-35/+237
2013-06-21_Actually_ xfail debuginfo testsJames Miller-2/+2
2013-06-20xfail box-related debug-info tests r=snapshotJames Miller-4/+4
2013-06-17Fixed remaining issues to pass debug-test/* tests.Vadim Chugunov-15/+30
2013-04-19auto merge of #5824 : bleibig/rust/debuginfo, r=brsonbors-0/+64
2013-04-18xfail box and vec debug info testsBrian Leibig-0/+4
2013-04-11xail all debuginfo testsBrian Anderson-0/+6
2013-04-10Add debug info test for vectorsBrian Leibig-0/+30
2013-04-10Add debug info test for boxesBrian Leibig-0/+30
2013-03-11Re-enable struct value printing in debug info tests with gdb pretty printing offBrian Leibig-10/+9
2013-03-11Disable struct value printing in debug info testsBrian Leibig-8/+4
2013-03-11Debuginfo revampBrian Leibig-12/+82
2013-02-09Add debug info testsBrian Leibig-0/+54