From: Doug Evans Date: Thu, 10 Dec 2015 20:00:34 +0000 (-0800) Subject: patch ../102588721.patch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f275f1c37610a5b5d1f5ead58f716352202a82;p=thirdparty%2Fbinutils-gdb.git patch ../102588721.patch --- diff --git a/README.google b/README.google index d69ba1dd040..0f6af39642c 100644 --- a/README.google +++ b/README.google @@ -437,3 +437,11 @@ they are an ongoing maintenance burden. + testsuite/ + * gdb.arch/amd64-entry-value-paramref.S: Re-fixup DIE offsets, they're + relative to the start of the CU. +--- README.google 2015-09-06 01:25:12.000000000 -0700 ++++ README.google 2015-09-08 13:41:18.000000000 -0700 ++ ++2015-09-08 Doug Evans ++ ++ Submitted upstream, but not committed there yet. ++ PR go/18926 ++ * gdb.go/methods.exp: Mark gdb_breakpoint calls as known failures. diff --git a/gdb/testsuite/gdb.go/methods.exp b/gdb/testsuite/gdb.go/methods.exp index 643e29c670c..fa02c2b5cd4 100644 --- a/gdb/testsuite/gdb.go/methods.exp +++ b/gdb/testsuite/gdb.go/methods.exp @@ -36,14 +36,14 @@ if { [go_runto_main] < 0 } { return -1 } -if { [gdb_breakpoint ${bp_location1}] } { - pass "setting breakpoint 1" -} +setup_kfail "go/18926" "*-*-*" +gdb_breakpoint ${bp_location1} message + setup_xfail "*-*-*" ;# mangling issues IIRC gdb_test "cont" "Breakpoint .*:${bp_location1}.*" "Going to first breakpoint" -if { [gdb_breakpoint ${bp_location2}] } { - pass "setting breakpoint 2" -} +setup_kfail "go/18926" "*-*-*" +gdb_breakpoint ${bp_location2} message + setup_xfail "*-*-*" ;# mangling issues IIRC gdb_test "cont" "Breakpoint .*:${bp_location2_regexp}.*" "Going to second breakpoint"