Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 58) sorted by relevance

123

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_output_test_golden_lin.txt49 (expecting a failure that x should be 1)
56 (expecting a failure that x should be 1)
63 (expecting a failure on false)
86 This failure is expected, and shouldn't have a trace.
89 This failure is expected, and should have a trace.
94 This failure is expected, and shouldn't have a trace.
140 This failure is expected, and should contain trace point A.
145 This failure is expected, and should contain trace point A and B.
151 This failure is expected, and should contain trace point A, B, and C.
158 This failure is expected, and should contain trace point A, B, and D.
[all …]
Dgtest_environment_test.cc127 int RunAllTests(MyEnvironment* env, FailureType failure) { in RunAllTests() argument
129 env->set_failure_in_set_up(failure); in RunAllTests()
Dgtest_output_test_.cc852 static void AddFailure(FailureMode failure) { in AddFailure() argument
853 if (failure == FATAL_FAILURE) { in AddFailure()
892 static void AddFailureInOtherThread(FailureMode failure) { in AddFailureInOtherThread() argument
893 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL); in AddFailureInOtherThread()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_failure/
Dctor_string_error_code.pass.cpp24 std::ios_base::failure se(what_arg, make_error_code(std::errc::is_a_directory)); in main()
32 std::ios_base::failure se(what_arg); in main()
Dctor_char_pointer_error_code.pass.cpp24 std::ios_base::failure se(what_arg.c_str(), make_error_code(std::errc::is_a_directory)); in main()
32 std::ios_base::failure se(what_arg.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
Dclear.pass.cpp40 catch (std::ios::failure&) in main()
49 catch (std::ios::failure&) in main()
Dsetstate.pass.cpp40 catch (std::ios::failure&) in main()
49 catch (std::ios::failure&) in main()
Dexceptions_iostate.pass.cpp34 catch (std::ios::failure&) in main()
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp37 ios_base::failure::failure(const string& s) in failure() function in ios_base::failure
41 ios_base::failure::~failure() _STLP_NOTHROW_INHERENTLY {} in ~failure()
227 throw failure(arg); in _M_throw_failure()
Dsparc_atomic64.s18 bne 1b ! Retry upon failure
Dsparc_atomic.s21 bne 0b ! Retry upon failure
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp76 ios_base::failure::failure(const string& msg, const error_code& ec) in failure() function in ios_base::failure
81 ios_base::failure::failure(const char* msg, const error_code& ec) in failure() function in ios_base::failure
86 ios_base::failure::~failure() throw() in ~failure()
276 throw failure("ios_base::clear"); in clear()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dplain_report_formatter.ipp135 …print_stat_value( ostr, tr.p_expected_failures, m_indent, 0 , "failure" , "expected…
178 ostr << "*** " << num_failures << " failure" << ( num_failures != 1 ? "s" : "" ) << " detected";
181 …ostr << " (" << tr.p_expected_failures << " failure" << ( tr.p_expected_failures != 1 ? "s" : "" )…
Dexception_safety.ipp435 formatter << "Forced failure";
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h52 class _STLP_CLASS_DECLSPEC failure : public __Named_exception {
54 explicit failure(const string&);
55 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
/ndk/sources/third_party/googletest/googletest/
DCHANGES11 in failure messages.
12 * Improvement: failure summary in XML reports now includes file and
24 * New feature: ADD_FAILURE_AT() for reporting a test failure at the
59 can now generate custom failure messages.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios29 class failure;
234 class _LIBCPP_TYPE_VIS failure;
415 class _LIBCPP_EXCEPTION_ABI ios_base::failure
419 explicit failure(const string& __msg, const error_code& __ec = io_errc::stream);
420 explicit failure(const char* __msg, const error_code& __ec = io_errc::stream);
421 virtual ~failure() throw();
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Derrors10 ."intended to succeed. If make ignores the failure of the first\n"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
Dcopyfmt.pass.cpp162 catch (std::ios_base::failure&) in main()
/ndk/sources/cxx-stl/llvm-libc++/
DREADME.NDK93 to see the details of the failure. This may require manually updating
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dlit.cfg103 # If this is a compile (failure) test, build it and check for failure.
/ndk/sources/host-tools/make-3.81/tests/
DNEWS104 The load_limit test should now silently ignore a failure due to
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h149 explicit GoogleTestFailureException(const TestPartResult& failure);
/ndk/build/gmsl/
Dgmsl-tests502 $(call test_assert,$(call assert,$(false),failed),Assertion failure: failed)
504 $(call test_assert,$(call assert_exists,MISSING-gmsl-tests),Assertion failure: file 'MISSING-gmsl-t…
/ndk/sources/host-tools/nawk-20071023/
DFIXES107 fixed another 25-year-old RE bug, in split. it's another failure
114 was longer than the number of states triggered a failure to initialize
132 variety of odd problems, including failure to properly match certain

123