[Lldb-commits] [lldb] r245749 - XFAIL the last Windows test that calls a function in the target.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 21 15:11:31 PDT 2015
Author: zturner
Date: Fri Aug 21 17:11:31 2015
New Revision: 245749
URL: http://llvm.org/viewvc/llvm-project?rev=245749&view=rev
Log:
XFAIL the last Windows test that calls a function in the target.
Modified:
lldb/trunk/test/lang/cpp/static_methods/TestCPPStaticMethods.py
Modified: lldb/trunk/test/lang/cpp/static_methods/TestCPPStaticMethods.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/static_methods/TestCPPStaticMethods.py?rev=245749&r1=245748&r2=245749&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/static_methods/TestCPPStaticMethods.py (original)
+++ lldb/trunk/test/lang/cpp/static_methods/TestCPPStaticMethods.py Fri Aug 21 17:11:31 2015
@@ -18,6 +18,7 @@ class CPPStaticMethodsTestCase(TestBase)
self.static_method_commands()
@dwarf_test
+ @expectedFailureWindows
def test_with_dwarf_and_run_command(self):
"""Test that static methods are properly distinguished from regular methods"""
self.buildDwarf()
More information about the lldb-commits
mailing list