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