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/expression_command | |
| 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/expression_command')
| -rw-r--r-- | lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py b/lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py index 1d9aa605921..9d63e8f98b2 100644 --- a/lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py +++ b/lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py @@ -13,6 +13,7 @@ class Radar9531204TestCase(TestBase): mydir = os.path.join("expression_command", "radar_9531204") # rdar://problem/9531204 + @expectedFailureFreeBSD('llvm.org/pr17183') def test_expr_commands(self): """The evaluating printf(...) after break stop and then up a stack frame.""" self.buildDefault() |

