summaryrefslogtreecommitdiffstats
path: root/lldb/test
Commit message (Expand)AuthorAgeFilesLines
* Marking test_lldb_iter_frame in TestLLDBIterator.py as expectedFailureLinux (...Andrew Kaylor2012-12-131-0/+1
* Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi...Andrew Kaylor2012-12-121-0/+1
* Fixed a few bugs in the "step in" thread plan logic.Jim Ingham2012-12-122-1/+79
* Option changes:Enrico Granata2012-12-123-23/+23
* <rdar://problem/12780507>Greg Clayton2012-12-121-5/+3
* Adding a validation callback mechanism to OptionValueString (such a feature m...Enrico Granata2012-12-111-3/+4
* Fixed the IRInterpreter's handling of "this" andSean Callanan2012-12-111-2/+16
* <rdar://problem/12709976>Enrico Granata2012-12-102-0/+12
* Fix Test11588.py on Linux. The test was failing because the synthetic type f...Andrew Kaylor2012-12-071-2/+2
* Mark the "dwarf" version of the test expected fail as well as the dsym version.Jim Ingham2012-12-061-0/+2
* <rdar://problem/12560257>Greg Clayton2012-12-062-7/+37
* Rewrote the bitfield logic. Major changes include:Sean Callanan2012-12-052-0/+50
* Mark TestConnectRemote.py as expected to fail on Linux due to bugzilla #14427Daniel Malea2012-12-041-0/+1
* <rdar://problem/12798131> Greg Clayton2012-12-0431-107/+107
* Mark expected failures on Linux (due to bugzilla #14437)Daniel Malea2012-11-274-0/+4
* The skipOnLinux decorator wasn't calling the test method correctly (no need t...Jim Ingham2012-11-271-1/+1
* Improvement to TestGlobalVariables fixDaniel Malea2012-11-261-4/+4
* Fix for TestSharedLib.py (on Linux)Daniel Malea2012-11-263-6/+13
* Fix TestGlobalVariables.py (on Linux)Daniel Malea2012-11-261-0/+4
* Skip objC test on non-darwin platformsDaniel Malea2012-11-231-0/+1
* Remove decorator to skip event testsDaniel Malea2012-11-231-2/+0
* Update test status on LinuxDaniel Malea2012-11-2331-1/+78
* Disable darwin-specific test on non-darwin platformsDaniel Malea2012-11-211-0/+1
* Linux test case fixesDaniel Malea2012-11-214-19/+25
* Clear auto-confirm setting on teardown for tests that use itDaniel Malea2012-11-205-0/+5
* Use auto-confirm setting to avoid prompts causing some tests to appear to hangDaniel Malea2012-11-205-25/+26
* Fix incorrect usage of buildDsym() in dwarf testDaniel Malea2012-11-201-1/+1
* Skip dsym tests on LinuxDaniel Malea2012-11-201-1/+1
* Temporarily skip tests known to hang on LinuxDaniel Malea2012-11-196-0/+27
* Fix expected error message in test.Filipe Cabecinhas2012-11-161-1/+1
* In cases where the Objective-C ivar symbols are stripped out,Sean Callanan2012-11-153-0/+111
* <rdar://problem/12408181> Test case to make sure this area of ObjC support do...Enrico Granata2012-11-143-0/+80
* Fix typo (dwarf/dsym mismatch) in testcase causing early failure on LinuxDaniel Malea2012-11-121-1/+1
* Patch from Dan Malea daniel.malea@gmail.com to add some requiredJason Molenda2012-11-0811-0/+14
* Added unnamed bitfields to our bitfield test.Greg Clayton2012-11-062-8/+10
* Fixes to make the test suite work better whenSean Callanan2012-11-011-9/+9
* Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).Filipe Cabecinhas2012-11-011-2/+2
* <rdar://problem/12586188> Make ImportError a special case for "command script...Enrico Granata2012-10-314-0/+44
* Make blocks that capture their containing method's object pointer look like m...Jim Ingham2012-10-305-0/+167
* Add a teardown function to TestAbbreviations so it doesn't error out when run...Filipe Cabecinhas2012-10-251-3/+8
* Added --framework and --executable argumentsSean Callanan2012-10-241-83/+117
* Fixing the test case for rdar://12481949 to do the right thing with our new r...Enrico Granata2012-10-241-2/+4
* And one more logging message goes awayEnrico Granata2012-10-241-1/+0
* Reverting unwanted changes to the test suiteEnrico Granata2012-10-242-12/+3
* Reverting the changes to Scalar since this class needs to follow C rules for ...Enrico Granata2012-10-242-7/+14
* Patch from Ashok Thirumurthi that enabled FPU registers for POSIX x86_64.Greg Clayton2012-10-242-1/+4
* <rdar://problem/12481949> Fixing SBValue.GetValueAsSigned() to do the right t...Enrico Granata2012-10-244-0/+95
* <rdar://problem/12523238> Commit 3 of 3Enrico Granata2012-10-248-2/+71
* Better error message for invalid argument to --category - silenced the printo...Enrico Granata2012-10-231-2/+7
* Added a testcase for runtime types in Objective-C.Sean Callanan2012-10-231-0/+62
OpenPOWER on IntegriCloud