aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
AgeCommit message (Expand)AuthorFilesLines
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-4/+4
2020-04-01[lldb] Allow expect_expr without a running targetRaphael Isemann1-2/+5
2020-03-19[lldb] fix typo in comment for lldbtest.pyKonrad Kleine1-1/+1
2020-03-13[lldb] Remove unused and too strict error_msg parameter from expect_exprRaphael Isemann1-7/+0
2020-03-12[lldb] Clear all settings during a test's setUpTatyana Krasnukha1-0/+3
2020-03-09[lldb/test] Fix arch arm for 32-bit armv7l/armv8lMuhammad Omair Javaid1-0/+2
2020-03-05[lldb][testsuite] Create a SBDebugger instance for each testTatyana Krasnukha1-9/+15
2020-02-24[lldb] Disable auto fix-its when evaluating expressions in the test suiteRaphael Isemann1-1/+14
2020-02-19[lldb] Let TypeSystemClang::GetDisplayTypeName remove anonymous and inline na...Raphael Isemann1-1/+1
2020-02-14[lldb] Print result when expect_expr unexpectedly succeedsRaphael Isemann1-1/+1
2020-02-07[lldb][test][NFC] Create a separate LLDB_TEST_SRC var to allow moving tests.Jordan Rupprecht1-7/+7
2020-02-05[lldb] [test] Pass LLVM_LIBS_DIR from CMake for linking liblldbMichał Górny1-4/+4
2020-02-03Re-land "[lldb/Test] Make substrs argument to self.expect ordered."Jonas Devlieghere1-1/+9
2020-01-31Revert "[lldb/Test] Make substrs argument to self.expect ordered."Jonas Devlieghere1-4/+1
2020-01-31[lldb/Test] Make substrs argument to self.expect ordered.Jonas Devlieghere1-1/+4
2020-01-31[lldb] Print the command output when 'expect' fails even if a custom msg is p...Raphael Isemann1-1/+2
2020-01-15[lldb] Add expect_expr function for testing expression evaluation in dotests.Raphael Isemann1-0/+39
2020-01-10[lldb][tests][NFC] Unify variable naming conventionTatyana Krasnukha1-2/+2
2019-11-06Testuite: Support Asan test with remote testingFred Riss1-0/+9
2019-10-28[LLDB] Remove incorrect dotest.py invocationJonas Devlieghere1-16/+0
2019-10-10[test] Use a different module cache for Shell and API tests.Jonas Devlieghere1-1/+1
2019-09-10[lldbtest] Add an "expected_cmd_failure" option to the filecheck helperVedant Kumar1-1/+5
2019-09-05[dotest] Centralize initialization commands even morePavel Labath1-20/+19
2019-08-29[test] Fix various module cache bugs and inconsistenciesJonas Devlieghere1-7/+7
2019-08-28[lldb] Fix and test completion for ambiguous long optionsRaphael Isemann1-0/+10
2019-08-27[dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere1-12/+0
2019-08-23Skip tail call frame tests when dwarf_version < 4Vedant Kumar1-0/+1
2019-08-19[lldb] Fix typo on the BreakpointLocation header and the lldbtest.py (NFC)Med Ismail Bennani1-3/+5
2019-08-19[dotest] Add --dwarf-version to override the tested DWARF version.Jonas Devlieghere1-0/+2
2019-08-14[API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptrPavel Labath1-2/+0
2019-08-02[lldb][NFC] Remove unused imports in python testsRaphael Isemann1-3/+0
2019-07-29[lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil1-5/+15
2019-07-26[dotest] Remove dead codeJonas Devlieghere1-2/+0
2019-07-25[dotest] Set environment variables after potentialy clearing others.Jonas Devlieghere1-3/+4
2019-07-19[lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann1-5/+0
2019-07-17[dotest] Disable color while testing.Jonas Devlieghere1-0/+3
2019-06-26[dotest] Add the ability to set environment variables for the inferior.Jonas Devlieghere1-0/+3
2019-06-25[dotest] Remove unused functionJonas Devlieghere1-9/+1
2019-06-17[lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...Jan Kratochvil1-4/+4
2019-03-15Implement a better way of not passing the sanitizer environment on to tests.Adrian Prantl1-3/+2
2019-03-14Make sure that a sanitizer LLDB's environment doesn't get passed onAdrian Prantl1-0/+5
2019-03-07Relax testcase.Adrian Prantl1-1/+1
2019-03-06Remove redundant second os.path.join call [NFC]Raphael Isemann1-2/+1
2019-03-05Revert "[lldbtest] Check against the correct name for libcxxabi (macOS)."Davide Italiano1-1/+1
2019-03-05[lldbtest] Check against the correct name for libcxxabi (macOS).Davide Italiano1-1/+1
2019-03-02[lldb] [lldbtest] Fix getBuildFlags() not to use libstdc++ on NetBSDMichal Gorny1-1/+2
2019-02-20[lldbtest] Remove some accidentally commented out code.Davide Italiano1-2/+0
2019-02-18[lldbtest] Fix some code to be compatible between py2 and py3.Davide Italiano1-18/+4
2019-02-14[dotest] Fix compiler version number comparisonFrederic Riss1-4/+5
2019-01-24Only check the dwarf version when using the dwarf categoryAdrian Prantl1-2/+2