Home
last modified time | relevance | path

Searched full:crashed (Results 1 – 25 of 1690) sorted by relevance

12345678910>>...68

/aosp_15_r20/external/openthread/.github/workflows/
H A Dsimulation-1.2.yml95 CRASHED=$(./script/test check_crash | tail -1)
96 [[ $CRASHED -eq "1" ]] && echo "Crashed!" || echo "Not crashed."
97 echo "CRASHED=$CRASHED" >> $GITHUB_ENV
104 if: ${{ failure() && env.CRASHED == '1' }}
166 CRASHED=$(./script/test check_crash | tail -1)
167 [[ $CRASHED -eq "1" ]] && echo "Crashed!" || echo "Not crashed."
168 echo "CRASHED=$CRASHED" >> $GITHUB_ENV
177 if: ${{ failure() && env.CRASHED == '1' }}
310 CRASHED=$(./script/test check_crash | tail -1)
311 [[ $CRASHED -eq "1" ]] && echo "Crashed!" || echo "Not crashed."
[all …]
H A Dposix.yml76 CRASHED=$(./script/test check_crash | tail -1)
77 [[ $CRASHED -eq "1" ]] && echo "Crashed!" || echo "Not crashed."
78 echo "CRASHED_RCP=$CRASHED" >> $GITHUB_ENV
109 CRASHED=$(./script/test check_crash | tail -1)
110 [[ $CRASHED -eq "1" ]] && echo "Crashed!" || echo "Not crashed."
111 echo "CRASHED_TUN=$CRASHED" >> $GITHUB_ENV
H A Dsimulation-1.1.yml259 CRASHED=$(./script/test check_crash | tail -1)
260 [[ $CRASHED -eq "1" ]] && echo "Crashed!" || echo "Not crashed."
261 echo "CRASHED_CLI=$CRASHED" >> $GITHUB_ENV
/aosp_15_r20/external/ltp/testcases/network/stress/multicast/query-flood/
H A D00_Descriptions.txt2 Verify that the kernel is not crashed when joining an IPv4 multicast
6 Verify that the kernel is not crashed when joining an IPv4 multicast
11 Verify that the kernel is not crashed when joining an IPv4 multicast
16 Verify that the kernel is not crashed when joining plural IPv4 multicast
21 Verify that the kernel is not crashed when joining joining plural IPv4
26 Verify that the kernel is not crashed when joining joining plural IPv4
31 Verify that the kernel is not crashed when joining an IPv6 multicast
35 Verify that the kernel is not crashed when joining an IPv6 multicast
40 Verify that the kernel is not crashed when joining an IPv6 multicast
45 Verify that the kernel is not crashed when joining plural IPv6 multicast
[all …]
/aosp_15_r20/external/ltp/testcases/network/stress/broken_ip/
H A D00_Descriptions.txt2 Verify that the kernel is not crashed with receiving a large number of
6 Verify that the kernel is not crashed with receiving a large number of
10 Verify that the kernel is not crashed with receiving a large number of
14 Verify that the kernel is not crashed with receiving a large number of
18 Verify that the kernel is not crashed with receiving a large number of
22 Verify that the kernel is not crashed with receiving a large number of
26 Verify that the kernel is not crashed with receiving a large number of
31 Verify that the kernel is not crashed with receiving a large number of
35 Verify that the kernel is not crashed with receiving a large number of
39 Verify that the kernel is not crashed with receiving a large number of
[all …]
/aosp_15_r20/external/ltp/testcases/network/stress/multicast/grp-operation/
H A D00_Descriptions.txt2 Verify that the kernel is not crashed when joining lots of IPv4
6 Verify that the kernel is not crashed when joining lots of IPv4
10 Verify that the kernel is not crashed when joining and leaving the same
14 Verify that the kernel is not crashed when joining and leaving the same
19 Verify that the kernel is not crashed when joining lots of IPv6
23 Verify that the kernel is not crashed when joining lots of IPv6
27 Verify that the kernel is not crashed when joining and leaving the same
31 Verify that the kernel is not crashed when joining and leaving the same
/aosp_15_r20/external/autotest/client/cros/
H A Dlogin.py44 is reached, check to see if |process| crashed while we were polling.
52 |process| crashed.
55 @raise: CrashError if process crashed and the condition never fired.
58 # messages if we couldn't start chrome to see if the browser crashed.
87 crash_msg='Chrome crashed while starting up.')
93 @param crash_msg: Error message to include if Chrome crashed.
98 @raise: CrashError: Chrome crashed while we were waiting.
125 crash_msg='cryptohomed crashed during mount attempt')
142 crash_msg='Chrome crashed before ownership could be taken.')
/aosp_15_r20/frameworks/base/proto/src/criticalevents/
H A Dcritical_event_log.proto121 // Name of the crashed process.
125 // PID of the crashed process.
129 // UID of the crashed process.
133 // Category of the crashed process (DATA_APP, SYSTEM_APP, etc).
139 // Name of the crashed process.
143 // PID of the crashed process.
147 // UID of the crashed process.
151 // Category of the crashed process (DATA_APP, SYSTEM_APP, etc).
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DRcsCapabilityExchangeImplBase.java138 * when the Telephony stack has crashed.
159 * when the Telephony stack has crashed.
186 * rare cases when the Telephony stack has crashed.
206 * when the Telephony stack has crashed.
230 * in rare cases when the Telephony stack has crashed.
247 * cases when the Telephony stack has crashed.
270 * rare cases when the Telephony stack has crashed.
294 * This may also happen in rare cases when the Telephony stack has crashed.
321 * rare cases when the Telephony stack has crashed.
346 * This may also happen in rare cases when the Telephony stack has crashed.
[all …]
H A DCapabilityExchangeEventListener.java76 * Telephony stack has crashed.
89 * Telephony stack has crashed.
110 * cases when the Telephony stack has crashed.
135 * cases when the Telephony stack has crashed.
156 * cases when the Telephony stack has crashed.
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java92 * The last time that various processes have crashed since they were last explicitly started.
98 * The last time that various processes have crashed (not reset even when explicitly started).
104 * The last time that various processes have crashed and shown an error dialog.
110 * A pairing between how many times various processes have crashed since a given time.
119 * Processes are added to this set when they have crashed twice within
263 pw.println(" Time since processes crashed:"); in dumpLPr()
268 pw.print(": last crashed "); in dumpLPr()
294 pw.println(" First time processes crashed and counts:"); in dumpLPr()
299 pw.print(": first crashed "); in dumpLPr()
332 pw.print(": crashed at time "); pw.println(info.time); in dumpLPr()
[all …]
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DAudioSecurityTest.java181 assertTrue("Audio server might have crashed", ret != ERROR_DEAD_OBJECT); in testAudioEffectGetParameter()
188 // assertTrue("Audio server might have crashed", in testAudioEffectGetParameter()
233 assertTrue("Audio server might have crashed", ret != ERROR_DEAD_OBJECT); in testAudioEffectGetParameter2()
258 assertTrue("Audio server might have crashed", ret != ERROR_DEAD_OBJECT); in testAudioEffectGetParameter3()
300 assertTrue("Audio server might have crashed", ret != ERROR_DEAD_OBJECT); in testAudioEffectSetParameter()
324 assertTrue("Audio server might have crashed", ret != ERROR_DEAD_OBJECT); in testAudioEffectSetOffload()
355 assertTrue("Audio server might have crashed", ret != ERROR_DEAD_OBJECT); in testAudioEffectEqualizerGetParameterName()
445 assertTrue("Audio server might have crashed", ret != ERROR_DEAD_OBJECT); in testVisualizerCapture_CVE_2017_0396()
466 assertTrue("Audio server might have crashed", ret != ERROR_DEAD_OBJECT); in testVisualizerCapture_CVE_2017_0396()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/
DLogcatCrashResultForwarderTest.java63 mReporter.testFailed(test, "instrumentation failed. reason: 'Process crashed.'"); in testCaptureTestCrash_noCrashInLogcat()
71 "instrumentation failed. reason: 'Process crashed.'") in testCaptureTestCrash_noCrashInLogcat()
103 mReporter.testFailed(test, "instrumentation failed. reason: 'Process crashed.'"); in testCaptureTestCrash_oneCrashingLogcat()
122 "instrumentation failed. reason: 'Process crashed.'\n" in testCaptureTestCrash_oneCrashingLogcat()
167 mReporter.testRunFailed("instrumentation failed. reason: 'Process crashed.'"); in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded()
181 "instrumentation failed. reason: 'Process crashed.'\n" in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded()
215 mReporter.testRunFailed("instrumentation failed. reason: 'Process crashed.'"); in testCaptureTestCrash_duplicateStack()
229 "instrumentation failed. reason: 'Process crashed.'" in testCaptureTestCrash_duplicateStack()
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dtoolresults_v1beta3.projects.histories.executions.environments.html132 …"crashed": True or False, # If the failure was severe because the system (app) under tes…
136 …NativeCrash": True or False, # If a native process (including any other than the app) crashed.
151 … "otherNativeCrash": True or False, # If a native process other than the app crashed.
194 …"crashed": True or False, # If the failure was severe because the system (app) under tes…
198 …NativeCrash": True or False, # If a native process (including any other than the app) crashed.
213 … "otherNativeCrash": True or False, # If a native process other than the app crashed.
281 …"crashed": True or False, # If the failure was severe because the system (app) under tes…
285 …NativeCrash": True or False, # If a native process (including any other than the app) crashed.
300 … "otherNativeCrash": True or False, # If a native process other than the app crashed.
343 …"crashed": True or False, # If the failure was severe because the system (app) under tes…
[all …]
Dtoolresults_v1beta3.projects.histories.executions.html142 …"crashed": True or False, # If the failure was severe because the system (app) under tes…
146 …NativeCrash": True or False, # If a native process (including any other than the app) crashed.
161 "otherNativeCrash": True or False, # If a native process other than the app crashed.
243 …"crashed": True or False, # If the failure was severe because the system (app) under tes…
247 …NativeCrash": True or False, # If a native process (including any other than the app) crashed.
262 "otherNativeCrash": True or False, # If a native process other than the app crashed.
352 …"crashed": True or False, # If the failure was severe because the system (app) under tes…
356 …NativeCrash": True or False, # If a native process (including any other than the app) crashed.
371 "otherNativeCrash": True or False, # If a native process other than the app crashed.
464 …"crashed": True or False, # If the failure was severe because the system (app) under tes…
[all …]
/aosp_15_r20/external/python/cpython2/Misc/
DBeOS-NOTES24 - test_select crashed -- select.error : (-2147459072, 'Bad file descriptor')
25 - test_socket crashed -- exceptions.AttributeError : SOCK_RAW
26 - test_fcntl crashed -- exceptions.IOError: [Errno -2147483643] Invalid argument
30 - test_largefile crashed -- exceptions.IOError: [Errno -2147459065]
33 - test_pickle crashed. This is apparently a serious problem, "complex"
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Derror_reporter.py126 'value is low, the phone may have recently crashed.' %
131 'crashed. Check the bugreport/logcat for more information.')
138 'value is low, the phone may have recently crashed.' %
142 'Netd has been killed. The Android Runtime may have crashed. '
150 'value is low, the phone may have recently crashed.' %
189 'crashed, or have been terminated by the Android Runtime.')
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/criticalevents/
H A DCriticalEventLog.java214 * @param processClassEnum {@link android.server.ServerProtoEnums} value for the crashed
216 * @param processName name of the crashed process.
217 * @param uid uid of the crashed process.
218 * @param pid pid of the crashed process.
236 * @param processClassEnum {@link android.server.ServerProtoEnums} value for the crashed
238 * @param processName name of the crashed process.
239 * @param uid uid of the crashed process.
240 * @param pid pid of the crashed process.
/aosp_15_r20/external/cronet/base/test/
H A Dgtest_xml_util.cc61 bool* crashed) { in ProcessGTestOutput() argument
115 // running when the test binary crashed. in ProcessGTestOutput()
135 // Assume the test crashed - we can correct that later. in ProcessGTestOutput()
182 // Erase the fail-safe "crashed" result - now we know the test did in ProcessGTestOutput()
332 if (crashed) { in ProcessGTestOutput()
333 *crashed = (state != STATE_END); in ProcessGTestOutput()
/aosp_15_r20/external/ltp/testcases/network/stress/multicast/packet-flood/
H A D00_Descriptions.txt2 Verify that the kernel is not crashed when joining a IPv4 multicast
7 Verify that the kernel is not crashed when joining plural IPv4
12 Verify that the kernel is not crashed when joining a IPv6 multicast
17 Verify that the kernel is not crashed when joining plural IPv6
/aosp_15_r20/external/libchrome/base/test/
H A Dgtest_xml_util.cc36 bool* crashed) { in ProcessGTestOutput() argument
85 // running when the test binary crashed. in ProcessGTestOutput()
98 // Assume the test crashed - we can correct that later. in ProcessGTestOutput()
134 // Erase the fail-safe "crashed" result - now we know the test did in ProcessGTestOutput()
230 *crashed = (state != STATE_END); in ProcessGTestOutput()
/aosp_15_r20/external/google-breakpad/src/client/mac/crash_generation/
H A DInspector.mm69 // Send acknowledgement to the crashed process that the inspection
83 fprintf(stderr, "Inspection of crashed process failed\n");
147 // get information from the crashed process.
163 // We're done receiving mach messages from the crashed process,
192 // Wait for an initial message from the crashed process containing basic
341 // The crashed task needs to be told that the inspection has finished.
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dprocess_state.h103 bool crashed() const { return crashed_; } in crashed() function
140 // True if the process crashed, false if the dump was produced outside
144 // If the process crashed, the type of crash. OS- and possibly CPU-
150 // If the process crashed, and if crash_reason implicates memory,
163 // will point to the thread that crashed. If the dump was produced as
/aosp_15_r20/external/ComputeLibrary/tests/framework/
H A DFramework.cpp448 result.status = TestResult::Status::CRASHED; in run_test()
466 result.status = TestResult::Status::CRASHED; in run_test()
484 result.status = TestResult::Status::CRASHED; in run_test()
501 result.status = TestResult::Status::CRASHED; in run_test()
528 if(result.status == TestResult::Status::FAILED || result.status == TestResult::Status::CRASHED) in run_test()
614 << results[TestResult::Status::CRASHED] << " crashed, " in run()
/aosp_15_r20/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
H A DFormatterIntegrationTest.java133 fail(String.format("Formatter crashed on %s: %s", name, e.getMessage())); in format()
144 fail(String.format("Formatter crashed on %s: %s", name, e.getMessage())); in idempotentLF()
155 fail(String.format("Formatter crashed on %s: %s", name, e.getMessage())); in idempotentCR()
166 fail(String.format("Formatter crashed on %s: %s", name, e.getMessage())); in idempotentCRLF()

12345678910>>...68