summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-67/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-7/+4
* Remove expectedFailureFreeBSD from passing watchpoint testsEd Maste2015-09-161-1/+0
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-1/+1
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-1/+1
* ["watch set" tests] Use default test case executable names.Siva Chandra2015-05-111-5/+3
* Missing `-lpthread` causes gcc test failure.Chaoren Lin2015-04-131-1/+0
* Changed '-x'/'-xsize' to '-s'/'-size' when specifyingSean Callanan2015-03-261-2/+2
* xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot ...Ying Chen2015-03-251-0/+1
* Update decorators for tests that still fail with FreeBSD Watchpoint supportEd Maste2014-02-141-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* test: Add decorator for FreeBSD watchpoint failureEd Maste2013-11-251-0/+1
* Un-skipping tests affected by llvm.org/pr15256Daniel Malea2013-03-041-1/+0
* Fixing the watchpoint test case to reflect changes in error reportingEnrico Granata2013-02-221-5/+1
* Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOf...Daniel Malea2013-02-131-0/+1
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-3/+2
* rdar://problem/11597911Johnny Chen2012-06-051-0/+4
* Add error handling for missing option terminator "--" and a test scenario for...Johnny Chen2012-02-091-0/+4
* After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen2012-02-081-9/+11
* Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen2012-02-081-3/+7
* Add some more test cases for the "watchpoint set" command.Johnny Chen2012-01-311-0/+67
OpenPOWER on IntegriCloud