commit | 6e8cbc0ff2d8e93f26edabfd2930fa48c0af8d64 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Fri Sep 11 19:59:39 2015 +0000 |
committer | Zachary Turner <zturner@google.com> | Fri Sep 11 19:59:39 2015 +0000 |
tree | 724bede918492d1d2c2a65356df6b00fe732ca12 | |
parent | 41c739b3fa5b2b6b215ef8f728e55e4519b79ff3 [diff] [blame] |
XFAIL some C++ language specific tests on Windows. http://llvm.org/pr24764 llvm-svn: 247455
diff --git a/lldb/test/lang/cpp/scope/TestCppScope.py b/lldb/test/lang/cpp/scope/TestCppScope.py index a83ef58..104d53f 100644 --- a/lldb/test/lang/cpp/scope/TestCppScope.py +++ b/lldb/test/lang/cpp/scope/TestCppScope.py
@@ -17,6 +17,7 @@ self.check() @expectedFailureDarwin + @expectedFailureWindows("llvm.org/pr24764") @dwarf_test def test_with_dwarf_and_run_command(self): self.buildDwarf()