diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2016-02-02 17:00:34 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2016-02-02 17:00:34 +0000 |
commit | c65a4d8d45349ca318652b688b0f2f2a0e5e48d3 (patch) | |
tree | 604a34f46cd21d16edbe298e5f4912246c13480f /lldb/packages/Python/lldbsuite/test | |
parent | db543ede7e45ba32ee557205537459080af579a4 (diff) | |
download | bcm5719-llvm-c65a4d8d45349ca318652b688b0f2f2a0e5e48d3.tar.gz bcm5719-llvm-c65a4d8d45349ca318652b688b0f2f2a0e5e48d3.zip |
skip TestWatchLocation on OS X
Skipping this test while I investigate. It started failing
with r259379. (It is generating an error due to unicode
decode issues.)
llvm-svn: 259526
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py b/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py index f0a0b5ab99d..8104052bc8b 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py @@ -32,6 +32,7 @@ class HelloWatchLocationTestCase(TestBase): @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows @expectedFailureAll(archs=['mips', 'mipsel', 'mips64', 'mips64el']) # Most of the MIPS boards provide only one H/W watchpoints, and S/W watchpoints are not supported yet + @skipIfDarwin def test_hello_watchlocation(self): """Test watching a location with '-s size' option.""" self.build(dictionary=self.d) |