Searched refs:REPORT (Results 1 – 25 of 30) sorted by relevance
12
6 REPORT=$17 if [ ! -e ${REPORT} ];then8 echo "The directory of ${REPORT} dose't not exit,please check the test log"55 xmlcount=`ls $REPORT | wc -l`56 xmlfiles=`ls $REPORT`58 then echo There is nothing xml files generated at $REPORT62 parse_unittest $REPORT/$file65 echo Total $xmlcount files at $REPORT,all sucessful68 echo Total $xmlcount files at $REPORT,${UT_Failed_Num} error cases
3 rm /data/tests/libc-test/REPORT6 touch /data/tests/libc-test/REPORT97 ./runtest -w '' $file 12345 34567 >> /data/tests/libc-test/REPORT99 ./runtest -w '' -t 30 $file >> /data/tests/libc-test/REPORT104 echo "--- gwp_asan test running --- " >> /data/tests/libc-test/REPORT119 echo "*** ${file} running ***" >> /data/tests/libc-test/REPORT120 ./${file} >> /data/tests/libc-test/REPORT121 echo "*** ${file} done *** " >> /data/tests/libc-test/REPORT130 echo "--- gwp_asan test done ---" >> /data/tests/libc-test/REPORT
148 echo hdc file recv ${REMOTE}/REPORT ${SHDIR}/REPORT149 ${CMD} file recv ${REMOTE}/REPORT ${SHDIR}/REPORT165 fail=$(cat -t ${SHDIR}/REPORT | grep 'FAIL ' | wc -l)
72 @REM 传输文件,单板上执行runtest.sh,将结果REPORT返回到.bat所在目录130 echo hdc file recv %REMOTE%/REPORT %~dp0REPORT131 hdc file recv %REMOTE%/REPORT %~dp0REPORT144 for /f %%c in (' find /c "FAIL" ^<"REPORT" ') do set fail=%%c161 echo Check REPORT for more details.167 for /f "delims=" %%i in ('findstr /c:"FAIL" REPORT') do (
5 rm REPORT6 touch REPORT20 /data/ndk-test/libc-test/common/runtest -w '' /data/ndk-test/libc-test/$file >> REPORT 48 RETURN=`./$var >> ../../REPORT 2>&1`
39 @REM 传输文件,单板上执行runtest.sh,将结果REPORT返回到.bat所在目录 动态库传输59 @REM 传输文件,单板上执行runtest.sh,将结果REPORT返回到.bat所在目录 动态库传输81 echo hdc file recv %REMOTE%/REPORT %~dp0REPORT82 hdc file recv %REMOTE%/REPORT %~dp0REPORT83 @REM echo hdc file recv %REMOTE%/REPORT-SANITIZE %~dp0REPORT-SANITIZE84 @REM hdc file recv %REMOTE%/REPORT-SANITIZE %~dp0REPORT-SANITIZE100 @REM REPORT文件比较
3 rm REPORT-SANITIZE4 touch REPORT-SANITIZE40 echo "[ERROR] asan/$case failed." | tee -a REPORT-SANITIZE41 sanitize/asan/$case >> REPORT-SANITIZE227 echo "[ERROR] scudo/$case failed." | tee -a REPORT-SANITIZE246 echo "[ERROR] ubsan/$case failed." | tee -a REPORT-SANITIZE247 sanitize/ubsan/$case >> REPORT-SANITIZE
77 $(B)/$(1)/all: $(B)/$(1)/REPORT78 $(B)/$(1)/run: $(B)/$(1)/cleanerr $(B)/$(1)/REPORT83 $(B)/$(1)/REPORT: $$($(1).ERRS)86 $(B)/REPORT: $(B)/$(1)/REPORT120 all run: $(B)/REPORT125 rm -f $(B)/REPORT $(B)/*/REPORT126 $(B)/REPORT:
24 3. 将bat脚本复制到windows环境下使用!windows端双击运行runtest_Windows.bat,执行完毕会将详细错误结果信息REPORT返回到当前bat所在目录,并对结果进行统计生…31 Check REPORT for more details.
7 REPORT
13 a REPORT file that contains all build and runtime errors84 target.err file and in the end they are concatenated into a REPORT
64 REPORT="llvm-cov report $RUNNER -instr-profile=$PROFDATA $BUILDDIR/src/"65 eval $REPORT68 eval $REPORT | tail -n1 | tr -s " " | cut -d" " -f4,7,10 | xargs -i printf "%s %s\n" `date +%s` {} …
3 touch REPORT4 rm REPORT41 echo "[ERROR] asan/$case failed." | tee -a REPORT42 sanitize/asan/$case >> REPORT228 echo "[ERROR] scudo/$case failed." | tee -a REPORT247 echo "[ERROR] ubsan/$case failed." | tee -a REPORT248 sanitize/ubsan/$case >> REPORT
140 while read -r REPORT142 BACKEND_NAME=$(echo "${REPORT}" | sed 's@.*/\([^/]*\)/report.html@\1@')144 …JECT_ROOT_NAMESPACE.pages.freedesktop.org/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/${REPORT}"
77 4. 若以上步骤执行成功,脚本会产生一个REPORT和REPORT-SANITIZE文件,来分别记录ndk-test和sanitize测试案例运行的结果
77 4. If the above steps are executed successfully, the script will generate a REPORT and REPORT-SANI…
224 XX(20, REPORT, REPORT) \278 XX(20, REPORT, REPORT) \
54 echo ERROR REPORT $port metrics60 echo ERROR REPORT "$x"
45 encoder.onMalformedInput(CodingErrorAction.REPORT); in setup()46 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in setup()
348 XX(20, REPORT, REPORT) \402 XX(20, REPORT, REPORT) \
72 REPORT = 20, enumerator
140 METHODS.REPORT,
207 cc.cbErrorAction = CodingErrorAction.REPORT; in TestFromUnicode()275 encoder.onMalformedInput(CodingErrorAction.REPORT); in FromUnicodeCase()497 cc.cbErrorAction = CodingErrorAction.REPORT; in TestToUnicode()500 cc.cbErrorAction = CodingErrorAction.REPORT; in TestToUnicode()561 decoder.onMalformedInput(CodingErrorAction.REPORT); in ToUnicodeCase()
838 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in TestSurrogateBehavior()839 encoder.onMalformedInput(CodingErrorAction.REPORT); in TestSurrogateBehavior()2488 decoder.onMalformedInput(CodingErrorAction.REPORT); in execDecoder()2489 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execDecoder()2505 encoder.onMalformedInput(CodingErrorAction.REPORT); in execEncoder()2506 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execEncoder()2538 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execMalformed()2570 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execConvertAll()
231 V(REPORT, "REPORT") \