summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/class_static/TestStaticVariables.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixing issues in previous checkin - still figuring out how to make ↵Enrico Granata2013-02-231-6/+4
| | | | | | expectedFailureClang take the bugnumber llvm-svn: 175945
* A few more GCC specific test fixes as per logged PRs:Daniel Malea2013-02-191-0/+2
| | | | | | | | | - TestNamespace expected to fail due to PR-15302 - TestCPPBool and TestUnsignedTypes updated to handle GCC style debug information - TestRvalueReferences expected fail due to GCC (4.7) not outputting rvalue-reference debug information - TestDataFormatterStdVBool expected to fail due to PR-15301 llvm-svn: 175551
* Marking two tests expected-to-fail on LinuxDaniel Malea2013-02-141-0/+1
| | | | | | | - PR-15260: lldb does not display correct value of 1-bit field - PR-16261: lldb does not display size of (file/class) static array llvm-svn: 175111
* Fix all the test case breakages caused by folks writing tests all over the ↵Jim Ingham2012-09-221-4/+2
| | | | | | | | place that depended explicitly on the output of "break set". Please don't do this sort of thing!!!!! llvm-svn: 164433
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+4
| | | | | | | Plus some minor cleanup of test method names. Third and final batch is coming. llvm-svn: 154197
* Add some expected failure decorators with radar numbers.Johnny Chen2011-08-231-0/+4
| | | | llvm-svn: 138316
* Modify test cases to use 'target variable' to display global variables.Johnny Chen2011-08-221-9/+7
| | | | llvm-svn: 138247
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-1/+1
| | | | | | | | | | | | | | | | | | the SBType implementation classes. Fixed LLDB core and the test suite to not use deprecated SBValue APIs. Added a few new APIs to SBValue: int64_t SBValue::GetValueAsSigned(int64_t fail_value=0); uint64_t SBValue::GetValueAsUnsigned(uint64_t fail_value=0) llvm-svn: 136829
* The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need ↵Johnny Chen2011-07-111-7/+7
| | | | | | | | the frame argument. Only the val (of SBValue type) argument is needed. llvm-svn: 134915
* Centralize the variable display prefs into a new optionGreg Clayton2011-07-071-2/+4
| | | | | | | | | | | | | group class: OptionGroupVariable. It gets initialized with a boolean that indicates if the frame specific options are included so that this can be used in both the "frame variable" and "target variable" commands. Removed the global functionality from the "frame variable" command. Users should switch to using the "target variable" command. llvm-svn: 134594
* Move some directories to now reside under lang/c or lang/cpp.Johnny Chen2011-06-251-0/+142
llvm-svn: 133881
OpenPOWER on IntegriCloud