summaryrefslogtreecommitdiff
path: root/lldb/test/lang/cpp/class_static
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-09-11XFAIL some C++ language specific tests on Windows.Zachary Turner
2015-07-01Reversed r238363, because the message is inconsistentSean Callanan
2015-05-27[TestBase.runCmd] Better error message when runCmd fails.Siva Chandra
2015-05-11XFAIL a test that fails on FreeBSD 11 (local and buildbot)Ed Maste
2015-04-02Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton
2015-04-01Update sys.platform switched behavior in tests to use self.getPlatform (remot...Robert Flack
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-01-05Make array symbol reading resilient to incomplete DWARF.Siva Chandra
2014-12-19[TestStaticVariables] Mark the one unmarked test let also expectedFailure.Siva Chandra
2014-04-22Switch to Darwin decorator for tests that XPASS on FreeBSDEd Maste
2014-04-21Add a comment to tests that XPASS on FreeBSDEd Maste
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-09-13test: Update FreeBSD failure decoratorsEd Maste
2013-08-01Update failing tests on Linux for clang and gcc to only fail on Linux instead...Matt Kopec
2013-07-31Mark some tests as explicitly failing on clang/gcc as they pass on icc.Matt Kopec
2013-05-15Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant...Ashok Thirumurthi
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea
2013-05-14Unbreak the linux buildbot tests. This still fails for the clang that is bein...Greg Clayton
2013-05-14Fixed the test case to pass on Darwin. This might pass on linux as well. The ...Greg Clayton
2013-02-23Fixing issues in previous checkin - still figuring out how to make expectedFa...Enrico Granata
2013-02-19A few more GCC specific test fixes as per logged PRs:Daniel Malea
2013-02-14Marking two tests expected-to-fail on LinuxDaniel Malea
2012-09-22Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2011-08-23Add some expected failure decorators with radar numbers.Johnny Chen
2011-08-22Modify test cases to use 'target variable' to display global variables.Johnny Chen
2011-08-03Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton
2011-07-11The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need t...Johnny Chen
2011-07-07Centralize the variable display prefs into a new optionGreg Clayton
2011-06-25Move some directories to now reside under lang/c or lang/cpp.Johnny Chen