summaryrefslogtreecommitdiff
path: root/lldb/test/lang/cpp/stl
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-07-01Reversed r238363, because the message is inconsistentSean Callanan
2015-05-27[TestBase.runCmd] Better error message when runCmd fails.Siva Chandra
2015-04-06Enable a test in TestSTL for GCC.Siva Chandra
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-03-24Don't clobber CFLAGS_EXTRAS in tests.Robert Flack
2015-03-15Use -fno-limit-debug-info instead of -fstandalone-debug in testsVince Harron
2015-02-28Use -fstandalone-debug for few tests to get around a Clang optimizationVince Harron
2015-02-21Fix the test so it runs correctly when there are spaces in the path to the st...Greg Clayton
2014-02-25Make TestStdCXXDisassembly.StdCXXDisassembleTestCase work with libc++Enrico Granata
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-08-01Updates TestLongjump to ensure that compiler optimizations don't affect theAshok Thirumurthi
2013-03-19Fixed incorrect python that was trying to validate that we got a valid lldb.S...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-13Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOf...Daniel Malea
2013-01-25Remove hardcoded -arch from lang/cpp testcase makefilesDaniel Malea
2013-01-25Fix indenting typo in TestSTL.pyDaniel Malea
2013-01-25Update test scripts and Makefiles to allow testing with GCC:Daniel Malea
2012-11-21Linux test case fixesDaniel Malea
2012-09-22Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham
2012-05-30Clean all files when executing 'make clean'Filipe Cabecinhas
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2012-02-04Convert all python objects in our API to use overload the __str__ methodGreg Clayton
2012-02-03Fix typos.Johnny Chen
2012-02-03Add test cases for APIs to get template arguments from an SBType.Johnny Chen
2011-11-14Add more info on the failure.Johnny Chen
2011-11-14Don't build optimized unless we are trying to test inlining.Greg Clayton
2011-10-31Add expectedFailure decorators.Johnny Chen
2011-10-31Add some expr evaluations for simple STL data types.Johnny Chen
2011-06-25Move struct_types, stepping, and set_values dirs to now reside under lang/c.Johnny Chen