aboutsummaryrefslogtreecommitdiff
path: root/debuginfo-tests
AgeCommit message (Expand)AuthorFilesLines
2020-03-31[Dexter] Add support for Windows to regression test suite.Tom Weaver18-71/+81
2020-03-27Revert "[Dexter] Add support for Windows to regression test suite."Davide Italiano18-57/+83
2020-03-27[Dexter] Add support for Windows to regression test suite.Tom Weaver18-83/+57
2020-03-16[DexTer] Add step.UNKNOWN check for NoneType line numbers.Tom Weaver1-0/+4
2020-03-15[debuginfo-tests] Update test for double-dash long-option.Jonas Devlieghere1-2/+2
2020-03-11Change to individual pretty printer classes, remove generic `make_printer`.Christian Sigg2-4/+13
2020-03-03[debuginfo-tests][dexter] Add --builder gcc support for POSIXPierre-vh2-3/+25
2020-02-28[debuginfo-tests][dexter] Add a test tool --calculate-average optionPierre-vh1-0/+17
2020-02-25[debuginfo-tests] Warn, not error, if we can't delete working directoryJeremy Morse1-5/+5
2020-02-24[arcconfig] Delete subproject arcconfigsShoaib Meenai1-3/+0
2020-02-13[debuginfo-tests][Dexter] Fix some Windows-unfriendly Dexter behavioursJeremy Morse3-3/+3
2020-02-13[debuginfo-tests] Fix Dexter process creation failure on WindowsJeremy Morse5-68/+56
2020-02-07Replace CHECK-NEXT with CHECK-DAG. The order isn't relevant we justAdrian Prantl1-8/+8
2020-02-07Change first test to be CHECK: to make the test run.Jason Molenda1-1/+1
2020-02-08[DebugInfo]: Fix the debuginfo-tests/llgdb-tests/apple-accel.cpp testSourabh Singh Tomar1-1/+1
2020-02-07Rename prettyprinters test to llvm-support.Christian Sigg3-5/+9
2020-01-30Add GDB pretty printers for llvm::ilist, llvm::simple_ilist, and llvm::ilist_...Christian Sigg2-1/+104
2020-01-27Add pretty printers for llvm::PointerIntPair and llvm::PointerUnion.Christian Sigg2-3/+13
2020-01-11Add test for GDB pretty printers.Christian Sigg5-0/+83
2019-11-11[debuginfo] Update test to account for missing __debug_macinfoJonas Devlieghere1-2/+1
2019-11-08Don't attempt to upgrade debug-info-tests to Python3.Adrian Prantl1-35/+0
2019-11-05[dexter] Fix feature tests on WindowsReid Kleckner3-2/+9
2019-11-05[dexter] Remove lit check for python 3Reid Kleckner1-6/+0
2019-11-01[debuginfo-tests] Don't look for Python 3 if we already have itReid Kleckner1-25/+34
2019-11-01[Dexter] Continue sprinking no-location fixesJeremy Morse1-1/+1
2019-11-01[Dexter] Account for another no-lineno scenarioJeremy Morse1-1/+2
2019-11-01[Dexter] Cope better with empty source locationsJeremy Morse1-0/+2
2019-11-01Unmask dexter debuginfo tests on DarwinJeremy Morse8-8/+16
2019-11-01Fix a brain-fail with debuginfo-tests/dexter internal testsJeremy Morse29-40/+40
2019-10-31Quote path to Python 3 executable in case it contains spacesReid Kleckner1-1/+1
2019-10-31Fix undefined variable bug in debuginfotests lit.cfg.pyReid Kleckner1-0/+1
2019-10-31XFAIL dexter tests on Darwin.Adrian Prantl9-0/+9
2019-10-31Reapply "Import Dexter to debuginfo-tests""Jeremy Morse166-313/+9920
2019-10-31Revert "Import Dexter to debuginfo-tests"Jeremy Morse166-9920/+313
2019-10-31Import Dexter to debuginfo-testsJeremy Morse166-313/+9920
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