XFAIL some C++ language specific tests on Windows.
authorZachary Turner <zturner@google.com>
Fri, 11 Sep 2015 19:59:39 +0000 (19:59 +0000)
committerZachary Turner <zturner@google.com>
Fri, 11 Sep 2015 19:59:39 +0000 (19:59 +0000)
http://llvm.org/pr24764

llvm-svn: 247455

lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py
lldb/test/lang/c/global_variables/TestGlobalVariables.py
lldb/test/lang/c/struct_types/TestStructTypes.py
lldb/test/lang/cpp/class_static/TestStaticVariables.py
lldb/test/lang/cpp/diamond/TestDiamond.py
lldb/test/lang/cpp/namespace/TestNamespace.py
lldb/test/lang/cpp/scope/TestCppScope.py
lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py

index 8806740..8fcd08b 100644 (file)
@@ -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 ()
index 4097569..6a4478c 100644 (file)
@@ -18,6 +18,7 @@ class GlobalVariablesTestCase(TestBase):
         self.global_variables()
 
     @dwarf_test
+    @expectedFailureWindows("llvm.org/pr24764")
     def test_with_dwarf(self):
         """Test 'frame variable --scope --no-args' which omits args and shows scopes."""
         self.buildDwarf()
index a70d2ca..c21b634 100644 (file)
@@ -1,3 +1,3 @@
 import lldbinline
 
-lldbinline.MakeInlineTest(__file__, globals())
+lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureWindows("llvm.org/pr24764")] )
index 65e870e..25bf9d8 100644 (file)
@@ -20,6 +20,7 @@ class StaticVariableTestCase(TestBase):
         self.buildDsym()
         self.static_variable_commands()
 
+    @expectedFailureWindows("llvm.org/pr24764")
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test that file and class static variables display correctly."""
index fd1ca36..b1c838c 100644 (file)
@@ -17,6 +17,7 @@ class CPPTestDiamondInheritance(TestBase):
         self.diamong_inheritace()
 
     @dwarf_test
+    @expectedFailureWindows("llvm.org/pr24764")
     def test_with_dwarf_and_run_command(self):
         """Test that virtual base classes work in when SBValue objects are used to explore the variable value"""
         self.buildDwarf()
index 1241126..5a71398 100644 (file)
@@ -21,6 +21,7 @@ class NamespaceTestCase(TestBase):
         self.namespace_variable_commands()
 
     # rdar://problem/8668674
+    @expectedFailureWindows("llvm.org/pr24764")
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test that anonymous and named namespace variables display correctly."""
index a83ef58..104d53f 100644 (file)
@@ -17,6 +17,7 @@ class TestCppScopes(TestBase):
         self.check()
 
     @expectedFailureDarwin
+    @expectedFailureWindows("llvm.org/pr24764")
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         self.buildDwarf()
index 8b62c54..21b2c83 100644 (file)
@@ -21,6 +21,7 @@ class CxxWCharTTestCase(TestBase):
         self.wchar_t()
 
     @dwarf_test
+    @expectedFailureWindows("llvm.org/pr24764")
     def test_with_dwarf(self):
         """Test that C++ supports wchar_t correctly."""
         self.buildDwarf()