mirror of
https://github.com/golang/go
synced 2024-11-12 01:10:21 -07:00
Remove useless "Trace/breakpoint trap" lines using the format
that is generated on Goobuntu. R=r,rsc DELTA=2 (1 added, 0 deleted, 1 changed) OCL=18973 CL=18976
This commit is contained in:
parent
0e544fa0e3
commit
07c54425c0
3
test/run
3
test/run
@ -59,7 +59,8 @@ done | # clean up some stack noise
|
||||
s/ PC=0x[0-9a-f]*/ PC=xxx/
|
||||
s/^pc: 0x[0-9a-f]*/pc: xxx/
|
||||
/^Trace\/breakpoint trap/d
|
||||
/RUNFILE/ s/line 1: *[0-9]*/line 1: PID/' > run.out
|
||||
/RUNFILE/ s/line 1: *[0-9]*/line 1: PID/
|
||||
/^\$RUNFILE: line 1: PID Trace\/breakpoint trap/d' > run.out
|
||||
|
||||
case $failed in
|
||||
1)
|
||||
|
Loading…
Reference in New Issue
Block a user