gdb/testsuite/gdb.base/varargs.exp: Remove ARM KFAILs

Message ID 1406046059-3074-1-git-send-email-will.newton@linaro.org
State Committed
Headers

Commit Message

Will Newton July 22, 2014, 4:20 p.m. UTC
  These tests used to fail on ARM but now pass, so remove the KFAIL.

gdb/testsuite/ChangeLog:

2014-07-22  Will Newton  <will.newton@linaro.org>

	* gdb.base/varargs.exp: Remove KFAILs for ARM.
---
 gdb/testsuite/gdb.base/varargs.exp | 3 ---
 1 file changed, 3 deletions(-)
  

Comments

Tom Tromey July 23, 2014, 4:10 p.m. UTC | #1
>>>>> "Will" == Will Newton <will.newton@linaro.org> writes:

Will> These tests used to fail on ARM but now pass, so remove the KFAIL.
Will> gdb/testsuite/ChangeLog:

Will> 2014-07-22  Will Newton  <will.newton@linaro.org>

Will> 	* gdb.base/varargs.exp: Remove KFAILs for ARM.

Ok.

Tom
  

Patch

diff --git a/gdb/testsuite/gdb.base/varargs.exp b/gdb/testsuite/gdb.base/varargs.exp
index e4494a3..d59dc54 100644
--- a/gdb/testsuite/gdb.base/varargs.exp
+++ b/gdb/testsuite/gdb.base/varargs.exp
@@ -112,15 +112,12 @@  if [support_complex_tests] {
     global gdb_prompt
 
     set test "print find_max_float_real(4, fc1, fc2, fc3, fc4)"
-    setup_kfail gdb/12791 "arm*-*-*"
     gdb_test $test ".*= 4 \\+ 4 \\* I" $test
 
     set test "print find_max_double_real(4, dc1, dc2, dc3, dc4)"
-    setup_kfail gdb/12791 "arm*-*-*"
     gdb_test $test ".*= 4 \\+ 4 \\* I" $test
 
     set test "print find_max_long_double_real(4, ldc1, ldc2, ldc3, ldc4)"
-    setup_kfail gdb/12791 "arm*-*-*"
     gdb_test $test ".*= 4 \\+ 4 \\* I" $test
 
 }