diff options
Diffstat (limited to 'lldb/test/lang/cpp/class_static/TestStaticVariables.py')
| -rw-r--r-- | lldb/test/lang/cpp/class_static/TestStaticVariables.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/test/lang/cpp/class_static/TestStaticVariables.py index 966cee34a2f..f01c12258b2 100644 --- a/lldb/test/lang/cpp/class_static/TestStaticVariables.py +++ b/lldb/test/lang/cpp/class_static/TestStaticVariables.py @@ -23,12 +23,16 @@ class StaticVariableTestCase(TestBase): self.static_variable_commands() @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + #rdar://problem/9980907 + @expectedFailureClang @python_api_test def test_with_dsym_and_python_api(self): """Test Python APIs on file and class static variables.""" self.buildDsym() self.static_variable_python() + #rdar://problem/9980907 + @expectedFailureClang @python_api_test def test_with_dwarf_and_python_api(self): """Test Python APIs on file and class static variables.""" |

