Searched refs:CRASH (Results 1 - 8 of 8) sorted by relevance
/third_party/ltp/testcases/kdump/lib/crasher/ |
H A D | crasher.c | 38 #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 D | log_parser.py | 36 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 D | verbose.py | 60 elif t.expected_outcomes == [statusfile.CRASH]:
|
H A D | statusfile.py | 38 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 D | testcase.py | 144 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 D | runkdump.sh | 138 ./verify.sh "../${conf}" "${vmcore}" "${CRASH}" \
|
/third_party/node/deps/v8/tools/testrunner/outproc/ |
H A D | base.py | 53 return statusfile.CRASH
|
/third_party/node/tools/ |
H A D | test.py | 287 outcome = 'CRASH' 630 outcome = CRASH 984 CRASH = 'crash' variable
|
Completed in 6 milliseconds