summaryrefslogtreecommitdiff
path: root/debuginfo-tests
AgeCommit message (Expand)Author
2021-01-19[DebugInfo][dexter] Tweak dexter test for merged valuesOCHyams
2021-01-19[DebugInfo][dexter] Add dexter tests for merged valuesOCHyams
2021-01-07Fix check-gdb-mlir-support build after MLIR API changed to take Context as fi...Mehdi Amini
2021-01-07Fix include path for check-gdb-mlir-support to include the MLIR binary dirMehdi Amini
2021-01-06[debuginfo-test] Fix -Wunused-valueFangrui Song
2020-12-04Include BuiltinAttributes.h in llvm-prettyprinters/gdb/mlir-support.cppKrzysztof Parzyszek
2020-12-03[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.hRiver Riddle
2020-11-18Added GDB pretty printer for StringMapMoritz Sichert
2020-11-06[debuginfo-tests] Skip optnone-loops.cpp on DarwinJonas Devlieghere
2020-11-06[debuginfo-tests] NFC: Move test that was committed to the wrong locationLouis Dionne
2020-11-04[Dexter] add visual studio 2019 debugger supportNabeel Omer
2020-10-28[debuginfo-tests][dexter] add requires lldb to two testsTom Weaver
2020-10-28[debuginfo-tests][dexter] Add two new debug experience testsNabeel Omer
2020-10-26[DebugInfo][dexter] Add dexter tests for escaped localsOCHyams
2020-10-19[Dexter][NFC] Add Missing Commands to Commands.md ContentsNabeel Omer
2020-09-30Add GDB prettyprinters for a few more MLIR types.Christian Sigg
2020-09-03Revert "Adding GDB PrettyPrinter for mlir::Identifier."OCHyams
2020-09-03Adding GDB PrettyPrinter for mlir::Identifier.Christian Sigg
2020-07-16Harmonize Python shebangserge-sans-paille
2020-06-26[CMake] Add check-debuginfo-* targetsFangrui Song
2020-06-25[CMake] Add optional lldb dependency to DEBUGINFO_TEST_DEPSFangrui Song
2020-06-25[CMake] Add optional asan & safestack dependencies to DEBUGINFO_TEST_DEPSFangrui Song
2020-06-25[debuginfo-tests] Require "lldb" for some dexter testsFangrui Song
2020-06-25[CMake] Add llvm-config to DEBUGINFO_TEST_DEPSFangrui Song
2020-06-18[Dexter] Add --source-dir-root flagTobias Bosch
2020-06-09Change filecheck default to dump input on failureMehdi Amini
2020-06-05[Dexter] Add DexLimitSteps command and ConditionalControllerTom Weaver
2020-06-03Revert "[Dexter] Add DexLimitSteps command and ConditionalController"Tom Weaver
2020-06-02[Dexter] Add DexLimitSteps command and ConditionalControllerTom Weaver
2020-06-02[Dexter] Add os.path.normcase(...) transform to test path early.Tom Weaver
2020-05-14Only run pretty-printer tests for builds with debug-info.Christian Sigg
2020-05-13Ensure that CMake tries to find Python3 before processingChristopher Tetreault
2020-04-30[debuginfo-tests] Update Python variable in lit.site.cfg.pyJonas Devlieghere
2020-04-29[debuginfo-tests] Update Python CMake variableJonas Devlieghere
2020-04-23[dexter] Require python >= 3.6Djordje Todorovic
2020-04-21[Dexter] Fix failing clang-opt-bisect sub tool testTom Weaver
2020-04-20[Dexter][NFC] Add Debugger Controller To DexterTom Weaver
2020-03-31[Dexter] Add support for Windows to regression test suite.Tom Weaver
2020-03-27Revert "[Dexter] Add support for Windows to regression test suite."Davide Italiano
2020-03-27[Dexter] Add support for Windows to regression test suite.Tom Weaver
2020-03-16[DexTer] Add step.UNKNOWN check for NoneType line numbers.Tom Weaver
2020-03-15[debuginfo-tests] Update test for double-dash long-option.Jonas Devlieghere
2020-03-11Change to individual pretty printer classes, remove generic `make_printer`.Christian Sigg
2020-03-03[debuginfo-tests][dexter] Add --builder gcc support for POSIXPierre-vh
2020-02-28[debuginfo-tests][dexter] Add a test tool --calculate-average optionPierre-vh
2020-02-25[debuginfo-tests] Warn, not error, if we can't delete working directoryJeremy Morse
2020-02-24[arcconfig] Delete subproject arcconfigsShoaib Meenai
2020-02-13[debuginfo-tests][Dexter] Fix some Windows-unfriendly Dexter behavioursJeremy Morse
2020-02-13[debuginfo-tests] Fix Dexter process creation failure on WindowsJeremy Morse
2020-02-07Replace CHECK-NEXT with CHECK-DAG. The order isn't relevant we justAdrian Prantl