summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-063-28/+17
* Disable test_restart_bug failing on AndroidEugene Zemtsov2018-02-051-0/+1
* TestLinuxCore -- add a check for thread namePavel Labath2018-02-051-10/+19
* [test] Un-XFAIL TestRaise.RaiseTestCase.test_restart_bugJonas Devlieghere2018-02-051-4/+0
* [dotest] make debug info variant accessible in setUp()Pavel Labath2018-02-051-1/+1
* Added lldbutil.run_to_name_breakpoint and use it in one test.Jim Ingham2018-02-011-24/+4
* Extend windows->android XFAIL on TestLoadUnloadPavel Labath2018-02-011-2/+0
* mock_gdb_server: rectify ack handling codePavel Labath2018-02-011-11/+3
* replace os.mkdirs with lldbutil.mkdir_p (NFC)Adrian Prantl2018-01-312-4/+2
* Add more diagnostics to help diagnose flaky testAdrian Prantl2018-01-301-4/+6
* Rewrite this test not to use pexpect.Jim Ingham2018-01-301-70/+41
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-3076-201/+257
* Enforce that tests building with buildDefault set NO_DEBUG_INFO_TESTCASEAdrian Prantl2018-01-301-1/+3
* [test-suite] UNXfail several tests that now pass locally.Davide Italiano2018-01-291-3/+0
* [lldb] Generic base for testing gdb-remote behaviorPavel Labath2018-01-293-0/+489
* 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-261-0/+1
* [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-254-0/+9
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-19215-304/+293
* Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.Jim Ingham2018-01-121-3/+1
* Advanced guessing of rendezvous breakpoint (resubmit)Eugene Zemtsov2018-01-112-15/+14
* Revert "Advanced guessing of rendezvous breakpoint"Eugene Zemtsov2018-01-102-14/+15
* Advanced guessing of rendezvous breakpointEugene Zemtsov2018-01-102-15/+14
* Cut and paste error - I wasn't actually running both tests...Jim Ingham2018-01-091-1/+1
* Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda2017-12-221-1/+1
* Temporarily XFAIL test/functionalities/exec while investiagting bot breakage.Adrian Prantl2017-12-191-0/+2
* 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-0415-92/+0
* 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
* Fix floating point register write on new x86 linux kernelsPavel Labath2017-11-281-7/+11
* Implement core dump debugging for PPC64lePavel Labath2017-11-163-0/+8
* Add a data formatter for libc++ std::bitsetPavel Labath2017-11-143-0/+72
* Xfail TestConcurrentTwoWatchpointsOneSignal on armPavel Labath2017-11-081-0/+1
* "Fix" concurrent events test for armPavel Labath2017-11-0721-22/+2
* Xfail test_stack_info_in_minidump testPavel Labath2017-11-031-0/+1
* Fix classifications on two concurrent event testsPavel Labath2017-11-032-1/+1
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-027-15/+5
* Remove android watchpoint xfailsPavel Labath2017-11-0216-55/+0
* Add data formatter for libc++ std::queuePavel Labath2017-11-013-0/+60
* Add data formatter for libc++ std::tuplePavel Labath2017-11-013-0/+68
* Add a "watchpoint" test category and annotate tests appropriatelyPavel Labath2017-10-3122-0/+22
* Add data formatter for libc++'s forward_listPavel Labath2017-10-313-0/+66
* Fix TestMinidump for r316673Pavel Labath2017-10-261-8/+8
* Implement interactive command interruptionLeonard Mosescu2017-10-052-1/+4
* Move install_name_tool to a separate make target.Jason Molenda2017-10-021-1/+3
* Fix Android remote debugging tests running on WindowsEugene Zemtsov2017-09-291-1/+4
* Add support for running the lldb testsuite against an apple watchJason Molenda2017-09-275-7/+8
OpenPOWER on IntegriCloud