aboutsummaryrefslogtreecommitdiff
path: root/debuginfo-tests
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Revert "Adding GDB PrettyPrinter for mlir::Identifier."OCHyams5-26/+0
2020-09-03Adding GDB PrettyPrinter for mlir::Identifier.Christian Sigg5-0/+26
2020-07-16Harmonize Python shebangserge-sans-paille2-2/+2
2020-06-26[CMake] Add check-debuginfo-* targetsFangrui Song1-0/+5
2020-06-25[CMake] Add optional lldb dependency to DEBUGINFO_TEST_DEPSFangrui Song1-6/+12
2020-06-25[CMake] Add optional asan & safestack dependencies to DEBUGINFO_TEST_DEPSFangrui Song1-0/+9
2020-06-25[debuginfo-tests] Require "lldb" for some dexter testsFangrui Song2-0/+3
2020-06-25[CMake] Add llvm-config to DEBUGINFO_TEST_DEPSFangrui Song1-0/+1
2020-06-18[Dexter] Add --source-dir-root flagTobias Bosch6-17/+145
2020-06-09Change filecheck default to dump input on failureMehdi Amini1-1/+1
2020-06-05[Dexter] Add DexLimitSteps command and ConditionalControllerTom Weaver17-41/+464
2020-06-03Revert "[Dexter] Add DexLimitSteps command and ConditionalController"Tom Weaver17-464/+41
2020-06-02[Dexter] Add DexLimitSteps command and ConditionalControllerTom Weaver17-41/+464
2020-06-02[Dexter] Add os.path.normcase(...) transform to test path early.Tom Weaver1-0/+1
2020-05-14Only run pretty-printer tests for builds with debug-info.Christian Sigg2-0/+4
2020-05-13Ensure that CMake tries to find Python3 before processingChristopher Tetreault1-0/+2
2020-04-30[debuginfo-tests] Update Python variable in lit.site.cfg.pyJonas Devlieghere1-1/+1
2020-04-29[debuginfo-tests] Update Python CMake variableJonas Devlieghere1-16/+15
2020-04-23[dexter] Require python >= 3.6Djordje Todorovic1-0/+5
2020-04-21[Dexter] Fix failing clang-opt-bisect sub tool testTom Weaver1-1/+1
2020-04-20[Dexter][NFC] Add Debugger Controller To DexterTom Weaver15-182/+233
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