diff options
| author | Zachary Turner <zturner@google.com> | 2015-09-02 22:41:15 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-09-02 22:41:15 +0000 |
| commit | 77377408f8358d930f3c43011c839cba9c674f65 (patch) | |
| tree | 12c2d70b1e11ffc2cef506ca598625e0d34a3025 /lldb/test/functionalities | |
| parent | 11ac206f6792462db1bca2fe9a18de402b7abf8a (diff) | |
| download | bcm5719-llvm-77377408f8358d930f3c43011c839cba9c674f65.tar.gz bcm5719-llvm-77377408f8358d930f3c43011c839cba9c674f65.zip | |
XFAIL more watchpoint tests on Windows.
llvm.org/pr24446
llvm-svn: 246725
Diffstat (limited to 'lldb/test/functionalities')
| -rw-r--r-- | lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py | 1 | ||||
| -rw-r--r-- | lldb/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py b/lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py index 7a3cc29f6a4..6dbd9e9337d 100644 --- a/lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py +++ b/lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py @@ -24,6 +24,7 @@ class HelloWatchpointTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported + @expectedFailureWindows("llvm.org/pr24446") def test_hello_watchpoint_with_dwarf_using_watchpoint_set(self): """Test a simple sequence of watchpoint creation and watchpoint hit.""" self.buildDwarf(dictionary=self.d) diff --git a/lldb/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py b/lldb/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py index d001390f3a2..fa546ba1647 100644 --- a/lldb/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py +++ b/lldb/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py @@ -22,6 +22,7 @@ class TestStepOverWatchpoint(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported + @expectedFailureWindows("llvm.org/pr24446") def test_with_dwarf(self): """Test stepping over watchpoints.""" self.buildDwarf() |

