diff options
| author | Ed Maste <emaste@freebsd.org> | 2013-09-10 16:25:05 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2013-09-10 16:25:05 +0000 |
| commit | fcd4caac8c588a05e4e076269355824c664691a2 (patch) | |
| tree | 2c6c2ad19e30ed2cb2c5ec70a67eff2c4513829e /lldb/test/lang/cpp/namespace/TestNamespace.py | |
| parent | d397a9ba1d26c75459bcc3f01c8beb8c380c44bd (diff) | |
| download | bcm5719-llvm-fcd4caac8c588a05e4e076269355824c664691a2.tar.gz bcm5719-llvm-fcd4caac8c588a05e4e076269355824c664691a2.zip | |
test: Add @expectedFailureFreeBSD decorators
http://llvm.org/pr17183 expression w/ varargs printf() fails
http://llvm.org/pr15302 'anonymous namespace' prefix missing
llvm-svn: 190415
Diffstat (limited to 'lldb/test/lang/cpp/namespace/TestNamespace.py')
| -rw-r--r-- | lldb/test/lang/cpp/namespace/TestNamespace.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/namespace/TestNamespace.py b/lldb/test/lang/cpp/namespace/TestNamespace.py index f13d158b60c..52c4ad00478 100644 --- a/lldb/test/lang/cpp/namespace/TestNamespace.py +++ b/lldb/test/lang/cpp/namespace/TestNamespace.py @@ -22,6 +22,7 @@ class NamespaceTestCase(TestBase): # rdar://problem/8668674 @expectedFailureGcc # llvm.org/pr15302: lldb does not print 'anonymous namespace' when the inferior is built with GCC (4.7) + @expectedFailureFreeBSD('llvm.org/pr15302') @dwarf_test def test_with_dwarf_and_run_command(self): """Test that anonymous and named namespace variables display correctly.""" |

