Home
last modified time | relevance | path

Searched refs:should_fail (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgoogletest-throw-on-failure-test.py87 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument
119 if should_fail:
137 self.assertTrue(failed == should_fail, msg)
147 self.RunAndVerify(env_var_value='0', flag_value=None, should_fail=False)
148 self.RunAndVerify(env_var_value='1', flag_value=None, should_fail=True)
153 self.RunAndVerify(env_var_value=None, flag_value='0', should_fail=False)
154 self.RunAndVerify(env_var_value=None, flag_value='1', should_fail=True)
159 self.RunAndVerify(env_var_value='0', flag_value='0', should_fail=False)
160 self.RunAndVerify(env_var_value='0', flag_value='1', should_fail=True)
161 self.RunAndVerify(env_var_value='1', flag_value='0', should_fail=False)
[all …]
/freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dtaint.t36 sub should_fail { subroutine
76 should_fail TYPE => 'file', SOURCE => $tfile;
77 should_fail TYPE => 'file', SOURCE => $tfile, UNTAINT => 1;
78 should_fail TYPE => 'file', SOURCE => $file;
83 should_fail TYPE => 'filehandle', SOURCE => $fh;
95 should_fail TYPE => 'string', SOURCE => $ttemplate;
96 should_fail TYPE => 'string', SOURCE => $ttemplate, UNTAINT => 1;
103 should_fail TYPE => 'array', SOURCE => $tarray;
104 should_fail TYPE => 'array', SOURCE => $tarray, UNTAINT => 1;
/freebsd-14.2/crypto/openssl/test/recipes/
H A D91-test_pkey_check.t30 my $should_fail = shift;
35 $str = "$f should fail validation" if $should_fail;
36 $str = "$f should pass validation" unless $should_fail;
41 with({ exit_checker => sub { return shift == $should_fail; } },
/freebsd-14.2/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_constant_conv1.c6 should_fail() in should_fail() function
H A Dd_type_conv3.c6 should_fail() in should_fail() function
H A Dd_constant_conv2.c6 should_fail() in should_fail() function
H A Dd_type_conv2.c6 should_fail() in should_fail() function
H A Dd_type_conv1.c6 should_fail() in should_fail() function