llvm-project/lldb/test/python_api/hello_world
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
..
Makefile Add comment regarding TestHelloWorld.py's use of a dictionary to specify/overwrite the EXE name. 2012-01-18 21:22:38 +00:00
TestHelloWorld.py Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
main.c Fix HelloWorld attach test for Linux kernels with ptrace ancestor lockdown. 2014-10-26 21:37:46 +00:00