OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc4/] [contrib/] [reghunt/] [date_based/] [reg_test_template] - Diff between revs 265 and 519

Only display areas with differences | Details | Blame | View Log

Rev 265 Rev 519
#! /bin/sh
#! /bin/sh
# Template for the test script specified for REG_TEST.
# Template for the test script specified for REG_TEST.
# Run the test case for a regression search.  The argument is the date
# Run the test case for a regression search.  The argument is the date
# of the sources.  The return value is 1 if the binary search should
# of the sources.  The return value is 1 if the binary search should
# continue with later dates, 0 if it should continue with earlier
# continue with later dates, 0 if it should continue with earlier
# dates.
# dates.
DATE="${1}"
DATE="${1}"
# Specify the PR number and the directory where the test should be run.
# Specify the PR number and the directory where the test should be run.
PR=xxxx
PR=xxxx
DIR=xxxx
DIR=xxxx
LOG_DATE="`echo ${DATE} | sed 's/[-: ]/_/g'`"
LOG_DATE="`echo ${DATE} | sed 's/[-: ]/_/g'`"
LOG="${PR}.${LOG_DATE}.out"
LOG="${PR}.${LOG_DATE}.out"
echo "`date`  running test for PR ${PR}"
echo "`date`  running test for PR ${PR}"
cd ${DIR}
cd ${DIR}
# Compile the test case with whatever options are needed to trigger the
# Compile the test case with whatever options are needed to trigger the
# error.
# error.
  ${PR}. > ${LOG} 2>&1
  ${PR}. > ${LOG} 2>&1
# Some tests will require additional commands to determine whether the
# Some tests will require additional commands to determine whether the
# test passed or failed, such as grepping compiler output for a
# test passed or failed, such as grepping compiler output for a
# particular message, or running the test and possibly comparing its
# particular message, or running the test and possibly comparing its
# output with the expected output.
# output with the expected output.
xxxxx
xxxxx
# The return value depends on whether the last command is expected to be
# The return value depends on whether the last command is expected to be
# zero or nonzero for a passing test, and whether we're looking for a
# zero or nonzero for a passing test, and whether we're looking for a
# regression or for the patch that fixed the bug.
# regression or for the patch that fixed the bug.
# Return 1 to continue the search with later dates, 0 for earlier dates.
# Return 1 to continue the search with later dates, 0 for earlier dates.
test $? -eq 0 && exit 1
test $? -eq 0 && exit 1
exit 0
exit 0
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.