summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [test] Make sure PROMPT is a stringJonas Devlieghere2019-08-301-1/+1
* [lldb][NFC] More tests for invalid register command invocationsRaphael Isemann2019-08-301-0/+15
* [dotest] Finish removing -qPavel Labath2019-08-301-1/+1
* dotest: improvements to the pexpect testsPavel Labath2019-08-306-192/+56
* [test] Fix various module cache bugs and inconsistenciesJonas Devlieghere2019-08-295-21/+56
* [dotest] Remove deprecated loggin through env variables.Jonas Devlieghere2019-08-291-72/+0
* [dotest] Remove the curses result formatter.Jonas Devlieghere2019-08-292-10/+0
* [lldb][NFC] Try fixing TestCompletion.py on WindowsRaphael Isemann2019-08-291-2/+1
* [lldb][NFC] Also test operator new/new[]/delete/delete[]/comma/addr-ofRaphael Isemann2019-08-291-0/+18
* [python] remove testsuite vestiges.Davide Italiano2019-08-292-193/+0
* [dotest] Make dotest.py invocation repeatableJonas Devlieghere2019-08-282-29/+7
* [dotest] Remove --event-add-entriesJonas Devlieghere2019-08-282-25/+0
* [dotest] Remove --rerun-max-file-thresholdJonas Devlieghere2019-08-283-11/+0
* [dotest] Centralize and simplify session dir logic (NFC)Jonas Devlieghere2019-08-281-24/+11
* [test] Temporarily disable two tests on WindowsJonas Devlieghere2019-08-282-0/+2
* [dotest] Remove outdates TODOJonas Devlieghere2019-08-281-1/+0
* [dotest] Don't try to guess the lldb binary & python dir.Jonas Devlieghere2019-08-281-94/+17
* [dotest] Don't try to guess the llvm binary dir.Jonas Devlieghere2019-08-281-35/+0
* [dotest] Don't spend time replacing spaces in print output.Jonas Devlieghere2019-08-281-8/+0
* [TestCppOperators] Enable TestCppOperators on Windows.Jonas Devlieghere2019-08-281-2/+1
* [dotest] Remove -q (quiet) flag.Jonas Devlieghere2019-08-284-48/+28
* [lldb][NFC] Test named operators like new and function names that might confu...Raphael Isemann2019-08-281-0/+18
* [lldb][NFC] Actually run all expects in lang/cpp/operatorsRaphael Isemann2019-08-281-12/+6
* [lldb][NFC] Extend operator test case with conversion operatorsRaphael Isemann2019-08-281-0/+9
* [lldb][NFC] Test custom C++ operatorsRaphael Isemann2019-08-283-0/+150
* [lldb] Fix and test completion for ambiguous long optionsRaphael Isemann2019-08-282-0/+17
* [test] Disable TestConcurrentManySignals on Darwin.Jonas Devlieghere2019-08-281-0/+2
* [dotest] Remove check for LLDB_TESTSUITE_FORCE_FINISHJonas Devlieghere2019-08-271-6/+0
* [dotest] Remove results portJonas Devlieghere2019-08-273-17/+0
* [lldb][NFC] Add missing invalid_core_file to TestTargetCommand testRaphael Isemann2019-08-271-0/+1
* Stabilize TestIOHandlerCompletionPavel Labath2019-08-271-1/+2
* [lldb][NFC] Add some tests for the target subcommandsRaphael Isemann2019-08-271-1/+145
* [lldb][NFC] Give added test method a unique nameRaphael Isemann2019-08-271-2/+2
* [lldb] Allow partial completions to fix directory completion.Raphael Isemann2019-08-272-0/+21
* Fix TestStdCXXDisassembly.pyPavel Labath2019-08-271-1/+1
* [test] Disable two of the recently (re)enabled tests on Windows.Jonas Devlieghere2019-08-272-0/+2
* [dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere2019-08-2711-48/+0
* TestFunctionStarts.py: add synchronizationFrederic Riss2019-08-262-2/+21
* [dotest] Print invocation when encountering an error.Jonas Devlieghere2019-08-261-2/+6
* Skip tail call frame tests when dwarf_version < 4Vedant Kumar2019-08-239-8/+17
* [LLDB] Address post-commit code review feedback.Jonas Devlieghere2019-08-231-2/+0
* TestAppleSimulatorOSType: Pass the --standalone argument to simctlFrederic Riss2019-08-221-1/+1
* [lldb][NFC] Add test for target stop-hook disable/enable/deleteRaphael Isemann2019-08-221-5/+28
* [test] Update test so it matches the Windows outputJonas Devlieghere2019-08-211-3/+3
* When building file without debug info, include the architectureJason Molenda2019-08-211-1/+5
* Add char8_t support (C++20)Jonas Devlieghere2019-08-213-0/+53
* [lldb][NFC] Merge multiple TestApropos.pyRaphael Isemann2019-08-212-26/+10
* [lldb] Add tests for 'settings remove' and fix error message typosRaphael Isemann2019-08-211-0/+39
* [lldb] Add tests for setting completions and enable 'settings remove' completionRaphael Isemann2019-08-211-0/+18
* [lldb][NFC] Add tests for register commandRaphael Isemann2019-08-211-0/+13
OpenPOWER on IntegriCloud