diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2013-02-19 19:54:16 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2013-02-19 19:54:16 +0000 |
| commit | 5b7c14b3c8791add14a17f2b6578fc9f86353ac0 (patch) | |
| tree | 8dccd2e3991ce9055be900627133e118098902e5 /lldb/test/lang/cpp/class_static/TestStaticVariables.py | |
| parent | 0e48803252804e067830eda616682708603876fa (diff) | |
| download | bcm5719-llvm-5b7c14b3c8791add14a17f2b6578fc9f86353ac0.tar.gz bcm5719-llvm-5b7c14b3c8791add14a17f2b6578fc9f86353ac0.zip | |
A few more GCC specific test fixes as per logged PRs:
- TestNamespace expected to fail due to PR-15302
- TestCPPBool and TestUnsignedTypes updated to handle GCC style debug information
- TestRvalueReferences expected fail due to GCC (4.7) not outputting rvalue-reference debug information
- TestDataFormatterStdVBool expected to fail due to PR-15301
llvm-svn: 175551
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): |

