Home
last modified time | relevance | path

Searched refs:fail_fast (Results 1 – 25 of 30) sorted by relevance

12

/external/googletest/googletest/test/
Dgoogletest-failfast-unittest.py89 def RunAndReturnOutput(test_suite=None, fail_fast=None, run_disabled=False): argument
96 if fail_fast is not None:
97 if isinstance(fail_fast, str):
98 args += ['--%s=%s' % (FAIL_FAST_FLAG, fail_fast)]
99 elif fail_fast:
123 txt, _ = RunAndReturnOutput(test_suite='HasSimpleTest', fail_fast=True)
127 txt, _ = RunAndReturnOutput(test_suite='HasSimpleTest', fail_fast=False)
188 txt, _ = RunAndReturnOutput(test_suite='HasSkipTest', fail_fast=True)
201 txt, _ = RunAndReturnOutput(test_suite='HasSkipTest', fail_fast=False)
227 fail_fast, argument
[all …]
Dgoogletest-env-var-test_.cc76 cout << GTEST_FLAG(fail_fast); in PrintFlag()
Dgtest_unittest.cc44 testing::GTEST_FLAG(fail_fast) || in TEST()
207 using testing::GTEST_FLAG(fail_fast);
1605 GTEST_FLAG(fail_fast) = false; in SetUpTestSuite()
1634 EXPECT_FALSE(GTEST_FLAG(fail_fast)); in VerifyAndModifyFlags()
1652 GTEST_FLAG(fail_fast) = true; in VerifyAndModifyFlags()
5575 fail_fast(false), in Flags()
5624 static Flags FailFast(bool fail_fast) { in FailFast()
5626 flags.fail_fast = fail_fast; in FailFast()
5723 bool fail_fast; member
5746 GTEST_FLAG(fail_fast) = false; in SetUp()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc75 GetStatusResponse* response, bool fail_fast, in GetStatusAsync() argument
78 fail_fast); in GetStatusAsync()
274 bool fail_fast = true) { in IssueRequest() argument
277 callback_threadpool_, MaxRetries(), fail_fast, &target_); in IssueRequest()
Dgrpc_state.h48 bool fail_fast = true, const string* target = nullptr)
63 [fail_fast, &done]() -> bool {
76 return fail_fast;
95 thread::ThreadPool* threadpool, bool fail_fast, int64 timeout_in_ms, in RPCState() argument
105 fail_fast_(fail_fast), in RPCState()
/external/autotest/client/common_lib/test_utils/
Dmock.py272 def __init__(self, debug=False, fail_fast=True, ut=None): argument
284 self._fail_fast = fail_fast
288 def set_fail_fast(self, fail_fast): argument
289 self._fail_fast = fail_fast
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dclient_context.h258 void set_fail_fast(bool fail_fast) { set_wait_for_ready(!fail_fast); } in set_fail_fast() argument
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dclient_context.h295 void set_fail_fast(bool fail_fast) { set_wait_for_ready(!fail_fast); } in set_fail_fast() argument
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dclient_context.h295 void set_fail_fast(bool fail_fast) { set_wait_for_ready(!fail_fast); } in set_fail_fast() argument
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker.h49 GetStatusResponse* response, bool fail_fast,
Dtest_utils.h34 GetStatusResponse* response, bool fail_fast, in GetStatusAsync() argument
Dworker_interface.h41 GetStatusResponse* response, bool fail_fast,
Dcollective_param_resolver_distributed_test.cc57 GetStatusResponse* response, bool fail_fast, in GetStatusAsync() argument
Dworker.cc39 GetStatusResponse* response, bool fail_fast, in GetStatusAsync() argument
Dcollective_rma_distributed_test.cc78 GetStatusResponse* response, bool fail_fast, in GetStatusAsync() argument
/external/googletest/googletest/src/
Dgtest-internal-inl.h169 fail_fast_ = GTEST_FLAG(fail_fast); in GTestFlagSaver()
194 GTEST_FLAG(fail_fast) = fail_fast_; in ~GTestFlagSaver()
Dgtest.cc220 fail_fast, internal::BoolFromGTestEnv("fail_fast", GetDefaultFailFast()),
3016 if (GTEST_FLAG(fail_fast) && GetMutableTestInfo(i)->result()->Failed()) { in Run()
5856 if (GTEST_FLAG(fail_fast) && in RunAllTests()
6511 ParseBoolFlag(arg, kFailFast, &GTEST_FLAG(fail_fast)) || in ParseGoogleTestFlag()
/external/autotest/server/cros/network/rf_switch/
Drf_switch_unittest.py21 self.god = mock.mock_god(debug=False, fail_fast=True)
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py555 should_raise = hasattr(instance, 'fail_fast') and instance.fail_fast
4515 self.fail_fast = bool(args_dict[flag_name].lower() == 'true')
4517 self.fail_fast = default
/external/googletest/googletest/include/gtest/
Dgtest.h106 GTEST_DECLARE_bool_(fail_fast);
/external/python/cpython3/Lib/
Ddoctest.py2772 if args.fail_fast:
/external/rust/crates/grpcio-sys/grpc/tools/doxygen/
DDoxyfile.core784 doc/fail_fast.md \
DDoxyfile.objc.internal775 doc/fail_fast.md \
DDoxyfile.objc775 doc/fail_fast.md \
/external/grpc-grpc/tools/doxygen/
DDoxyfile.core781 doc/fail_fast.md \

12