diff options
author | Fred Riss <friss@apple.com> | 2019-11-05 11:14:38 -0800 |
---|---|---|
committer | Fred Riss <friss@apple.com> | 2019-11-05 12:22:59 -0800 |
commit | 42beb8ed792d2dbe71b8d25031a53215090631d2 (patch) | |
tree | fb2e1a937971cd4f47830333280b0cd0c401281d /lldb/packages/Python/lldbsuite/test | |
parent | 270fe47aae4ac0bf72251161ad3320de56055c3a (diff) | |
download | bcm5719-llvm-42beb8ed792d2dbe71b8d25031a53215090631d2.tar.gz bcm5719-llvm-42beb8ed792d2dbe71b8d25031a53215090631d2.zip |
TestBatchMode.py: add missing @skipIfRemote
All the tests in this file were already marked as skipped for remote tests
except for this one.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py b/lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py index 41c6019adfb..7c1965c3aec 100644 --- a/lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py +++ b/lldb/packages/Python/lldbsuite/test/driver/batch_mode/TestBatchMode.py @@ -78,6 +78,7 @@ class DriverBatchModeTest(PExpectTest): import pexpect child.expect(pexpect.EOF) + @skipIfRemote @expectedFlakeyFreeBSD("llvm.org/pr25172 fails rarely on the buildbot") def test_batch_mode_launch_stop_at_entry(self): """Test that the lldb driver's batch mode works correctly for process launch.""" |