HomeSort by: relevance | last modified time | path
    Searched refs:LOG (Results 1 - 25 of 223) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl2/dtc/dist/tests/
fdtget-runtest.sh 5 LOG=tmp.log.$$
7 rm -f $LOG $EXPECT
8 trap "rm -f $LOG $EXPECT" 0
14 verbose_run_log_check "$LOG" $VALGRIND $DTGET "$@"
16 if cmp $EXPECT $LOG>/dev/null; then
dtc-checkfails.sh 23 LOG=tmp.log.$$
24 rm -f $LOG
25 trap "rm -f $LOG" 0
27 verbose_run_log "$LOG" $VALGRIND "$DTC" -o /dev/null "$@"
33 if ! grep -E "(ERROR|Warning) \($c\):" $LOG > /dev/null; then
39 if grep -E "(ERROR|Warning) \($c\):" $LOG > /dev/null; then
fdtoverlay-runtest.sh 11 LOG=tmp.log.$$
13 rm -f $LOG $EXPECT
14 trap "rm -f $LOG $EXPECT" 0
30 verbose_run_log_check "$LOG" $VALGRIND "$DTGET" "$targetdtb" "$node" "$property" $flags
32 if cmp $EXPECT $LOG >/dev/null; then
fdtput-runtest.sh 11 LOG=tmp.log.$$
13 rm -f $LOG $EXPECT
14 trap "rm -f $LOG $EXPECT" 0
29 verbose_run_log_check "$LOG" $VALGRIND "$DTGET" "$dtb" "$node" "$property" $flags
31 if cmp $EXPECT $LOG >/dev/null; then
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-test-ice-on-invalid-code 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'No such file or directory' ${LOG}
41 grep -q 'internal compiler error' ${LOG}
47 grep -q 'error' ${LOG}
gcc-test-bogus-warning 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'warning' ${LOG}
gcc-test-missing-warning 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'warning' ${LOG}
gcc-test-wrong-code 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 ./a.out >> ${LOG} 2>&1
gcc-test-accepts-invalid 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'No such file or directory' ${LOG}
41 grep -q 'error' ${LOG}
gcc-test-ice-on-valid-code 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'No such file or directory' ${LOG}
41 grep -q 'nternal.* error' ${LOG}
gcc-test-rejects-valid 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'No such file or directory' ${LOG}
41 grep -q 'error' ${LOG}
gcc-test-segfault-on-valid-code 26 LOG=${BUGID}.${LOGID}.out
29 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
36 grep -q 'No such file or directory' ${LOG}
42 grep -q 'egmentation fault' ${LOG}
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-test-ice-on-invalid-code 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'No such file or directory' ${LOG}
41 grep -q 'internal compiler error' ${LOG}
47 grep -q 'error' ${LOG}
gcc-test-bogus-warning 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'warning' ${LOG}
gcc-test-missing-warning 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'warning' ${LOG}
gcc-test-wrong-code 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 ./a.out >> ${LOG} 2>&1
gcc-test-accepts-invalid 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'No such file or directory' ${LOG}
41 grep -q 'error' ${LOG}
gcc-test-ice-on-valid-code 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'No such file or directory' ${LOG}
41 grep -q 'nternal.* error' ${LOG}
gcc-test-rejects-valid 25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'No such file or directory' ${LOG}
41 grep -q 'error' ${LOG}
gcc-test-segfault-on-valid-code 26 LOG=${BUGID}.${LOGID}.out
29 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
36 grep -q 'No such file or directory' ${LOG}
42 grep -q 'egmentation fault' ${LOG}
  /src/external/gpl3/gcc/dist/contrib/reghunt/examples/
29106.test 6 LOG=${BUGID}.${LOGID}.out
9 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
16 ./a.out >> ${LOG} 2>&1
22 grep -q 'size of thingy is 4' $LOG
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
29106.test 6 LOG=${BUGID}.${LOGID}.out
9 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
16 ./a.out >> ${LOG} 2>&1
22 grep -q 'size of thingy is 4' $LOG
  /src/external/gpl3/gcc/dist/contrib/reghunt/date_based/
reg_test_template 17 LOG="${PR}.${LOG_DATE}.out"
25 <compiler_to_run> <options> ${PR}.<x> > ${LOG} 2>&1
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
reg_test_template 17 LOG="${PR}.${LOG_DATE}.out"
25 <compiler_to_run> <options> ${PR}.<x> > ${LOG} 2>&1
  /src/external/gpl3/gcc/dist/gcc/config/i386/
gas.h 46 file formats that argument is LOG, and for all other file formats the
47 argument is 1<<LOG.
55 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
56 if ((LOG)!=0) fprintf ((FILE), "\t.balign %d\n", 1 << (LOG))

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 9