+ 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.
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"