diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-08-23 01:00:14 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-23 01:00:14 +0000 |
| commit | 49996274fdbf283ca08ab8f8acb882bab14c9377 (patch) | |
| tree | 449e4c9b99aa3548b743317a448008cc3b06c14b /lldb/test/lang/cpp/class_static/TestStaticVariables.py | |
| parent | dc9407308e735860a54bbeb46bdb556f4dcc6bf0 (diff) | |
| download | bcm5719-llvm-49996274fdbf283ca08ab8f8acb882bab14c9377.tar.gz bcm5719-llvm-49996274fdbf283ca08ab8f8acb882bab14c9377.zip | |
Add some expected failure decorators with radar numbers.
llvm-svn: 138316
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.""" |

