7816a4e840
Create a suppressions file for gm so that valgrind doesn't warn about dubious actions the driver takes. There *may* be one of those that we could do something about... http://codereview.appspot.com/5820056/ git-svn-id: http://skia.googlecode.com/svn/trunk@3396 2bbb7eff-a529-9590-31e7-b0007b416f81
17 lines
341 B
Plaintext
17 lines
341 B
Plaintext
# Pass this file to Valgrind with "--suppressions=gm/valgrind.supp"
|
|
# to avoid reporting errors inside the driver.
|
|
|
|
{
|
|
nVidiaDriverUninitializedJump001
|
|
Memcheck:Cond
|
|
obj:/usr/lib/nvidia-current/libnvidia-glcore.so.280.13
|
|
}
|
|
{
|
|
nVidiaDriverLeak001
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
obj:/usr/lib/nvidia-current/libGL.so.280.13
|
|
}
|
|
|
|
|