0435f161fc
mute complaints about apparent driver bugs. http://codereview.appspot.com/5837046/ git-svn-id: http://skia.googlecode.com/svn/trunk@3406 2bbb7eff-a529-9590-31e7-b0007b416f81
17 lines
344 B
Plaintext
17 lines
344 B
Plaintext
# Pass this file to Valgrind with "--suppressions=tests/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
|
|
}
|
|
|
|
|