Home
last modified time | relevance | path

Searched refs:CRASH (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/testcases/kdump/lib/crasher/
H A Dcrasher.c38 #define CRASH "crasher" /* name of /proc entry file */ macro
111 if ((crasher_proc = create_proc_entry(CRASH, 0, NULL)) == NULL) { in crasher_init()
118 crasher_proc = proc_create_data(CRASH, 0, NULL, in crasher_init()
128 remove_proc_entry(CRASH, NULL); in crasher_exit()
/third_party/vk-gl-cts/scripts/log/
H A Dlog_parser.py36 CRASH = 'Crash' variable in StatusCode
48 CRASH,
122 return TestCaseResult(self.curCaseName, StatusCode.CRASH, StatusCode.CRASH, self.curResultText)
184 statusCode = StatusCode.CRASH
/third_party/node/deps/v8/tools/testrunner/local/
H A Dverbose.py60 elif t.expected_outcomes == [statusfile.CRASH]:
H A Dstatusfile.py38 CRASH = "CRASH" variable
54 for key in [SKIP, FAIL, PASS, CRASH, HEAVY, SLOW, FAIL_OK, NO_VARIANTS,
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py144 if statusfile.CRASH in outcomes:
145 expected_outcomes.append(statusfile.CRASH)
275 statusfile.CRASH not in self._statusfile_outcomes)
/third_party/ltp/testcases/kdump/
H A Drunkdump.sh138 ./verify.sh "../${conf}" "${vmcore}" "${CRASH}" \
/third_party/node/deps/v8/tools/testrunner/outproc/
H A Dbase.py53 return statusfile.CRASH
/third_party/node/tools/
H A Dtest.py287 outcome = 'CRASH'
630 outcome = CRASH
984 CRASH = 'crash' variable

Completed in 7 milliseconds