gdb/testsuite/gdb.base/varargs.exp: Remove ARM KFAILs
authorWill Newton <will.newton@linaro.org>
Tue, 22 Jul 2014 16:16:48 +0000 (17:16 +0100)
committerWill Newton <will.newton@linaro.org>
Mon, 28 Jul 2014 14:43:52 +0000 (15:43 +0100)
These tests used to fail on ARM but now pass, so remove the KFAIL.

gdb/testsuite/ChangeLog:

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

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

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/varargs.exp

index f64371c9cff2c0862436e1d2fcdfa7954fdffe1e..2da2c66c269492e9c5b6d876f2da1b9e0fd3df8f 100644 (file)
@@ -1,3 +1,7 @@
+2014-07-28  Will Newton  <will.newton@linaro.org>
+
+       * gdb.base/varargs.exp: Remove KFAILs for ARM.
+
 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
            Doug Evans  <xdje42@gmail.com>
 
index e4494a3346b648aaf0dfa09c524d848b60ea913a..d59dc545a0b76c2b8b29091f1d1c278c0fa70eec 100644 (file)
@@ -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
 
 }
This page took 0.029368 seconds and 4 git commands to generate.