From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6522 invoked by alias); 25 Oct 2012 08:59:31 -0000 Received: (qmail 6514 invoked by uid 22791); 25 Oct 2012 08:59:30 -0000 X-SWARE-Spam-Status: No, hits=-3.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Oct 2012 08:59:22 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id q9P8xJht030803 for ; Thu, 25 Oct 2012 10:59:19 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id q9P8xI4b019999; Thu, 25 Oct 2012 10:59:18 +0200 (CEST) Date: Thu, 25 Oct 2012 08:59:00 -0000 Message-Id: <201210250859.q9P8xI4b019999@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sourceware.org In-reply-to: <201210250801.q9P813cE009687@glazunov.sibelius.xs4all.nl> (message from Mark Kettenis on Thu, 25 Oct 2012 10:01:03 +0200 (CEST)) Subject: Re: [PATCH] PR gdb/12776 is now fixed as well; adjust testsuite References: <201210250801.q9P813cE009687@glazunov.sibelius.xs4all.nl> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-10/txt/msg00491.txt.bz2 > Date: Thu, 25 Oct 2012 10:01:03 +0200 (CEST) > From: Mark Kettenis > > Missed this yesterday. > > 2012-10-24 Mark Kettenis > > * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed. Ugh, pasted the wrong ChangeLog entry. Should have been: 2012-10-25 Mark Kettenis * gdb.base/varargs.exp: PR gdb/12776 is now fixed. (which is what I actually committed). Seems I also missed the equivalent KPASSes on amd64, so I committed the diff below as well. 2012-10-25 Mark Kettenis * gdb.base/varargs.exp: PR gdb/12790 is now fixed. Index: gdb.base/varargs.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/varargs.exp,v retrieving revision 1.20 diff -u -p -r1.20 varargs.exp --- gdb.base/varargs.exp 25 Oct 2012 08:00:58 -0000 1.20 +++ gdb.base/varargs.exp 25 Oct 2012 08:53:13 -0000 @@ -116,17 +116,14 @@ if [support_complex_tests] { global gdb_prompt set test "print find_max_float_real(4, fc1, fc2, fc3, fc4)" - setup_kfail_for_target gdb/12790 "x86_64-*-*" setup_kfail_for_target gdb/12791 "arm*-*-*" gdb_test $test ".*= 4 \\+ 4 \\* I" $test set test "print find_max_double_real(4, dc1, dc2, dc3, dc4)" - setup_kfail_for_target gdb/12790 "x86_64-*-*" setup_kfail_for_target 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_for_target gdb/12790 "x86_64-*-*" setup_kfail_for_target gdb/12791 "arm*-*-*" gdb_test $test ".*= 4 \\+ 4 \\* I" $test