diff options
Diffstat (limited to 'lldb/test/lang/cpp/class_static/TestStaticVariables.py')
| -rw-r--r-- | lldb/test/lang/cpp/class_static/TestStaticVariables.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/test/lang/cpp/class_static/TestStaticVariables.py index f2bd2186c55..c434bdd469d 100644 --- a/lldb/test/lang/cpp/class_static/TestStaticVariables.py +++ b/lldb/test/lang/cpp/class_static/TestStaticVariables.py @@ -29,6 +29,7 @@ class StaticVariableTestCase(TestBase): @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") #rdar://problem/9980907 @expectedFailureClang + @expectedFailureGcc @python_api_test @dsym_test def test_with_dsym_and_python_api(self): @@ -38,6 +39,7 @@ class StaticVariableTestCase(TestBase): #rdar://problem/9980907 @expectedFailureClang + @expectedFailureGcc @python_api_test @dwarf_test def test_with_dwarf_and_python_api(self): |

