Author: sivachandra
Date: Wed Mar 18 18:02:28 2015
New Revision: 232687

URL: http://llvm.org/viewvc/llvm-project?rev=232687&view=rev
Log:
Enable TestCallStdStringFunction for GCC.

Test Plan: dotest.py -C gcc -p TestCallStdStringFunction

Reviewers: vharron

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D8426

Modified:
    
lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py

Modified: 
lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py?rev=232687&r1=232686&r2=232687&view=diff
==============================================================================
--- 
lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py 
(original)
+++ 
lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py 
Wed Mar 18 18:02:28 2015
@@ -28,7 +28,6 @@ class ExprCommandCallFunctionTestCase(Te
 
     @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):


_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to