summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-09-11 19:59:39 +0000
committerZachary Turner <zturner@google.com>2015-09-11 19:59:39 +0000
commit6e8cbc0ff2d8e93f26edabfd2930fa48c0af8d64 (patch)
tree724bede918492d1d2c2a65356df6b00fe732ca12 /lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py
parent41c739b3fa5b2b6b215ef8f728e55e4519b79ff3 (diff)
downloadbcm5719-llvm-6e8cbc0ff2d8e93f26edabfd2930fa48c0af8d64.tar.gz
bcm5719-llvm-6e8cbc0ff2d8e93f26edabfd2930fa48c0af8d64.zip
XFAIL some C++ language specific tests on Windows.
http://llvm.org/pr24764 llvm-svn: 247455
Diffstat (limited to 'lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py')
-rw-r--r--lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py b/lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py
index 88067409dba..8fcd08b324a 100644
--- a/lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py
+++ b/lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py
@@ -19,6 +19,7 @@ class TestCPPBreakpointLocations(TestBase):
self.breakpoint_id_tests ()
@dwarf_test
+ @expectedFailureWindows("llvm.org/pr24764")
def test_with_dwarf (self):
self.buildDwarf ()
self.breakpoint_id_tests ()
OpenPOWER on IntegriCloud