| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-10-08 | Run debuginfo tests against rust-enabled lldb, when possible | Tom 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-05 | Disable failing tests temporarily | Sam | -0/+2 | |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -1/+0 | |
| 2017-02-04 | ignore more gdb versions with buggy rust support | Tim Neumann | -1/+1 | |
| 2017-01-13 | debuginfo: Ignore optimized enum tests for GDB versions that can't handle them. | Michael Woerister | -0/+1 | |
| 2017-01-01 | Add pretty printing of unions in debuggers | Philip Craig | -3/+2 | |
| Fixes #37479 | ||||
| 2016-12-26 | travis: Update the OSX image we run tests in | Alex 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-31 | adapt debuginfo tests for gdb with native rust support | Tim Neumann | -2/+4 | |
| 2016-09-03 | Fix type encoding/decoding for unions | Vadim Petrochenkov | -3/+3 | |
| Fix union debuginfo test on lldb | ||||
| 2016-09-03 | Fix rebase, fix some tests | Vadim Petrochenkov | -8/+9 | |
| 2016-09-03 | Generate debuginfo for unions | Vadim Petrochenkov | -0/+49 | |
