Changeset 4233
- Timestamp:
- Jan 6, 2010, 3:00:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/test/check-utils
r4124 r4233 54 54 ;; 55 55 esac 56 # Regression tests for stuff that used to break 57 check "$ZZOPTS" "$ZZCAT \"fread(1,33000) fseek(1,SEEK_SET) fread(1,1) fseek(4093,SEEK_CUR) fread(1,1) fseek(1,SEEK_CUR) fread(1,1)\" $file" \ 58 "eglibc (2.9-21) bug regression" 59 check "$ZZOPTS" "$ZZCAT \"repeat(33000,getc_unlocked() ungetc() getline())\" $file" \ 60 "sed getc_unlocked() bug regression" 61 # Misc tests 56 62 for n in \ 57 63 "fread(1,33000)" \ … … 85 91 "repeat(33000,getc() ungetc() getline())" \ 86 92 "repeat(33000,fgetc() ungetc() getline())" \ 87 "repeat(33000,getc_unlocked() ungetc() getline())" \88 93 "fread(1,33000) fseek(1000,SEEK_CUR) repeat(10000,fread(1,2))" \ 89 94 "fread(1,33000) fseek(1000,SEEK_CUR) repeat(10000,getc())" \
Note: See TracChangeset
for help on using the changeset viewer.