Home | History | Annotate | Line # | Download | only in bin
gcc-svn-checkfail revision 1.1.1.1.4.2
      1  1.1.1.1.4.2  yamt #! /bin/sh
      2  1.1.1.1.4.2  yamt 
      3  1.1.1.1.4.2  yamt # Given an identifier that is an index into the current patch list,
      4  1.1.1.1.4.2  yamt # return 1 if the corresponding SVN revision number is in the list of
      5  1.1.1.1.4.2  yamt # known failures, 0 otherwise.
      6  1.1.1.1.4.2  yamt 
      7  1.1.1.1.4.2  yamt ID=$1
      8  1.1.1.1.4.2  yamt REV=`${REG_IDS} -f index -t rev ${ID}`
      9  1.1.1.1.4.2  yamt grep -q "^${REV}$" ${REG_FAILLIST}
     10