summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Fix TestBreakpointInGlobalConstructor for WindowsAdrian McCarthy2018-02-211-1/+2
* Fix a couple of more tests to not create files in the source treePavel Labath2018-02-212-2/+4
* Avoid dirtying the source tree in breakpoint command testsPavel Labath2018-02-204-92/+34
* Add SBDebugger::GetBuildConfiguration and use it to skip an XML testPavel Labath2018-02-191-1/+1
* Make gdb-client tests generate binaries in the build treePavel Labath2018-02-191-7/+1
* @skipIfRemote TestTargetXMLArchPavel Labath2018-02-151-0/+1
* [testsuite] Reintroduce test to check leaking.Davide Italiano2018-02-123-0/+141
* Skip TestTargetXMLArch on non-darwin OSsPavel Labath2018-02-121-0/+1
* Looks like this fails when built i386 on linux bots, possible targetJason Molenda2018-02-101-0/+1
* Add test case for x86_64 architecture recognition in theJason Molenda2018-02-102-1/+122
* [Testsuite] Remove leak tests, it's not useful anymore.Davide Italiano2018-02-093-141/+0
* Only throw -fPIC when building a shared libraryAaron Smith2018-02-089-16/+1
* Rewrite the flaky test_restart_bug test in a more deterministic wayPavel Labath2018-02-083-88/+93
* 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
OpenPOWER on IntegriCloud