summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests
Commit message (Expand)AuthorAgeFilesLines
* Add a test for PR33166.Adrian Prantl2017-05-251-0/+18
* Add additional CHECKs to safestack.c.Adrian Prantl2017-04-171-10/+20
* Revert "Revert "Add a test for debug info with the safestack sanitizer enable...Adrian Prantl2017-04-171-0/+25
* Revert "Revert "Add a test for __block variables + asan.""Adrian Prantl2017-04-172-9/+27
* Revert "Revert "Add an end-to-end testcase for address sanitizer.""Adrian Prantl2017-04-171-0/+26
* Revert "Add a test for debug info with the safestack sanitizer enabled."Ahmed Bougacha2017-04-171-21/+0
* Revert "Add an end-to-end testcase for address sanitizer."Ahmed Bougacha2017-04-171-23/+0
* Revert "Add a test for __block variables + asan."Ahmed Bougacha2017-04-172-28/+7
* Add a test for __block variables + asan.Adrian Prantl2017-04-132-7/+28
* Add an end-to-end testcase for address sanitizer.Adrian Prantl2017-04-061-0/+23
* Add a test for debug info with the safestack sanitizer enabled.Adrian Prantl2017-04-061-0/+21
* Add DEBUGGER and CHECKs back to dbg-arg.cAdrian Prantl2017-04-061-1/+6
* Add a testcase for variable-length arrays.Adrian Prantl2017-04-061-0/+24
* New round of fixes for "Always compile debuginfo-tests for the host triple"Filipe Cabecinhas2014-10-1811-20/+20
* Always compile debuginfo-tests for the host tripleFilipe Cabecinhas2014-10-1611-20/+20
* cleanup comments and remove an obsolete workaroundAdrian Prantl2014-10-131-4/+2
* Address review comments from Justin Bogner.Adrian Prantl2014-10-131-3/+3
* Properly shutdown lldb by invoking SBDebugger_Terminate()Adrian Prantl2014-10-091-1/+3
* relax testcase for LLDB output format compatibility.Adrian Prantl2014-03-191-1/+1
* Revert "xfail a test on darwin because some of the public buildbots are stuck...Adrian Prantl2014-03-111-4/+0
* xfail a test on darwin because some of the public buildbots are stuck onAdrian Prantl2014-03-101-0/+4
* Revert "Experimentally enable --verify-debug-info on some testcases and see if"Adrian Prantl2014-03-082-2/+2
* Experimentally enable --verify-debug-info on some testcases and see ifAdrian Prantl2014-03-082-2/+2
* Add back the original version of the test, too. (as XFAILed on Darwin)Adrian Prantl2014-03-081-0/+39
* Work around a bug in LLDB (it finds the wrong "C", rdar://problem/14933867)Adrian Prantl2014-03-081-12/+11
* Relax testcase: Newer versions of LLDB don't necessarily print the "{".Adrian Prantl2014-02-271-1/+1
* Relax testcase: Newer versions of LLDB don't necessarily print the "{" either.Adrian Prantl2014-02-271-1/+1
* Add a fallback path for buildbots temporarily stuck on really oldAdrian Prantl2014-02-211-4/+12
* Relax testcases. LLDB starts counting at $0.Adrian Prantl2014-02-202-4/+4
* don't use CHECK-NEXT because it may be on the same line.Adrian Prantl2013-09-181-1/+1
* Massage those regexps to work with both lldb and gdb.Adrian Prantl2013-09-182-4/+3
* Auto-detect the architecture of the executable instead of using the arch ofAdrian Prantl2013-09-071-1/+1
* Set the architecture when creating a target.Adrian Prantl2013-09-071-1/+2
* Use a more backwards-compatible method for evaluating expressions and addAdrian Prantl2013-09-062-7/+14
* Add an lldb wrapper script that implements gdb-compatible commands on topAdrian Prantl2013-09-064-7/+145
* fix typosAdrian Prantl2013-09-061-10/+10
* Only fail this on darwin since most other platforms should have a newerEric Christopher2013-09-041-1/+1
* XFAILed the static-member.cpp test since we no longer support emitting debug ...Michael Gottesman2013-09-041-0/+1
* Now that we get non-trivial value parameters locations correct, un-XFAIL thes...David Blaikie2013-06-192-7/+3
* We've got the type right, which has broken these tests - but now we need to g...David Blaikie2013-06-072-0/+4
* Remove IR scenario tests.David Blaikie2013-03-155-829/+0
* Migrate dbg-arg.ll to a C file test to be resilient to IR changes.David Blaikie2013-03-132-126/+41
* Harden this test a bit to work on the mac with ancient gdbs.Eric Christopher2013-01-171-8/+9
* Add a test for static member debug information.Eric Christopher2013-01-161-0/+35
* XTARGET was removed, update debug-info tests.Argyrios Kyrtzidis2012-10-209-18/+18
* Fix this for gdb 7.4.Eric Christopher2012-07-231-1/+2
* Fix this for buggy gdb behavior alongside the changeEric Christopher2012-06-051-2/+4
* Revert previous patch as the corresponding clang patch was reverted.Eric Christopher2012-01-261-1/+1
* Reverse the order that these are expected for clang change. ShouldEric Christopher2012-01-261-1/+1
* Testcase for r133065Devang Patel2011-06-151-0/+25
OpenPOWER on IntegriCloud