summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-08-20 22:09:35 +0000
committerZachary Turner <zturner@google.com>2015-08-20 22:09:35 +0000
commit18442844036283ca280a585768a99cca90f9ba9c (patch)
treed95976c4e126ad8ed9fc0fbe9e5eedbdf28f0ab0 /lldb/test/lang/cpp
parent02ca8787110fd16e79905f5477c96f5103dacec0 (diff)
downloadbcm5719-llvm-18442844036283ca280a585768a99cca90f9ba9c.tar.gz
bcm5719-llvm-18442844036283ca280a585768a99cca90f9ba9c.zip
[Windows] XFAIL tests that require calling a function in target.
This has known issues on Windows. Fixing this is tracked by http://llvm.org/pr21765 llvm-svn: 245630
Diffstat (limited to 'lldb/test/lang/cpp')
-rw-r--r--lldb/test/lang/cpp/static_members/TestCPPStaticMembers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/static_members/TestCPPStaticMembers.py b/lldb/test/lang/cpp/static_members/TestCPPStaticMembers.py
index 83516b72483..412234a5757 100644
--- a/lldb/test/lang/cpp/static_members/TestCPPStaticMembers.py
+++ b/lldb/test/lang/cpp/static_members/TestCPPStaticMembers.py
@@ -18,6 +18,7 @@ class CPPStaticMembersTestCase(TestBase):
self.static_member_commands()
@unittest2.expectedFailure # llvm.org/pr15401
+ @expectedFailureWindows("llvm.org/pr21765")
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test that member variables have the correct layout, scope and qualifiers when stopped inside and outside C++ methods"""
OpenPOWER on IntegriCloud