Add memcheck suppression hitting only our linux_memcheck trybot.
It seems the GCE VMs that are used for our trybots have slightly different OS/libc versions than the Chrome infra Golo VMs, causing it to fail with the current suppressions. This should make it go green. See https://build.chromium.org/p/tryserver.webrtc/builders/linux_memcheck/builds/4374 for an example. NOTRY=True TBR=deadbeef@webrtc.org Review-Url: https://codereview.webrtc.org/2016613003 Cr-Commit-Position: refs/heads/master@{#12912}
This commit is contained in:
parent
4f6c2b6eff
commit
2e15593803
@ -19,6 +19,14 @@
|
||||
fun:NSS_NoDB_Init
|
||||
...
|
||||
}
|
||||
{
|
||||
libc_free_hitting_gce_vms
|
||||
Memcheck:Free
|
||||
fun:free
|
||||
fun:__libc_freeres
|
||||
fun:_vgnU_freeres
|
||||
...
|
||||
}
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# webrtc stuff
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user