Searched refs:TEST_RESULT (Results 1 – 8 of 8) sorted by relevance
497 int TEST_RESULT; variable655 TEST_RESULT = TBROK; in creat_symlink()682 TEST_RESULT = TBROK; in creat_object()695 TEST_RESULT = TBROK; in creat_object()737 TEST_RESULT = TBROK; in ck_symlink()743 TEST_RESULT = TBROK; in ck_symlink()766 TEST_RESULT = TBROK; in ck_both()772 TEST_RESULT = TBROK; in ck_both()778 TEST_RESULT = TBROK; in ck_both()802 TEST_RESULT = TBROK; in creat_path_max()[all …]
26 TEST_RESULT=$?27 if [[ $TEST_RESULT == 0 ]]; then35 TEST_RESULT=$?36 if [[ $TEST_RESULT == 0 ]]; then
81 TEST_RESULT=$?105 TEST_RESULT=2112 if [[ ${TEST_RESULT} -eq 0 ]]; then
168 TEST_RESULT=$?173 if [[ ${TEST_RESULT} == 0 ]]; then
32 public static final int TEST_RESULT = 1000; field in MessageHelper33 public static final int PASSED_TEST = TEST_RESULT + ITestResult.SUCCESS;34 public static final int FAILED_TEST = TEST_RESULT + ITestResult.FAILURE;35 public static final int SKIPPED_TEST = TEST_RESULT + ITestResult.SKIP;36 …public static final int FAILED_ON_PERCENTAGE_TEST = TEST_RESULT + ITestResult.SUCCESS_PERCENTAGE_F…37 public static final int TEST_STARTED = TEST_RESULT + ITestResult.STARTED;
130 else if(messageType < MessageHelper.TEST_RESULT) { in receiveMessage()
106 init(MessageHelper.TEST_RESULT + result.getStatus(), in TestResultMessage()
64 RESULT_VARIABLE TEST_RESULT70 if(TEST_RESULT)