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
This commit is contained in:
Siva Chandra 2015-03-18 23:02:28 +00:00
parent 6d370568c3
commit a996bff82e
1 changed files with 0 additions and 1 deletions

View File

@ -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):