aboutsummaryrefslogtreecommitdiff
path: root/test/lang/c
AgeCommit message (Expand)Author
2013-08-05Additional fixes/xfails for icc testsAndrew Kaylor
2013-07-31Add the LD_LIBRARY_PATH to target.env-vars for tests expecting libimf.so when...Matt Kopec
2013-07-31Adds a test for 'target module dump symfile' to the LLDB suite.Ashok Thirumurthi
2013-07-31Update break conditions test to have consistent behaviour on all test suite c...Matt Kopec
2013-07-30tests: Mark expected FreeBSD failures due to pr16697Ed Maste
2013-07-24tests: Mark expected FreeBSD failures due to pr16697Ed Maste
2013-07-02Add split symbol support to test makefile & add linux split symbol test case.Michael Sartain
2013-06-17Fix single whitespace before breakpoint filename in some tests due to r183932.Matt Kopec
2013-06-12If using clang 3.4, skip tests affected by llvm.org/pr16214Daniel Malea
2013-06-05Fixes for the IR interpreter:Sean Callanan
2013-05-31Fixed value evaluation to handle null constants.Sean Callanan
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea
2013-05-09Skipping a test that asserts with gcc and icc to allow the test suite to run ...Ashok Thirumurthi
2013-05-02Mark TestConstVariables as expected to fail due to radar 13314878 on darwin. ...Greg Clayton
2013-04-27Fixed the anonymous testcase. It was testingSean Callanan
2013-04-24Fixed expression parser handling of empty strings.Sean Callanan
2013-04-19Improved tests for nested structs when anonymous structs are involved.Ashok Thirumurthi
2013-03-28Making the buildbot happy again after changes to the default formatter for ch...Enrico Granata
2013-03-15Add icc support to the test suiteMatt Kopec
2013-03-06Skipping TestConstVariables on Linux.Andrew Kaylor
2013-03-06Fixed enum printing for negative enums. There previously was no testing to va...Greg Clayton
2013-03-04Un-skipping tests affected by llvm.org/pr15256Daniel Malea
2013-02-28Replace all "-gdwarf-2" with "-g" to use the compiler defaults.Greg Clayton
2013-02-27Add GNU indirect function support in expressions for Linux.Matt Kopec
2013-02-25Fix the .categories, it had "dataformatter" not "dataformatters".Jim Ingham
2013-02-22Mark last known Linux failure as XFAIL to see if there's any other problems w...Daniel Malea
2013-02-20Fix invalid TestBitfields case (thanks Filipe!), and xfail one case due to GC...Daniel Malea
2013-02-20Fix a problem with the const_variables test case (another lldb bug remains)Daniel Malea
2013-02-15More test case cleanup (Linux and Mac):Daniel Malea
2013-02-14Marking two tests expected-to-fail on LinuxDaniel Malea
2013-02-13Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOf...Daniel Malea
2013-01-25Update test scripts and Makefiles to allow testing with GCC:Daniel Malea
2013-01-24Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash)Daniel Malea
2013-01-18Made the expression handle variables withSean Callanan
2013-01-09<rdar://problem/12028723>Enrico Granata
2013-01-08Add an SBProcess API to get the current StopID, either considering or ignorin...Jim Ingham
2012-12-14Made the struct test case actually use an expressionSean Callanan
2012-12-12Fixed a few bugs in the "step in" thread plan logic.Jim Ingham
2012-12-06Mark the "dwarf" version of the test expected fail as well as the dsym version.Jim Ingham
2012-12-06<rdar://problem/12560257>Greg Clayton
2012-12-05Rewrote the bitfield logic. Major changes include:Sean Callanan
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-11-27Mark expected failures on Linux (due to bugzilla #14437)Daniel Malea
2012-11-26Improvement to TestGlobalVariables fixDaniel Malea
2012-11-26Fix for TestSharedLib.py (on Linux)Daniel Malea
2012-11-26Fix TestGlobalVariables.py (on Linux)Daniel Malea
2012-11-08Patch from Dan Malea daniel.malea@gmail.com to add some requiredJason Molenda
2012-11-06Added unnamed bitfields to our bitfield test.Greg Clayton
2012-10-22Added support for zero-length arrays at the endSean Callanan
2012-09-22Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham