diff options
author | Adrian McCarthy <amccarth@google.com> | 2015-10-13 17:55:58 +0000 |
---|---|---|
committer | Adrian McCarthy <amccarth@google.com> | 2015-10-13 17:55:58 +0000 |
commit | ed2146d23509356c08dab4a7f14ae8eb9e492319 (patch) | |
tree | 1d14a0e9a300ee14c6935b2a892335ccbfa8a190 | |
parent | 1d34f74470deedd80f76593958c9fd1a66c6bff0 (diff) | |
download | bcm5719-llvm-ed2146d23509356c08dab4a7f14ae8eb9e492319.tar.gz bcm5719-llvm-ed2146d23509356c08dab4a7f14ae8eb9e492319.zip |
Xfail a watchpoint test on Windows, until Windows implements watchpoints.
llvm-svn: 250189
-rw-r--r-- | lldb/test/functionalities/watchpoint/watchpoint_on_vectors/TestValueOfVectorVariable.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/watchpoint/watchpoint_on_vectors/TestValueOfVectorVariable.py b/lldb/test/functionalities/watchpoint/watchpoint_on_vectors/TestValueOfVectorVariable.py index ec7bb379c29..96ed6433df7 100644 --- a/lldb/test/functionalities/watchpoint/watchpoint_on_vectors/TestValueOfVectorVariable.py +++ b/lldb/test/functionalities/watchpoint/watchpoint_on_vectors/TestValueOfVectorVariable.py @@ -13,6 +13,7 @@ class TestValueOfVectorVariableTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported + @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_value_of_vector_variable_using_watchpoint_set(self): """Test verify displayed value of vector variable.""" self.build(dictionary=self.d) |