llvm-project/lldb/test/settings
Robert Flack 13c7ad9cd2 Replace sys.platform skips in tests with @skip decorators which check 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
2015-03-30 14:12:17 +00:00
..
quoting Accidental semicolon in python. 2015-03-03 23:14:27 +00:00
Makefile Added two test cases to TestSettings.py which exercise the lldb's: 2010-09-15 22:27:29 +00:00
TestSettings.py Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
main.cpp New settings: target.use-hex-immediates and target.hex-immediates-style 2013-08-07 21:54:09 +00:00