diff --git a/gdb-6.8-upstream.patch b/gdb-6.8-upstream.patch index dee63d9..5509ae5 100644 --- a/gdb-6.8-upstream.patch +++ b/gdb-6.8-upstream.patch @@ -778,3 +778,40 @@ diff -u -r1.40 -r1.41 } static int + + + +2008-05-03 Jan Kratochvil + + * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions. + +=================================================================== +RCS file: /cvs/src/src/gdb/testsuite/gdb.base/dfp-test.exp,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -u -r1.5 -r1.6 +--- src/gdb/testsuite/gdb.base/dfp-test.exp 2008/01/30 03:19:26 1.5 ++++ src/gdb/testsuite/gdb.base/dfp-test.exp 2008/05/03 21:56:38 1.6 +@@ -252,16 +252,16 @@ + + # Test calling inferior function with DFP arguments or return value. + +-send_gdb "call arg0_32 (1.2df, 2.2df, 3.2df, 4.2df, 5.2df, 6.2df)\n" +-gdb_test "backtrace 1" "\n#\[0-9\]+ arg0_32 \\(arg0=1.2, arg1=2.2, arg2=3.2, arg3=4.2, arg4=5.2, arg5=6.2\\).*" "Call function with correct _Decimal32 arguments." ++gdb_test "call arg0_32 (1.2df, 2.2df, 3.2df, 4.2df, 5.2df, 6.2df)" "Breakpoint.*arg0_32.*" "Call function with correct _Decimal32 arguments." ++gdb_test "backtrace 1" "\n#\[0-9\]+ arg0_32 \\(arg0=1.2, arg1=2.2, arg2=3.2, arg3=4.2, arg4=5.2, arg5=6.2\\).*" "Backtrace function with correct _Decimal32 arguments." + gdb_test "finish" " = 1.2" "Correct _Decimal32 return value from called function." + +-send_gdb "call arg0_64 (1.2dd, 2.2dd, 3.2dd, 4.2dd, 5.2dd, 6.2dd)\n" +-gdb_test "backtrace 1" "\n#\[0-9\]+ arg0_64 \\(arg0=1.2, arg1=2.2, arg2=3.2, arg3=4.2, arg4=5.2, arg5=6.2\\).*" "Call function with correct _Decimal64 arguments." ++gdb_test "call arg0_64 (1.2dd, 2.2dd, 3.2dd, 4.2dd, 5.2dd, 6.2dd)" "Breakpoint.*arg0_64.*" "Call function with correct _Decimal64 arguments." ++gdb_test "backtrace 1" "\n#\[0-9\]+ arg0_64 \\(arg0=1.2, arg1=2.2, arg2=3.2, arg3=4.2, arg4=5.2, arg5=6.2\\).*" "Backtrace function with correct _Decimal64 arguments." + gdb_test "finish" " = 1.2" "Correct _Decimal64 return value from called function." + +-send_gdb "call arg0_128 (1.2dl, 2.2dl, 3.2dl, 4.2dl, 5.2dl, 6.2dl)\n" +-gdb_test "backtrace 1" "\n#\[0-9\]+ arg0_128 \\(arg0=1.2, arg1=2.2, arg2=3.2, arg3=4.2, arg4=5.2, arg5=6.2\\).*" "Call function with correct _Decimal128 arguments." ++gdb_test "call arg0_128 (1.2dl, 2.2dl, 3.2dl, 4.2dl, 5.2dl, 6.2dl)" "Breakpoint.*arg0_128.*" "Call function with correct _Decimal128 arguments." ++gdb_test "backtrace 1" "\n#\[0-9\]+ arg0_128 \\(arg0=1.2, arg1=2.2, arg2=3.2, arg3=4.2, arg4=5.2, arg5=6.2\\).*" "Backtrace function with correct _Decimal128 arguments." + gdb_test "finish" " = 1.2" "Correct _Decimal128 return value from called function." + + gdb_test "call decimal_dec128_align (double_val1, dec128_val2, double_val3, double_val4, double_val5, double_val6, double_val7, double_val8, double_val9, double_val10, double_val11, double_val12, double_val13, double_val14)" " = 1" \ diff --git a/gdb.spec b/gdb.spec index bab2b4f..f9d3e4b 100644 --- a/gdb.spec +++ b/gdb.spec @@ -766,6 +766,7 @@ fi %changelog * Sat May 3 2008 Jan Kratochvil - 6.8-5cvspost - Fix gdb.base/gcore-shmid0.exp to be unresolved on recent kernels. +- Make the testsuite results of dfp-test.exp more stable. * Sun Apr 27 2008 Jan Kratochvil - 6.8-5 - Remove the kernel VDSO workaround (`no loadable ...') (kernel BZ 312011).