summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* gmodules XFAIL two more tests that only fail for android (pr36109)Pavel Labath2018-01-262-0/+2
* Fix linux fallout from c++ gmodules enablePavel Labath2018-01-262-2/+5
* [test] Fix a test that never compiled under -fmodulesVedant Kumar2018-01-251-5/+0
* Use test-specific module caches to avoid stale header conflictsVedant Kumar2018-01-2511-11/+22
* Move getBuildArtifact() from TestBase to Base and derive MiTestCaseBase from itAdrian Prantl2018-01-232-5/+5
* [lldb] Fix some C++ virtual method call bugs in LLDB expression evaluation byLang Hames2018-01-223-0/+71
* Fix TestTargetSymbolsAddCommand [getBuildArtifact refactor]Pavel Labath2018-01-221-1/+1
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-19413-621/+639
* A third attempt to mark TestRdar12408181.py as skippedVedant Kumar2018-01-171-1/+3
* Try again to mark TestRdar12408181.py as skippedVedant Kumar2018-01-171-3/+7
* Skip a flaky test (TestRdar12408181.py)Vedant Kumar2018-01-171-1/+3
* Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.Jim Ingham2018-01-121-3/+1
* Fix the Makefile - this version should work on the botJim Ingham2018-01-121-4/+3
* Skip TestFunctionTemplateParameterPack.py, which unexpectedly asserts (PR35920)Vedant Kumar2018-01-121-1/+7
* Print the SBDebugger.CreateTarget error message.Jim Ingham2018-01-121-1/+3
* Fix the same thinko in another place...Jim Ingham2018-01-111-1/+1
* Fix a tiny thinko in this test and re-add.Jim Ingham2018-01-114-0/+120
* [testsuite] Remove a broken test which tried to find App in bundles.Davide Italiano2018-01-115-119/+0
* Make the bundle folders in the find-app-in-bundle test non-emptyPavel Labath2018-01-112-0/+0
* Advanced guessing of rendezvous breakpoint (resubmit)Eugene Zemtsov2018-01-112-15/+14
* Running this on other systems won't work because I don'tJim Ingham2018-01-101-0/+1
* Runs the part of the test that just finds the binary on all systems.Jim Ingham2018-01-101-13/+14
* Add a test for finding a binary in an app package.Jim Ingham2018-01-105-0/+117
* Revert "Advanced guessing of rendezvous breakpoint"Eugene Zemtsov2018-01-102-14/+15
* Advanced guessing of rendezvous breakpointEugene Zemtsov2018-01-102-15/+14
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-0/+31
* [dotest] Remove crashinfo hookPavel Labath2018-01-104-102/+0
* TestConflictingSymbols: simplify test by using run_break_set_by_source_regexpPavel Labath2018-01-091-14/+8
* Cut and paste error - I wasn't actually running both tests...Jim Ingham2018-01-091-1/+1
* Look for external types in all clang modules imported by the current symbol f...Adrian Prantl2018-01-047-0/+51
* Enable TestReadMemCString on non-darwin targetsPavel Labath2017-12-222-11/+4
* Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda2017-12-224-1/+82
* Make one more test redhat-compatiblePavel Labath2017-12-211-11/+11
* Work around test failures on red-hat linuxPavel Labath2017-12-213-8/+41
* Temporarily XFAIL test/functionalities/exec while investiagting bot breakage.Adrian Prantl2017-12-191-0/+2
* [testsuite] Un-XFAIL the global variables tests.Davide Italiano2017-12-171-6/+0
* [MacOSX/Queues] Relax an overly aggressive assertion in a test.Davide Italiano2017-12-151-1/+2
* [TestModulesInlineFunctions] This test now passes.Davide Italiano2017-12-121-1/+0
* [TestCppScope] This test now passes on Darwin.Davide Italiano2017-12-121-5/+0
* [testsuite] Remove even more testing vestiges.Davide Italiano2017-12-121-3/+0
* Rollback [Testsuite] Rename this file from *m -> *mm.Davide Italiano2017-12-121-0/+0
* [testsuite] Remove testing failures vestiges.Davide Italiano2017-12-121-60/+0
* [test-suite] Un'XFAIL a test that's not failing anymore.Davide Italiano2017-12-111-1/+0
* [Testsuite] Rename this file from *m -> *mm.Davide Italiano2017-12-111-0/+0
* dotest.py: Correctly annotate lldbinline tests with debug info categoriesPavel Labath2017-12-111-1/+4
* These tests don't depend on debug info format.Jim Ingham2017-12-071-0/+2
* Add target.process.stop-on-exec setting, and obey it.Jim Ingham2017-12-051-12/+32
* Makefile.rules: compile all tests with -fno-limit-debug-infoPavel Labath2017-12-0423-132/+2
* Fix this test so that the breakpoints you set areJim Ingham2017-11-302-2/+6
* Add a test case for open bug 35480Pavel Labath2017-11-305-0/+82
OpenPOWER on IntegriCloud