aboutsummaryrefslogtreecommitdiff
path: root/debuginfo-tests
AgeCommit message (Expand)AuthorFilesLines
2019-06-27Make nrvo-string test more robust.Adrian Prantl1-3/+4
2019-06-26Make nrvo-string test more robust.Adrian Prantl1-2/+5
2019-06-25[Python 3] Decode check_ouput result as UTF-8Jonas Devlieghere1-1/+1
2019-06-20Store a pointer to the return value in a static alloca and let the debugger u...Amy Huang2-2/+72
2019-06-17llgdb.py: Make sure to clean up the debugger on exit.Adrian Prantl1-1/+6
2019-06-06Add cdb test for global constantsAmy Huang1-0/+33
2019-06-03Add cdb test for inline line tablesReid Kleckner1-0/+45
2019-05-29Move the pybool logic from CMake to Python for simplicityReid Kleckner2-4/+1
2019-05-28Add debuginfo-tests that use cdb on WindowsReid Kleckner7-5/+90
2018-11-06Set config.lit_tools_dir, which is needed by lit.llvm.initialize.Reid Kleckner1-0/+1
2018-11-03[debuginfo-tests] commands.getoutput -> subprocess.check_outputFangrui Song1-2/+2
2018-11-03Update debuginfo tests lit for r341135Reid Kleckner1-1/+2
2018-11-03[debuginfo-tests] Avoid "import commands" which was deprecated in Py3Reid Kleckner1-1/+1
2018-08-20Revert "(Retry) Add a basic integration test for C++ smart pointers"Vedant Kumar1-41/+0
2018-08-20(Retry) Add a basic integration test for C++ smart pointersVedant Kumar1-0/+41
2018-08-18Revert "Add a basic integration test for C++ smart pointers"Bruno Cardoso Lopes1-41/+0
2018-08-16Add a basic integration test for C++ smart pointersVedant Kumar1-0/+41
2018-08-14SafeStack: Disable Darwin supportVlad Tsyrklevich1-0/+1
2018-08-04Disable the asan-deque.cpp integration test for AppleLLDB < v1000Vedant Kumar2-1/+10
2018-07-31[DWARF] Change a test to ensure the creation of a __debug_ranges section.Wolfgang Pieb1-0/+3
2018-07-31[debuginfo-tests] tweak new test to be compatible with wider range of compilers.Tim Northover1-2/+2
2018-07-26[DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst usersVedant Kumar1-0/+46
2018-07-18Revert "[CMake] Sort dependency list and add safestack to it"Vedant Kumar1-2/+1
2018-07-18[CMake] Sort dependency list and add safestack to itVedant Kumar1-1/+2
2018-06-10[debuginfo-tests] Always use the system python to invoke llgdb.py.Ahmed Bougacha1-1/+2
2018-02-26[Darwin] Specify DWARF 2/4 when running apple accelerator tests.Davide Italiano2-1/+6
2018-02-23[Darwin] Add a test to make sure clang emits __apple accelerator tables.Davide Italiano1-0/+17
2017-12-12[debuginfo-tests] Support moving debuginfo-tests to llvm/projectsDon Hinton5-0/+197
2017-12-07Revert "Temporarily pin tests to DWARF v2 until a more recent version of LLDB"Adrian Prantl5-6/+6
2017-12-05Temporarily pin tests to DWARF v2 until a more recent version of LLDBAdrian Prantl5-6/+6
2017-11-21Re-revert "Refactor debuginfo-tests."Zachary Turner22-146/+16
2017-11-20Resubmit "Refactor debuginfo-tests" again.Zachary Turner22-16/+146
2017-11-17Re-revert "Refactor debuginfo-tests"Zachary Turner22-136/+16
2017-11-16Resubmit "Refactor debuginfo-tests"Zachary Turner22-16/+136
2017-11-13Revert "Update test_debuginfo.pl script to point to new tree location."Zachary Turner22-134/+16
2017-11-10[debuginfo-tests] Make debuginfo-tests work in a standard configuration.Zachary Turner22-16/+134
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