summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/c/anonymous/TestAnonymous.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-147/+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-103/+49
* Remove expectedFailureFreeBSD from passing test_expr_null_with_dwarfEd Maste2015-09-221-1/+0
* XFAIL TestAnonymous.test_expr_null_with_dwarf on Windows.Zachary Turner2015-08-201-0/+1
* [TestAnonymous] Enable all tests for GCCSiva Chandra2015-04-101-8/+5
* Fixes for remote test suite execution of the "lldb/test/lang" directory.Greg Clayton2014-11-171-7/+21
* Add decorator for failing null dereference test on FreeBSDEd Maste2014-11-121-0/+1
* This test actually works alright - we were just checking for the wrong stringEnrico Granata2014-10-161-4/+1
* 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
* Fixing TestAnonymous to build dwarf where it says it will.Andrew Kaylor2013-10-291-1/+1
* ValueObject and SBValue's GetChildMemberWithName should look through anonymou...Jim Ingham2013-10-181-0/+43
* <rdar://problem/12042982>Enrico Granata2013-10-041-5/+2
* If using clang 3.4, skip tests affected by llvm.org/pr16214Daniel Malea2013-06-121-0/+2
* Skipping a test that asserts with gcc and icc to allow the test suite to run ...Ashok Thirumurthi2013-05-091-2/+2
* Fixed the anonymous testcase. It was testingSean Callanan2013-04-271-3/+3
* Improved tests for nested structs when anonymous structs are involved.Ashok Thirumurthi2013-04-191-14/+104
* Add icc support to the test suiteMatt Kopec2013-03-151-0/+1
* Un-skipping tests affected by llvm.org/pr15256Daniel Malea2013-03-041-1/+1
* Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOf...Daniel Malea2013-02-131-1/+1
* Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash)Daniel Malea2013-01-241-0/+1
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-2/+2
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* Improved the type's handling of anonymous structs,Sean Callanan2012-03-021-0/+59
OpenPOWER on IntegriCloud