diff options
author | Jason Molenda <jmolenda@apple.com> | 2017-09-27 22:12:54 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2017-09-27 22:12:54 +0000 |
commit | 11ff56c958cc6d073df0abb94b3ad1a890440420 (patch) | |
tree | b5f06c8b98b24939036851df41608a1a545295e9 /lldb/packages/Python/lldbsuite/test/functionalities/thread | |
parent | 74d1e8683ceb27ffaed0877d783ba2b18380fb67 (diff) | |
download | bcm5719-llvm-11ff56c958cc6d073df0abb94b3ad1a890440420.tar.gz bcm5719-llvm-11ff56c958cc6d073df0abb94b3ad1a890440420.zip |
Add support for running the lldb testsuite against an apple watch
running watchos. These tests cannot run on normal customer devices,
but I hope to some day have a public facing bot running against a
device.
llvm-svn: 314355
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/thread')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py index f043013b90c..9c8bbf1eb08 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py @@ -40,6 +40,7 @@ class ThreadStepOutTestCase(TestBase): oslist=["freebsd"], bugnumber="llvm.org/pr19347 2nd thread stops at breakpoint") @expectedFailureAll(oslist=["windows"]) + @expectedFailureAll(oslist=["watchos"], archs=['armv7k'], bugnumber="rdar://problem/34674488") # stop reason is trace when it should be step-out def test_step_all_threads(self): """Test thread step out on all threads via command interpreter. """ self.build(dictionary=self.getBuildFlags()) |