Searched refs:sanity (Results 1 – 25 of 113) sorted by relevance
12345
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],[
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
15 ## Common 'default' path to ensure the sanity of users. Search the current
23 // sanity test for the changes.28 // sanity test for the changes.
2 vgopts: --sanity-level=3
2 vgopts: --hg-sanity-flags=111111
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
3 ; This is a basic sanity check for constant propagation. The add instruction
6 ; This is a basic sanity check for constant propagation. The add instruction
58 void sanity(void *arg) { in sanity() function
118 EXPECT_EQ(0, [view_ selectedRow]); // sanity134 EXPECT_EQ(1, [view_ selectedRow]); // sanity
1 ; Simple sanity check testcase. Both alloca's should be eliminated.
1 ; Basic sanity test to check that instruction operands are encoded with
259 sanity(); in getResultKind()620 void sanity() const { in sanity() function