Changeset 2194 for trunk/src/libctests
- Timestamp:
- Jul 3, 2005, 9:59:07 AM (20 years ago)
- Location:
- trunk/src/libctests/glibc
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (4 diffs, 1 prop)
-
libio/test-freopen.c (modified) (1 diff, 1 prop)
-
libio/test-freopen.expect (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/glibc/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.16to1.17
r2193 r2194 49 49 -DHAVE_SWPRINTF \ 50 50 -DHAVE_RPC_NETDB_H \ 51 -DHAVE_NL_LANGINFO_EXTENTIONS 51 -DHAVE_NL_LANGINFO_EXTENTIONS \ 52 -DHAVE_FPUTWS 52 53 endif 53 54 … … 63 64 io/test-stat.c \ 64 65 io/test-stat2.c \ 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 65 89 \ 66 90 login/tst-grantpt.c \ … … 177 201 dirent/opendir-tst1.c \ 178 202 catgets/test-gencat.c \ 179 math/test-fenv.c 203 math/test-fenv.c \ 204 libio/bug-fopena+.c \ 205 libio/tst-sscanf.c 180 206 181 207 # NOTES: … … 386 412 libio/tst_wscanf.c_INPUT = libio/tst_wscanf.input 387 413 388 # todo libio/test-freopen.sh 414 libio/test-freopen.c_ARGS = $(ABSOUTDIR)/libio/test-freopen.out 415 libio/test-freopen.c_EXPECT = libio/test-freopen.expect 416 libio/test-freopen.c_EXPECT_FILE = $(OUTDIR)/libio/test-freopen.out 417 libio/test-freopen.c_EXPECT_TEXT = yes 389 418 390 419 LINUXTHREADS := # skipped -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/libctests/glibc/libio/test-freopen.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r2193 r2194 50 50 } 51 51 52 52 53 fputws (L"Hello world (wc)\n", fp); 54 55 56 53 57 54 58 fclose (fp); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
