summaryrefslogtreecommitdiff
path: root/lldb/test/python_api
AgeCommit message (Expand)Author
2015-05-11os.path.join does not always work for paths on remote platforms.Chaoren Lin
2015-05-08[TestEvents] Add a 'connected' state to include remote debugging.Siva Chandra
2015-05-05Enable TestChangeValueAPI on LinuxPavel Labath
2015-05-04un-skipped a bunch of tests on LinuxVince Harron
2015-04-30Enabling two watchpoint tests on linuxPavel Labath
2015-04-17XFAILing TestPrintStackTraces on linux to stabilize the build botPavel Labath
2015-04-15Exception registers aren't supported outside of DarwinVince Harron
2015-04-14Remove gcc xfail for TestTargetWatchAddress.Chaoren Lin
2015-04-02Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton
2015-03-31TestPrintStackTraces - made XFAIL more preciseVince Harron
2015-03-31Enabled a bunch of tests on LinuxVince Harron
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-03-26Fix RegisterCommandsTestCase and HelloWorldTestCase tests which hang on OS X ...Ilia K
2015-03-25xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot ...Ying Chen
2015-03-24Don't clobber CFLAGS_EXTRAS in tests.Robert Flack
2015-03-15Use -fno-limit-debug-info instead of -fstandalone-debug in testsVince Harron
2015-03-13Make TestSBFrameFindValue compatible with remote targetsTamas Berghammer
2015-03-12Avoid a failing test case by fixing things so the compiler generates a line t...Greg Clayton
2015-03-12Fix ProcessIO test failuresPavel Labath
2015-03-10Restore commented setTearDownCleanup in TestHelloWorld.test_with_dwarf_and_at...Oleksiy Vyalov
2015-03-10Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov
2015-03-06Improve ValueObject::GetValueDidChange test; Add a comment for itIlia K
2015-03-05XFAIL tests that are known to fail occasionally on LinuxVince Harron
2015-03-02Applying D7950 to four near copies of the file.Chaoren Lin
2015-02-28Use -fstandalone-debug for few tests to get around a Clang optimizationVince Harron
2015-02-13Fix TestProcessIO.py when run against a remote targetVince Harron
2015-02-10Fix 'process launch -i' for remote processesVince Harron
2015-02-05Check-in generated test makefilesPavel Labath
2015-02-04Fix TestTargetAPI.py when run against remote host.Vince Harron
2015-01-27Fix the test to disassemble as if at address zero, not at an invalid address....Greg Clayton
2015-01-14Fix a number of tests on Windows.Zachary Turner
2014-12-19[TestEvents] Replace expectedFailureLinux with skipIfLinuxSiva Chandra
2014-12-15Now that AddressOf() does sane things with const results, this check is wrong...Enrico Granata
2014-12-12Add a test case to validate that AddressOf() and GetLoadAddress() work on a V...Enrico Granata
2014-12-10Disable the remaining ProcessIO test on Windows.Zachary Turner
2014-12-10Skip TestExprPathSynthetic test on FreeBSD, Linux & Windows.Oleksiy Vyalov
2014-12-09Extend ValueObject::GetExpressionPath() to do something reasonable for synthe...Enrico Granata
2014-12-08Add the ability for an SBValue to create a persisted version of itself.Enrico Granata
2014-11-25Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.Zachary Turner
2014-11-22Mark 9 lldb unit tests for ubuntu as XFAIL.Siva Chandra
2014-11-20Add decorator for FreeBSD failureEd Maste
2014-11-17Add decorator for intermittently failing test on FreeBSDEd Maste
2014-11-11Add -std=c99 for building the test case of TestValueVarUpdate - for Siva Chan...Shawn Best
2014-11-04Fix a problem where ValueObjectVariable was not correctly setting its 'has va...Enrico Granata
2014-11-04Fixed SBTarget::ReadMemory() to work correctly and the TestTargetAPI.py test ...Greg Clayton
2014-11-03Fixed a test suite error on MacOSX where people were using ".data" as the dat...Greg Clayton
2014-11-03Fixed a test suite error on MacOSX where people were using ".data" as the dat...Greg Clayton
2014-10-29Temporarily disable test on FreeBSD that is assertingEd Maste
2014-10-28Added the ability to add attributes to inlineSean Callanan
2014-10-26Fix HelloWorld attach test for Linux kernels with ptrace ancestor lockdown.Todd Fiala