Searched refs:sanity (Results 1 – 25 of 135) sorted by relevance
123456
1 dnl Check a program for version sanity. The test runs a program, passes it an4 dnl passes the sanity check.11 AC_MSG_CHECKING([sanity for program ]$1)12 sanity="0"15 sanity=`$1 $2 2>&1 | grep "$3"`16 if test -z "$sanity" ; then18 sanity="0"20 AC_MSG_WARN([Program ]$1[ failed to pass sanity check.])22 AC_MSG_ERROR([Program ]$1[ failed to pass sanity check.])26 sanity="1"
6 AC_CACHE_CHECK([for HUGE_VAL sanity], [ac_cv_huge_val_sanity],[
131 name=sanity test 01 (memory leak)138 name=sanity test 02 (malloc/read left)144 name=sanity test 03 (malloc/read right)150 name=sanity test 04 (malloc/write left)156 name=sanity test 05 (malloc/write right)163 name=sanity test 06 (new/read left)169 name=sanity test 07 (new/read right)175 name=sanity test 08 (new/write left)181 name=sanity test 09 (new/write right)187 name=sanity test 10 (write after free)[all …]
6 perf-test - Runs sanity tests.15 This command does assorted sanity tests, initially through linked routines but
442 sanity()493 sanity525 sanity747 sanity752 sanity
94 ## Check the sanity of current variables95 sanity()146 sanity178 sanity400 sanity405 sanity
23 // sanity test for the changes.28 // sanity test for the changes.
2 vgopts: --sanity-level=3
2 vgopts: --hg-sanity-flags=111111
94 ## Check the sanity of current variables95 sanity()146 sanity178 sanity395 sanity400 sanity
5 ; sanity check that the argument and return value are both dead22 ; sanity check that return value is dead
26 Controls if the :ref:`galahad` sanity checker module should be used.45 Gallium has a built-in shader sanity checker. This option controls whether46 the shader sanity checker prints its warnings and errors to stderr.
4 # Don't run Memcheck sanity tests under ThreadSanitizer since they can
1 ; This is a basic sanity check for constant propagation. The add instruction
1 ; This is a basic sanity check for constant propagation. It tests the basic
58 void sanity(void *arg) { in sanity() function
118 EXPECT_EQ(0, [view_ selectedRow]); // sanity134 EXPECT_EQ(1, [view_ selectedRow]); // sanity
6 void sanity() { function