summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace sys.platform skips in tests with @skip decorators which check ↵Robert Flack2015-03-301-1/+1
| | | | | | | | | | | | | | | | 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
* Add a test for setting and hitting the C++ Exception throw breakpoint.Jim Ingham2014-10-281-0/+58
llvm-svn: 220743
OpenPOWER on IntegriCloud