Searched refs:TEST_RESULT (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/tests/shell/base_probe/
H A Dtest_adding_kernel.sh21 TEST_RESULT=0
43 (( TEST_RESULT += $? ))
57 (( TEST_RESULT += $? ))
70 (( TEST_RESULT += $? ))
89 (( TEST_RESULT += $? ))
102 (( TEST_RESULT += $? ))
115 (( TEST_RESULT += $? ))
133 (( TEST_RESULT += $? ))
146 (( TEST_RESULT += $? ))
156 (( TEST_RESULT
[all...]
/linux-master/tools/testing/kunit/
H A Dkunit_parser.py353 TEST_RESULT = re.compile(r'^\s*(ok|not ok) ([0-9]+) (- )?([^#]*)( # .*)?$') variable
376 match = TEST_RESULT.match(line)
406 match = TEST_RESULT.match(line)
453 non_diagnostic_lines = [TEST_RESULT, TEST_HEADER, KTAP_START, TAP_START, TEST_PLAN]

Completed in 129 milliseconds