about summary refs log tree commit diff
path: root/src/test/debuginfo/union-smoke.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-08Run debuginfo tests against rust-enabled lldb, when possibleTom Tromey-3/+7
If the rust-enabled lldb was built, then use it when running the debuginfo tests. Updating the lldb submodule was necessary as this needed a way to differentiate the rust-enabled lldb, so I added a line to the --version output. This adds compiletest commands to differentiate between the rust-enabled and non-rust-enabled lldb, as is already done for gdb. A new "rust-lldb" header directive is also added, but not used in this patch; I plan to use it in #54004. This updates all the tests.
2018-01-05Disable failing tests temporarilySam-0/+2
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-1/+0
2017-02-04ignore more gdb versions with buggy rust supportTim Neumann-1/+1
2017-01-13debuginfo: Ignore optimized enum tests for GDB versions that can't handle them.Michael Woerister-0/+1
2017-01-01Add pretty printing of unions in debuggersPhilip Craig-3/+2
Fixes #37479
2016-12-26travis: Update the OSX image we run tests inAlex Crichton-0/+1
The current image is `xcode7.3`, Travis's current default. Unfortunately this has a version of LLDB which doesn't support debuginfo-lldb tests (see #32520), so we're not running LLDB tests on Travis yet. This switches us to the newest image from Travis, `xcode8.2`, which should have a newer version of LLDB we can run tests against.
2016-10-31adapt debuginfo tests for gdb with native rust supportTim Neumann-2/+4
2016-09-03Fix type encoding/decoding for unionsVadim Petrochenkov-3/+3
Fix union debuginfo test on lldb
2016-09-03Fix rebase, fix some testsVadim Petrochenkov-8/+9
2016-09-03Generate debuginfo for unionsVadim Petrochenkov-0/+49