Changeset 4378
- Timestamp:
- Feb 27, 2010, 8:38:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/test/check-utils
r4377 r4378 18 18 HAVE_GETC_UNLOCKED=$("$ZZAT" -l | grep >/dev/null 2>&1 '^ getc_unlocked(' && echo "y") 19 19 HAVE_FGETC_UNLOCKED=$("$ZZAT" -l | grep >/dev/null 2>&1 '^ fgetc_unlocked(' && echo "y") 20 HAVE___FREAD_CHK=$("$ZZAT" -l | grep >/dev/null 2>&1 '^ __fread_chk(' && echo "y") 20 21 21 22 checkutils() … … 76 77 check "$ZZOPTS" "$ZZAT -x \"repeat(33000,getc_unlocked(),feof(10),ungetc(),getline())\" $file" \ 77 78 "sed getc_unlocked() bug regression" 79 fi 80 if [ "$HAVE___FREAD_CHK" = "y" ]; then 81 check "$ZZOPTS" "$ZZAT -x \"repeat(-1,__fread_chk(1,1000),feof(1))\" $file" \ 82 "Gentoo __fread_chk() bug regression" 78 83 fi 79 84 # Misc tests
Note: See TracChangeset
for help on using the changeset viewer.