Home
last modified time | relevance | path

Searched full:fatal (Results 1 – 25 of 1381) sorted by relevance

12345678910>>...56

/external/protobuf/gtest/test/
Dgtest_output_test_golden_win.txt285 gtest.cc:#: error: Expected: 1 non-fatal failure
290 gtest.cc:#: error: Expected: 1 non-fatal failure
292 gtest_output_test_.cc:#: Non-fatal failure:
294 Expected non-fatal failure 1.
296 gtest_output_test_.cc:#: Non-fatal failure:
298 Expected non-fatal failure 2.
303 gtest.cc:#: error: Expected: 1 non-fatal failure
305 gtest_output_test_.cc:#: Fatal failure:
307 Expected fatal failure.
312 gtest.cc:#: error: Expected: 1 non-fatal failure
[all …]
Dgtest_output_test_golden_lin.txt317 Expected: 1 non-fatal failure
323 Expected: 1 non-fatal failure
325 gtest_output_test_.cc:#: Non-fatal failure:
327 Expected non-fatal failure 1.
329 gtest_output_test_.cc:#: Non-fatal failure:
331 Expected non-fatal failure 2.
337 Expected: 1 non-fatal failure
339 gtest_output_test_.cc:#: Fatal failure:
341 Expected fatal failure.
347 Expected: 1 non-fatal failure
[all …]
Dgtest_output_test_.cc61 // Tests catching fatal failures.
68 // This function calls a test subroutine, catches the fatal failure it
71 // Calls a subrountine that yields a fatal failure. in TryTestSubroutine()
74 // Catches the fatal failure and aborts the test. in TryTestSubroutine()
90 // Tests catching a fatal failure in a subroutine.
97 // Tests catching a fatal failure in a nested subroutine.
101 // Calls a subrountine that yields a fatal failure. in TEST()
104 // Catches the fatal failure and aborts the test. in TEST()
319 // Tests non-fatal failures in the fixture constructor.
344 // Tests fatal failures in the fixture constructor.
[all …]
Dgtest_environment_test.cc54 // generate a non-fatal failure, generate a fatal failure, or
61 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp()
64 FAIL() << "Expected fatal failure in global set-up."; in SetUp()
71 // Generates a non-fatal failure.
74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; in TearDown()
152 // set-up generates no fatal failure. in main()
155 "and the global tear-down should generate a non-fatal failure."); in main()
158 "fatal failure."); in main()
163 // generates a fatal failure. in main()
166 "should generate a fatal failure."); in main()
[all …]
/external/gtest/test/
Dgtest_output_test_.cc63 // Tests catching fatal failures.
70 // This function calls a test subroutine, catches the fatal failure it
73 // Calls a subrountine that yields a fatal failure. in TryTestSubroutine()
76 // Catches the fatal failure and aborts the test. in TryTestSubroutine()
116 // Tests catching a fatal failure in a subroutine.
123 // Tests catching a fatal failure in a nested subroutine.
127 // Calls a subrountine that yields a fatal failure. in TEST()
130 // Catches the fatal failure and aborts the test. in TEST()
345 // Tests non-fatal failures in the fixture constructor.
370 // Tests fatal failures in the fixture constructor.
[all …]
Dgtest_output_test_golden_lin.txt336 Expected: 1 non-fatal failure
342 Expected: 1 non-fatal failure
344 gtest_output_test_.cc:#: Non-fatal failure:
346 Expected non-fatal failure 1.
348 gtest_output_test_.cc:#: Non-fatal failure:
350 Expected non-fatal failure 2.
356 Expected: 1 non-fatal failure
358 gtest_output_test_.cc:#: Fatal failure:
360 Expected fatal failure.
366 Expected: 1 non-fatal failure
[all …]
Dgtest_environment_test.cc58 // generate a non-fatal failure, generate a fatal failure, or
65 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp()
68 FAIL() << "Expected fatal failure in global set-up."; in SetUp()
75 // Generates a non-fatal failure.
78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; in TearDown()
158 // set-up generates no fatal failure. in main()
161 "and the global tear-down should generate a non-fatal failure."); in main()
164 "fatal failure."); in main()
169 // generates a fatal failure. in main()
172 "should generate a fatal failure."); in main()
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test_.cc61 // Tests catching fatal failures.
68 // This function calls a test subroutine, catches the fatal failure it
71 // Calls a subrountine that yields a fatal failure. in TryTestSubroutine()
74 // Catches the fatal failure and aborts the test. in TryTestSubroutine()
104 // Tests catching a fatal failure in a subroutine.
111 // Tests catching a fatal failure in a nested subroutine.
115 // Calls a subrountine that yields a fatal failure. in TEST()
118 // Catches the fatal failure and aborts the test. in TEST()
333 // Tests non-fatal failures in the fixture constructor.
358 // Tests fatal failures in the fixture constructor.
[all …]
Dgtest_output_test_golden_lin.txt323 Expected: 1 non-fatal failure
329 Expected: 1 non-fatal failure
331 gtest_output_test_.cc:#: Non-fatal failure:
333 Expected non-fatal failure 1.
335 gtest_output_test_.cc:#: Non-fatal failure:
337 Expected non-fatal failure 2.
343 Expected: 1 non-fatal failure
345 gtest_output_test_.cc:#: Fatal failure:
347 Expected fatal failure.
353 Expected: 1 non-fatal failure
[all …]
Dgtest_environment_test.cc58 // generate a non-fatal failure, generate a fatal failure, or
65 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp()
68 FAIL() << "Expected fatal failure in global set-up."; in SetUp()
75 // Generates a non-fatal failure.
78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; in TearDown()
158 // set-up generates no fatal failure. in main()
161 "and the global tear-down should generate a non-fatal failure."); in main()
164 "fatal failure."); in main()
169 // generates a fatal failure. in main()
172 "should generate a fatal failure."); in main()
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_output_test_.cc63 // Tests catching fatal failures.
70 // This function calls a test subroutine, catches the fatal failure it
73 // Calls a subrountine that yields a fatal failure. in TryTestSubroutine()
76 // Catches the fatal failure and aborts the test. in TryTestSubroutine()
116 // Tests catching a fatal failure in a subroutine.
123 // Tests catching a fatal failure in a nested subroutine.
127 // Calls a subrountine that yields a fatal failure. in TEST()
130 // Catches the fatal failure and aborts the test. in TEST()
345 // Tests non-fatal failures in the fixture constructor.
370 // Tests fatal failures in the fixture constructor.
[all …]
Dgtest_output_test_golden_lin.txt336 Expected: 1 non-fatal failure
342 Expected: 1 non-fatal failure
344 gtest_output_test_.cc:#: Non-fatal failure:
346 Expected non-fatal failure 1.
348 gtest_output_test_.cc:#: Non-fatal failure:
350 Expected non-fatal failure 2.
356 Expected: 1 non-fatal failure
358 gtest_output_test_.cc:#: Fatal failure:
360 Expected fatal failure.
366 Expected: 1 non-fatal failure
[all …]
Dgtest_environment_test.cc58 // generate a non-fatal failure, generate a fatal failure, or
65 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp()
68 FAIL() << "Expected fatal failure in global set-up."; in SetUp()
75 // Generates a non-fatal failure.
78 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; in TearDown()
158 // set-up generates no fatal failure. in main()
161 "and the global tear-down should generate a non-fatal failure."); in main()
164 "fatal failure."); in main()
169 // generates a fatal failure. in main()
172 "should generate a fatal failure."); in main()
[all …]
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_template.h105 FATAL() << "Should never be called"; in PlayoutDeviceName()
113 FATAL() << "Should never be called"; in RecordingDeviceName()
125 FATAL() << "Should never be called"; in SetPlayoutDevice()
137 FATAL() << "Should never be called"; in SetRecordingDevice()
207 FATAL() << "Should never be called"; in SetAGC()
218 FATAL() << "Should never be called"; in SetWaveOutVolume()
224 FATAL() << "Should never be called"; in WaveOutVolume()
265 FATAL() << "Should never be called"; in SpeakerVolumeStepSize()
271 FATAL() << "Should never be called"; in MicrophoneVolumeIsAvailable()
276 FATAL() << "Should never be called"; in SetMicrophoneVolume()
[all …]
/external/vboot_reference/futility/
Dcmd_vbutil_kernel.c30 static void Fatal(const char *format, ...) in Fatal() function
181 Fatal("Unable to stat %s: %s\n", filename, strerror(errno)); in ReadOldKPartFromFileOrDie()
196 Fatal("%s is too small to be a valid kernel blob\n"); in ReadOldKPartFromFileOrDie()
201 Fatal("Unable to open file %s: %s\n", filename, in ReadOldKPartFromFileOrDie()
206 Fatal("Unable to read entirety of %s: %s\n", filename, in ReadOldKPartFromFileOrDie()
393 Fatal("Missing required keyblock file.\n"); in do_vbutil_kernel()
397 Fatal("Error reading key block.\n"); in do_vbutil_kernel()
400 Fatal("Missing required signprivate file.\n"); in do_vbutil_kernel()
404 Fatal("Error reading signing key.\n"); in do_vbutil_kernel()
407 Fatal("Missing required config file.\n"); in do_vbutil_kernel()
[all …]
/external/libchrome/base/memory/
Dweak_ptr_unittest.nc20 #if defined(NCTEST_AUTO_DOWNCAST) // [r"fatal error: cannot initialize a member subobject of type …
28 #elif defined(NCTEST_STATIC_DOWNCAST) // [r"fatal error: cannot initialize a member subobject of t…
37 #elif defined(NCTEST_AUTO_REF_DOWNCAST) // [r"fatal error: non-const lvalue reference to type 'Wea…
45 #elif defined(NCTEST_STATIC_REF_DOWNCAST) // [r"fatal error: non-const lvalue reference to type 'W…
62 #elif defined(NCTEST_UNSAFE_HELPER_DOWNCAST) // [r"fatal error: cannot initialize a member subobje…
76 #elif defined(NCTEST_UNSAFE_WRONG_INSANTIATED_HELPER_DOWNCAST) // [r"fatal error: cannot initializ…
83 #elif defined(NCTEST_UNSAFE_HELPER_CAST) // [r"fatal error: cannot initialize a member subobject o…
90 #elif defined(NCTEST_UNSAFE_INSTANTIATED_HELPER_SIDECAST) // [r"fatal error: no matching function …
97 #elif defined(NCTEST_UNSAFE_WRONG_INSTANTIATED_HELPER_SIDECAST) // [r"fatal error: cannot initiali…
104 #elif defined(NCTEST_UNRELATED_HELPER) // [r"fatal error: cannot initialize a member subobject of …
[all …]
Dscoped_ptr_unittest.nc28 #if defined(NCTEST_NO_PASS_DOWNCAST) // [r"fatal error: no viable conversion from returned value o…
34 #elif defined(NCTEST_NO_REF_COUNTED_SCOPED_PTR) // [r"fatal error: static_assert failed \"T is a r…
41 #elif defined(NCTEST_NO_ARRAY_WITH_SIZE) // [r"fatal error: static_assert failed \"scoped_ptr does…
47 #elif defined(NCTEST_NO_PASS_FROM_ARRAY) // [r"fatal error: no viable overloaded '='"]
55 #elif defined(NCTEST_NO_PASS_TO_ARRAY) // [r"fatal error: no viable overloaded '='"]
63 #elif defined(NCTEST_NO_CONSTRUCT_FROM_ARRAY) // [r"fatal error: no matching constructor for initi…
70 #elif defined(NCTEST_NO_CONSTRUCT_TO_ARRAY) // [r"fatal error: no matching constructor for initial…
83 #elif defined(NCTEST_NO_CONSTRUCT_SCOPED_PTR_ARRAY_FROM_DERIVED) // [r"fatal error: calling a priv…
96 #elif defined(NCTEST_NO_RESET_SCOPED_PTR_ARRAY_FROM_DERIVED) // [r"fatal error: 'reset' is a priva…
103 #elif defined(NCTEST_NO_DELETER_REFERENCE) // [r"fatal error: base specifier must name a class"]
/external/valgrind/none/tests/
Dasync-sigs.stderr.exp1 testing: blocking=0 caught=11 fatal=7... PASSED
2 testing: blocking=0 caught=11 fatal=1... PASSED
3 testing: blocking=0 caught=10 fatal=7... PASSED
4 testing: blocking=0 caught=10 fatal=1... PASSED
5 testing: blocking=1 caught=11 fatal=7... PASSED
6 testing: blocking=1 caught=11 fatal=1... PASSED
7 testing: blocking=1 caught=10 fatal=7... PASSED
8 testing: blocking=1 caught=10 fatal=1... PASSED
Dasync-sigs.stderr.exp-mips321 testing: blocking=0 caught=11 fatal=10... PASSED
2 testing: blocking=0 caught=11 fatal=1... PASSED
3 testing: blocking=0 caught=16 fatal=10... PASSED
4 testing: blocking=0 caught=16 fatal=1... PASSED
5 testing: blocking=1 caught=11 fatal=10... PASSED
6 testing: blocking=1 caught=11 fatal=1... PASSED
7 testing: blocking=1 caught=16 fatal=10... PASSED
8 testing: blocking=1 caught=16 fatal=1... PASSED
/external/ceres-solver/internal/ceres/
Dlapack.cc75 LOG(FATAL) << "Ceres was built without a BLAS library."; in SolveInPlaceUsingCholesky()
86 LOG(FATAL) << "Congratulations, you found a bug in Ceres." in SolveInPlaceUsingCholesky()
88 << "LAPACK::dpotrf fatal error." in SolveInPlaceUsingCholesky()
103 LOG(FATAL) << "Congratulations, you found a bug in Ceres." in SolveInPlaceUsingCholesky()
105 << "LAPACK::dpotrs fatal error." in SolveInPlaceUsingCholesky()
117 LOG(FATAL) << "Ceres was built without a LAPACK library."; in EstimateWorkSizeForQR()
138 LOG(FATAL) << "Congratulations, you found a bug in Ceres." in EstimateWorkSizeForQR()
140 << "LAPACK::dgels fatal error." in EstimateWorkSizeForQR()
156 LOG(FATAL) << "Ceres was built without a LAPACK library."; in SolveInPlaceUsingQR()
181 LOG(FATAL) << "Congratulations, you found a bug in Ceres." in SolveInPlaceUsingQR()
[all …]
/external/bison/lib/
Dfatal-signal.h1 /* Emergency actions in case of a fatal signal.
24 /* It is often useful to do some cleanup action when a usually fatal signal
30 Signals with a SIG_IGN handler are considered to be non-fatal. The
35 /* Register a cleanup function to be executed when a catchable fatal signal
48 - Also, the cleanup function must not block the catchable fatal signals
52 whether during its execution the catchable fatal signals are blocked
57 /* Sometimes it is necessary to block the usually fatal signals while the
64 /* Temporarily delay the catchable fatal signals.
70 /* Stop delaying the catchable fatal signals. */
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
Dhardware_UsbBasicFileOperations.py33 msg = ('fatal error occurred during file creation: '
44 msg = ('fatal error occurred during open(): '
51 msg = ('fatal error occurred during read(): '
58 msg = ('fatal error occurred during close(): '
67 msg = ('fatal error occurred during a file copy: '
72 msg = ('fatal error occurred during a file copy, '
82 msg = ('fatal error occurred during file removal: '
87 msg = ('fatal error occurred during file removal: '
95 msg = ('fatal error occurred during file removal: '
112 msg = ('fatal error occurred after modifying src and dst: '
/external/cblas/testing/
Dc_dblat3.f60 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE, variable
231 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
240 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
258 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
267 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
291 FATAL = .FALSE.
296 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
302 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
310 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
316 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
[all …]
Dc_sblat3.f60 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE, variable
230 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
239 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
257 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
266 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
290 FATAL = .FALSE.
295 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
301 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
309 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
315 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
[all …]
/external/clang/test/Frontend/
Dverify-fatal.c3 #error first fatal
4 // expected-error@-1 {{first fatal}}
6 #error second fatal
7 // expected-error@-1 {{second fatal}}
11 // CHECK-NEXT: Line 6 (directive at {{.*}}verify-fatal.c:7): second fatal

12345678910>>...56