]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
patch ../102588721.patch
authorDoug Evans <dje@google.com>
Thu, 10 Dec 2015 20:00:34 +0000 (12:00 -0800)
committerDoug Evans <dje@google.com>
Thu, 10 Dec 2015 20:00:34 +0000 (12:00 -0800)
README.google
gdb/testsuite/gdb.go/methods.exp

index d69ba1dd0404f86252f1151aca4d2c6d8457514b..0f6af39642c61cbb1691a23add6e2e225b0c1ee0 100644 (file)
@@ -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  <dje@google.com>
++
++      Submitted upstream, but not committed there yet.
++      PR go/18926
++      * gdb.go/methods.exp: Mark gdb_breakpoint calls as known failures.
index 643e29c670cd9d760c2f8561fc9e788b9548b243..fa02c2b5cd4057ce19e0f20bfec260755917ebcf 100644 (file)
@@ -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"