summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/formatters
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-285-266/+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-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-13/+2
* XFAIL TestFormatters on FreeBSDEd Maste2015-09-091-0/+2
* Lookup function using full name if one with mangled name is not found.Siva Chandra2015-09-031-1/+0
* XFAIL TestFormatters on android (llvm.org/pr24691)Pavel Labath2015-09-031-0/+2
* [Windows] XFAIL tests that require calling a function in target.Zachary Turner2015-08-201-0/+1
* Make this test case be somewhat less verbose when not asked toEnrico Granata2015-07-171-5/+6
* 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
* [TestFormatters, TestDataFormatterSynthVal] Mark as xfail.Siva Chandra2015-04-101-0/+1
* Enabled a bunch of tests on LinuxVince Harron2015-03-311-1/+0
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Some more cleanup of the ValueObjectConstResultImpl code. NFC.Enrico Granata2014-12-121-1/+1
* Fix up this test caseEnrico Granata2014-12-121-9/+9
* Marked TestFormatters.py XFAIL on Linux per pr20230.Todd Fiala2014-07-071-0/+1
* Add annotation for test failure due to clang 3.4Ed Maste2014-03-241-0/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Expression evaluation works on FreeBSD after switch to MCJITEd Maste2013-08-301-1/+0
* tests: Mark expected FreeBSD failures due to pr16697Ed Maste2013-07-301-0/+1
* Linux test case cleanup:Daniel Malea2013-02-151-1/+0
* <rdar://problem/12028723>Enrico Granata2013-01-091-3/+3
* <rdar://problem/12798131> Greg Clayton2012-12-041-3/+3
* Mark expected failures on Linux (due to bugzilla #14437)Daniel Malea2012-11-271-0/+1
* Fix incorrect usage of buildDsym() in dwarf testDaniel Malea2012-11-201-1/+1
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-4/+1
* Removing the @expectedFailurei386 decorator from test cases that now work as ...Enrico Granata2012-04-241-2/+0
* Add expected failure decorators for test cases which are failing for i386 arc...Johnny Chen2012-04-191-0/+2
* Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen2012-04-061-0/+2
* Fix method name for output.Eric Christopher2012-03-251-1/+1
* Fix the last testsuite regression from the apple-names stuff.Jim Ingham2011-10-081-16/+16
* Fixed a problem with the IR interpreter that causedSean Callanan2011-09-221-4/+0
* Add four new expectedFailre decorators to new failures most likely due to r13...Johnny Chen2011-09-201-0/+4
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-065-0/+274
OpenPOWER on IntegriCloud