| Age | Commit message (Collapse) | Author | Lines |
|
Added test cases for different kinds of padding (simple-struct.rs)
Added test cases for nested structs (struct-in-struct.rs)
|
|
Made debugger scripts source line insensitive.
|
|
The broke with the LLVM upgrade
|
|
|
|
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.
|
|
|
|
|