summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/c
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2875-2871/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-2718-18/+18
* Convert `long` to `int`, and portably detect all integral types.Zachary Turner2015-10-261-1/+1
* Port the python api decorator to use test categoriesPavel Labath2015-10-263-3/+3
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-2318-0/+36
* Update every test to import `lldb_shared`.Zachary Turner2015-10-2219-136/+38
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-083-0/+96
* Merge dwarf and dsym testsTamas Berghammer2015-09-3018-530/+181
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-233-96/+0
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-233-0/+96
* Remove expectedFailureFreeBSD from passing test_expr_null_with_dwarfEd Maste2015-09-221-1/+0
* Last set of XFAILs for Windows.Zachary Turner2015-09-161-0/+2
* Add support for DW_OP_GNU_const_index to dwarf expressionTamas Berghammer2015-09-151-1/+1
* Fixed up TestConstVariables for Linux/FreeBSD, take 2.Todd Fiala2015-09-151-1/+9
* Revert "Fixup XFAIL marking on TestConstVariables for clang version"Chaoren Lin2015-09-151-3/+1
* Fixup XFAIL marking on TestConstVariables for clang versionTodd Fiala2015-09-141-1/+3
* Another round of macosx unexpected success corrections.Todd Fiala2015-09-141-1/+2
* Correct XFAIL OS list after r247576Ed Maste2015-09-141-2/+2
* Fix up bad compiler spec on ConstVariableTestCase; fixup two more OS X unexpe...Todd Fiala2015-09-141-1/+2
* Cleaned up a few unexpected successes on OS XTodd Fiala2015-09-141-2/+1
* Add missed import lldbtest.Oleksiy Vyalov2015-09-111-0/+1
* XFAIL 2 breakpoint tests on Windows.Zachary Turner2015-09-111-0/+1
* XFAIL some C++ language specific tests on Windows.Zachary Turner2015-09-112-1/+2
* Fix a bunch of portability issues in test executables.Zachary Turner2015-08-251-0/+1
* [Windows] XFAIL tests that require calling a function in target.Zachary Turner2015-08-203-0/+3
* XFAIL TestAnonymous.test_expr_null_with_dwarf on Windows.Zachary Turner2015-08-201-0/+1
* Fix TestArrayTypes on Windows.Zachary Turner2015-08-181-3/+7
* Mark TestCModules as XFAIL on OSX.Oleksiy Vyalov2015-08-181-0/+2
* [Windows] XFAIL tests that depend on expression name lookup.Zachary Turner2015-08-182-0/+3
* Don't test the output of "target modules dump symfile a.out" as this isn't so...Greg Clayton2015-08-141-4/+0
* Fixed a problem where variables in modules were not appropriately discovered bySean Callanan2015-07-101-0/+3
* Fixed the C modules test case on Darwin by streamlining its code.Sean Callanan2015-07-081-2/+0
* Fix typosBruce Mitchener2015-07-022-10/+10
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-0113-15/+15
* Fixed incorrect application of expectedFlakeyVince Harron2015-06-261-1/+1
* Added expectedFlakey test decoratorVince Harron2015-06-261-1/+1
* TestGlobalVariables no longer fails on FreeBSDEd Maste2015-06-021-1/+0
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-2713-15/+15
* Working on getting the OSX build greenVince Harron2015-05-121-0/+2
* TestCModules was effectively skipped on LinuxVince Harron2015-05-081-3/+2
* Restore TestRegisterVariables failure decorator for older ClangEd Maste2015-05-061-0/+1
* [ValueObject] Do not return address of eValueTypeHostAddress values.Siva Chandra2015-05-041-1/+0
* TestCModules - fixed for gccVince Harron2015-05-041-1/+1
* un-skipped a bunch of tests on LinuxVince Harron2015-05-041-1/+0
* Added support to ClangUserExpression for importingSean Callanan2015-04-141-0/+3
* Updated IRForTarget to change the way we generateSean Callanan2015-04-141-2/+0
* [TestAnonymous] Enable all tests for GCCSiva Chandra2015-04-101-8/+5
* [TestBitfields] Correct the attribute name to "aligned" in the testcase.Siva Chandra2015-04-092-7/+2
* Made the struct types test case a little stricter,Sean Callanan2015-04-071-1/+17
* Marked the modules tests as expected failures,Sean Callanan2015-04-031-0/+2
OpenPOWER on IntegriCloud