summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-176/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-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-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-32/+16
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-2/+2
* Don't enable the log here. It was just me debuggingEnrico Granata2014-10-171-1/+0
* Some more test markingEnrico Granata2014-10-161-4/+5
* Marked failing TestObjCDynamicValue tests as XFAIL on Darwin.Todd Fiala2014-07-091-0/+2
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Remove debug print statement.Greg Clayton2013-05-081-1/+0
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-0/+2
* <rdar://problem/12711206>Enrico Granata2013-01-231-2/+2
* Update test status on LinuxDaniel Malea2012-11-231-0/+1
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* Make the objc-dynamic-value test a little trickier (still passes) and test th...Jim Ingham2011-12-161-0/+10
* Turn the EvaluateExpression (..., True) tests back on.Jim Ingham2011-10-071-4/+4
* Add radar info for self.skipTest().Johnny Chen2011-08-121-0/+2
* Skip the TestObjCDymaicValue.py tests for i386 due to dynamic types for ObjC ...Johnny Chen2011-08-121-0/+4
* Fixed an issue where the KVO swizzled type would be returned as the dynamic t...Enrico Granata2011-08-031-0/+8
* Move objc-related test directories to now reside under lang/objc.Johnny Chen2011-06-251-0/+165
OpenPOWER on IntegriCloud