summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace sys.platform skips in tests with @skip decorators which check ↵Robert Flack2015-03-301-2/+2
| | | | | | | | | | | | | | | | against remote platform. Adds @skipIfPlatform and @skipUnlessPlatform decorators which will skip if / unless the target platform is in the provided platform list. Test Plan: ninja check-lldb shows no regressions. When running cross platform, tests which cannot run on the target platform are skipped. Differential Revision: http://reviews.llvm.org/D8665 llvm-svn: 233547
* Some more failure to bug trackingEnrico Granata2014-10-161-4/+2
| | | | llvm-svn: 219973
* Correctly set the working directory when launching processes for both local ↵Greg Clayton2013-12-131-1/+1
| | | | | | and remote targets. llvm-svn: 197266
* Massive test suite cleanup to stop everyone from manually having to compute ↵Greg Clayton2013-12-101-1/+1
| | | | | | | | | | "mydir" inside each test case. This has led to many test suite failures because of copy and paste where new test cases were based off of other test cases and the "mydir" variable wasn't updated. Now you can call your superclasses "compute_mydir()" function with "__file__" as the sole argument and the relative path will be computed for you. llvm-svn: 196985
* 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
* fixing a macro name mismatch that was making our test case succeed for the ↵Enrico Granata2012-02-101-1/+1
| | | | | | wrong reason; plus a minor code change to the CPP side of the test which eases debugging efforts llvm-svn: 150213
* Fix compile time warnings for the inferior program.Johnny Chen2012-02-091-1/+1
| | | | llvm-svn: 150205
* Special build dictionary needs the same dictionary when specifying the ↵Johnny Chen2012-02-061-0/+4
| | | | | | after-the-test cleanup. llvm-svn: 149900
* Add regular C++ inheritance in addition to the virtual inheritance to ↵Johnny Chen2012-02-061-9/+29
| | | | | | | | TestCppValueCast.py. Plus mark the virtual inheritance test cases as expected failures. llvm-svn: 149891
* Add test cases for SBValue.Cast(SBType). The test logic needs more polishing.Johnny Chen2012-02-041-0/+126
llvm-svn: 149741
OpenPOWER on IntegriCloud