aboutsummaryrefslogtreecommitdiff
path: root/debuginfo-tests
AgeCommit message (Expand)AuthorFilesLines
2017-09-19Revert r313600 due to bot failures on Green Dragon.Mike Edwards1-0/+2
2017-09-18Drop -O1 case from nrvo-string.cppHans Wennborg1-2/+0
2017-09-15[debuginfo-tests] Add string NRVO test for PR34513Reid Kleckner1-0/+27
2017-09-08Restrict debuginfo-tests to native configurations.Paul Robinson1-0/+3
2017-08-31Fix debuginfo-tests with GDB on LinuxReid Kleckner5-32/+80
2017-05-25Add a test for PR33166.Adrian Prantl1-0/+18
2017-04-17Add additional CHECKs to safestack.c.Adrian Prantl1-10/+20
2017-04-17Revert "Revert "Add a test for debug info with the safestack sanitizer enable...Adrian Prantl1-0/+25
2017-04-17Revert "Revert "Add a test for __block variables + asan.""Adrian Prantl2-9/+27
2017-04-17Revert "Revert "Add an end-to-end testcase for address sanitizer.""Adrian Prantl1-0/+26
2017-04-17Revert "Add a test for debug info with the safestack sanitizer enabled."Ahmed Bougacha1-21/+0
2017-04-17Revert "Add an end-to-end testcase for address sanitizer."Ahmed Bougacha1-23/+0
2017-04-17Revert "Add a test for __block variables + asan."Ahmed Bougacha2-28/+7
2017-04-13Add a test for __block variables + asan.Adrian Prantl2-7/+28
2017-04-06Add an end-to-end testcase for address sanitizer.Adrian Prantl1-0/+23
2017-04-06Add a test for debug info with the safestack sanitizer enabled.Adrian Prantl1-0/+21
2017-04-06Add DEBUGGER and CHECKs back to dbg-arg.cAdrian Prantl1-1/+6
2017-04-06Add a testcase for variable-length arrays.Adrian Prantl1-0/+24
2014-10-18New round of fixes for "Always compile debuginfo-tests for the host triple"Filipe Cabecinhas11-20/+20
2014-10-16Always compile debuginfo-tests for the host tripleFilipe Cabecinhas11-20/+20
2014-10-13cleanup comments and remove an obsolete workaroundAdrian Prantl1-4/+2
2014-10-13Address review comments from Justin Bogner.Adrian Prantl1-3/+3
2014-10-09Properly shutdown lldb by invoking SBDebugger_Terminate()Adrian Prantl1-1/+3
2014-03-19relax testcase for LLDB output format compatibility.Adrian Prantl1-1/+1
2014-03-11Revert "xfail a test on darwin because some of the public buildbots are stuck...Adrian Prantl1-4/+0
2014-03-10xfail a test on darwin because some of the public buildbots are stuck onAdrian Prantl1-0/+4
2014-03-08Revert "Experimentally enable --verify-debug-info on some testcases and see if"Adrian Prantl2-2/+2
2014-03-08Experimentally enable --verify-debug-info on some testcases and see ifAdrian Prantl2-2/+2
2014-03-08Add back the original version of the test, too. (as XFAILed on Darwin)Adrian Prantl1-0/+39
2014-03-08Work around a bug in LLDB (it finds the wrong "C", rdar://problem/14933867)Adrian Prantl1-12/+11
2014-02-27Relax testcase: Newer versions of LLDB don't necessarily print the "{".Adrian Prantl1-1/+1
2014-02-27Relax testcase: Newer versions of LLDB don't necessarily print the "{" either.Adrian Prantl1-1/+1
2014-02-21Add a fallback path for buildbots temporarily stuck on really oldAdrian Prantl1-4/+12
2014-02-20Relax testcases. LLDB starts counting at $0.Adrian Prantl2-4/+4
2013-09-18don't use CHECK-NEXT because it may be on the same line.Adrian Prantl1-1/+1
2013-09-18Massage those regexps to work with both lldb and gdb.Adrian Prantl2-4/+3
2013-09-07Auto-detect the architecture of the executable instead of using the arch ofAdrian Prantl1-1/+1
2013-09-07Set the architecture when creating a target.Adrian Prantl1-1/+2
2013-09-06Use a more backwards-compatible method for evaluating expressions and addAdrian Prantl2-7/+14
2013-09-06Add an lldb wrapper script that implements gdb-compatible commands on topAdrian Prantl4-7/+145
2013-09-06fix typosAdrian Prantl1-10/+10
2013-09-04Only fail this on darwin since most other platforms should have a newerEric Christopher1-1/+1
2013-09-04XFAILed the static-member.cpp test since we no longer support emitting debug ...Michael Gottesman1-0/+1
2013-06-19Now that we get non-trivial value parameters locations correct, un-XFAIL thes...David Blaikie2-7/+3
2013-06-07We've got the type right, which has broken these tests - but now we need to g...David Blaikie2-0/+4
2013-03-15Remove IR scenario tests.David Blaikie5-829/+0
2013-03-13Migrate dbg-arg.ll to a C file test to be resilient to IR changes.David Blaikie2-126/+41
2013-01-17Harden this test a bit to work on the mac with ancient gdbs.Eric Christopher1-8/+9
2013-01-16Add a test for static member debug information.Eric Christopher1-0/+35
2012-10-20XTARGET was removed, update debug-info tests.Argyrios Kyrtzidis9-18/+18