diff options
| author | Enrico Granata <egranata@apple.com> | 2013-02-23 01:28:30 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2013-02-23 01:28:30 +0000 |
| commit | 43f62133528ae12dd893892a4e8dcf0672d5d8a5 (patch) | |
| tree | fda7aee8020df25477e7280b9729d2497448294c /lldb/test/lang/cpp/class_static/TestStaticVariables.py | |
| parent | 3573f4ce8ea2e4f704bc96d00be48202f055a10d (diff) | |
| download | bcm5719-llvm-43f62133528ae12dd893892a4e8dcf0672d5d8a5.tar.gz bcm5719-llvm-43f62133528ae12dd893892a4e8dcf0672d5d8a5.zip | |
Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber
llvm-svn: 175945
Diffstat (limited to 'lldb/test/lang/cpp/class_static/TestStaticVariables.py')
| -rw-r--r-- | lldb/test/lang/cpp/class_static/TestStaticVariables.py | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lldb/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/test/lang/cpp/class_static/TestStaticVariables.py index c434bdd469d..df440a696d3 100644 --- a/lldb/test/lang/cpp/class_static/TestStaticVariables.py +++ b/lldb/test/lang/cpp/class_static/TestStaticVariables.py @@ -27,9 +27,8 @@ class StaticVariableTestCase(TestBase): self.static_variable_commands() @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") - #rdar://problem/9980907 - @expectedFailureClang - @expectedFailureGcc + @expectedFailureClang(9980907) + @expectedFailureGcc(9980907) @python_api_test @dsym_test def test_with_dsym_and_python_api(self): @@ -37,9 +36,8 @@ class StaticVariableTestCase(TestBase): self.buildDsym() self.static_variable_python() - #rdar://problem/9980907 - @expectedFailureClang - @expectedFailureGcc + @expectedFailureClang(9980907) + @expectedFailureGcc(9980907) @python_api_test @dwarf_test def test_with_dwarf_and_python_api(self): |

