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()


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to