/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
mirror_gre_scale.sh | 6 local should_fail=$1; shift 8 if ((! should_fail)); then
|
tc_flower_scale.sh | 6 local should_fail=$1; shift 14 if ((! should_fail)); then
|
router_scale.sh | 6 local should_fail=$1 11 if [[ $should_fail -eq 0 ]]; then
|
resource_scale.sh | 38 for should_fail in 0 1; do 40 target=$(${current_test}_get_target "$should_fail") 43 ${current_test}_test "$target" "$should_fail" 45 if [[ "$should_fail" -eq 0 ]]; then
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_throw_on_failure_test.py | 83 def RunAndVerify(self, env_var_value, flag_value, should_fail): 92 should_fail: True iff the program is expected to fail. 113 if should_fail: 126 self.assert_(failed == should_fail, msg) 131 self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False) 138 should_fail=False) 141 should_fail=True) 148 should_fail=False) 151 should_fail=True) 158 should_fail=False [all...] |
/external/googletest/googletest/test/ |
googletest-throw-on-failure-test.py | 80 def RunAndVerify(self, env_var_value, flag_value, should_fail): 89 should_fail: True iff the program is expected to fail. 110 if should_fail: 123 self.assert_(failed == should_fail, msg) 128 self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False) 135 should_fail=False) 138 should_fail=True) 145 should_fail=False) 148 should_fail=True) 155 should_fail=False [all...] |
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
tc_flower_scale.sh | 71 local should_fail=$1; shift 86 check_err_fail $should_fail $? "Rule insertion" 92 local should_fail=$1; shift 95 tc_flower_rules_create $count $should_fail 118 local should_fail=$1; shift 133 __tc_flower_test $count $should_fail
|
mirror_gre_scale.sh | 52 local should_fail=$1; shift 88 check_err_fail $should_fail $? "Mirror rule insertion" 113 local should_fail=$1; shift 115 mirror_gre_tunnels_create $count $should_fail 116 if ((should_fail)); then 136 local should_fail=$1; shift 144 __mirror_gre_test $count $should_fail
|
mirror_gre.sh | 153 local should_fail=$1; shift 160 if ((should_fail)); then 167 log_test "$what: should_fail=$should_fail ($tcflags)" 172 local should_fail=$1; shift 174 test_span_failable $should_fail gt6-key "mirror to keyful gretap" 175 test_span_failable $should_fail gt6-soft "mirror to gretap w/ soft underlay"
|
router_scale.sh | 113 local should_fail=$2 121 check_err_fail $should_fail $? "Offload of $route_count routes" 122 if [[ $RET -ne 0 ]] || [[ $should_fail -eq 1 ]]; then
|
/external/ltp/testcases/kernel/security/tomoyo/ |
tomoyo_rewrite_test.c | 26 static int should_fail = 0; variable 31 should_fail ? "must fail" : "must success"); 37 if (should_fail) { 74 should_fail = 0; 86 should_fail = 1; 119 should_fail = 0;
|
tomoyo_file_test.c | 26 static int should_fail = 0; variable 31 should_fail ? "must fail" : "should success"); 37 if (should_fail) { 288 should_fail = 1; 296 should_fail = 0;
|
tomoyo_new_test.c | 620 int should_fail; local 621 for (should_fail = 0; should_fail < 2; should_fail++) { 624 if (!should_fail) 628 show_result(tests[i].policy, !should_fail); 632 if (!should_fail)
|
tomoyo_filesystem_test.c | 27 static void show_prompt(const char *str, const int should_fail) 30 should_fail ? "must fail" : "should success");
|
/external/boringssl/src/crypto/test/ |
malloc.cc | 103 bool should_fail = (current_malloc_count == malloc_number_to_fail); local 106 if (should_fail && break_on_fail) { 109 return should_fail;
|
/external/libxkbcommon/xkbcommon/test/ |
rules-file.c | 45 bool should_fail; member in struct:test_data 60 if (data->should_fail) 68 return data->should_fail; 143 .should_fail = true
|
/external/webrtc/talk/app/webrtc/test/ |
fakedtlsidentitystore.h | 108 void set_should_fail(bool should_fail) { 109 should_fail_ = should_fail;
|
/external/v8/tools/clang/plugins/tests/ |
weak_ptr_factory.cpp | 51 namespace should_fail { namespace 82 } // namespace should_fail
|
/external/mockito/src/test/java/org/mockitousage/junitrule/ |
VerificationCollectorImplTest.java | 111 public void should_fail() { method in class:VerificationCollectorImplTest.VerificationCollectorRuleInner
|
/external/autotest/client/site_tests/logging_CrashSender/ |
logging_CrashSender.py | 135 result = self._call_sender_one_crash(should_fail=True) 190 result = self._call_sender_one_crash(should_fail=True)
|
/external/autotest/client/cros/crash/ |
crash_test.py | 553 should_fail=False): 575 ignore_status=should_fail)
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
lib.sh | 178 local should_fail=$1; shift 182 if ((should_fail)); then
|
/external/tensorflow/tensorflow/python/profiler/ |
model_analyzer_test.py | 417 def pprof_test_helper(self, attribute, should_fail=False): 440 if should_fail: [all...] |
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
convert_nodes_test.cc | 484 bool should_fail = false; local 486 &should_fail](OpConverterParams* params) -> Status { 487 if (should_fail) return errors::InvalidArgument(""); 505 should_fail = true; [all...] |
/external/syzkaller/pkg/report/ |
linux.go | 587 compile(`^ should_fail(\.[a-z]+\.[0-9]+)?\+0x`), [all...] |