summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/c/bitfields/TestBitfields.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-162/+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-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-33/+8
* Don't test the output of "target modules dump symfile a.out" as this isn't so...Greg Clayton2015-08-141-4/+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
* [TestBitfields] Correct the attribute name to "aligned" in the testcase.Siva Chandra2015-04-091-6/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-4/+4
* Fix error introduced by changing function signatures.Zachary Turner2015-03-241-0/+2
* Fix record layout when synthesizing class types.Zachary Turner2015-03-241-2/+0
* Fix a number of tests on Windows.Zachary Turner2015-01-141-0/+2
* Work around clang's ignoring __attribute ( align(16) ) in this test case.Jim Ingham2014-03-191-1/+6
* 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
* Adds a test for 'target module dump symfile' to the LLDB suite.Ashok Thirumurthi2013-07-311-0/+4
* Fix invalid TestBitfields case (thanks Filipe!), and xfail one case due to GC...Daniel Malea2013-02-201-2/+1
* More test case cleanup (Linux and Mac):Daniel Malea2013-02-151-1/+0
* Marking two tests expected-to-fail on LinuxDaniel Malea2013-02-141-0/+2
* Rewrote the bitfield logic. Major changes include:Sean Callanan2012-12-051-0/+33
* <rdar://problem/12798131> Greg Clayton2012-12-041-2/+2
* Added unnamed bitfields to our bitfield test.Greg Clayton2012-11-061-7/+6
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-4/+2
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+4
* I have brought LLDB up-to-date with top of treeSean Callanan2012-02-041-4/+4
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-7/+7
* The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need t...Johnny Chen2011-07-111-4/+4
* Move some directories to now reside under lang/c or lang/cpp.Johnny Chen2011-06-251-0/+155
OpenPOWER on IntegriCloud