diff options
author | Jim Ingham <jingham@apple.com> | 2018-01-09 03:03:20 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2018-01-09 03:03:20 +0000 |
commit | 9c7ba8e0471a9ae36b9d7e6fd8a212948e6096de (patch) | |
tree | 949886c21920774e7a35ca7c36171b0d74bc7faf /lldb/packages/Python/lldbsuite | |
parent | c44717774a70b13eaf0cf8bb204b38d71de8522d (diff) | |
download | bcm5719-llvm-9c7ba8e0471a9ae36b9d7e6fd8a212948e6096de.tar.gz bcm5719-llvm-9c7ba8e0471a9ae36b9d7e6fd8a212948e6096de.zip |
Cut and paste error - I wasn't actually running both tests...
llvm-svn: 322054
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py b/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py index 550eae85e1d..1df94f2d521 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py @@ -40,7 +40,7 @@ class ExecTestCase(TestBase): @expectedFailureAll(archs=['i386'], bugnumber="rdar://28656532") @expectedFailureAll(oslist=["ios", "tvos", "watchos", "bridgeos"], bugnumber="rdar://problem/34559552") # this exec test has problems on ios systems def test_skipping_exec (self): - self.do_test(False) + self.do_test(True) def do_test(self, skip_exec): if self.getArchitecture() == 'x86_64': |