Don't call vg_assert inside sync_signalhandler_from_kernel
[valgrind.git] / memcheck / tests / bug340392.vgtest
blob575c8d652ce33db80ed58b177465cea3caec6a75
1 # When run without --expensive-definedness-checks valgrind
2 # produces:
4 # ==10953== Conditional jump or move depends on uninitialised value(s)
5 # ==10953==    at 0x4004F8: main (bug340392.c:15)
7 # Making sure we don't get the message.
9 prog: bug340392
10 vgopts: -q --expensive-definedness-checks=yes
11 # Doesn't currently work on power
12 # See https://bugs.kde.org/show_bug.cgi?id=352364
13 prereq: ! ../../tests/arch_test ppc32 && ! ../../tests/arch_test ppc64 && ! ../../tests/arch_test ppc64le