diff options
author | Siva Chandra <sivachandra@google.com> | 2015-03-18 23:02:28 +0000 |
---|---|---|
committer | Siva Chandra <sivachandra@google.com> | 2015-03-18 23:02:28 +0000 |
commit | a996bff82e891bf3f26877372d337e8a18568fb2 (patch) | |
tree | 040d48e10fcf0ae1fbc85612c1ecb9f96cbee4d6 /lldb/test/expression_command/call-function | |
parent | 6d370568c3239568f9ba375f521ea84315abace7 (diff) | |
download | bcm5719-llvm-a996bff82e891bf3f26877372d337e8a18568fb2.tar.gz bcm5719-llvm-a996bff82e891bf3f26877372d337e8a18568fb2.zip |
Enable TestCallStdStringFunction for GCC.
Test Plan: dotest.py -C gcc -p TestCallStdStringFunction
Reviewers: vharron
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D8426
llvm-svn: 232687
Diffstat (limited to 'lldb/test/expression_command/call-function')
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStdStringFunction.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py index a6bef9acc5e..e7ebbe0e639 100644 --- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py @@ -28,7 +28,6 @@ class ExprCommandCallFunctionTestCase(TestBase): @dwarf_test @expectedFailureFreeBSD('llvm.org/pr17807') # Fails on FreeBSD buildbot - @expectedFailureGcc # llvm.org/pr14437, fails with GCC 4.6.3 and 4.7.2 @expectedFailureIcc # llvm.org/pr14437, fails with ICC 13.1 @expectedFailureDarwin(16361880) # <rdar://problem/16361880>, we get the result correctly, but fail to invoke the Summary formatter. def test_with_dwarf(self): |