Changeset 2081
- Timestamp:
- Jun 26, 2005, 6:05:29 AM (20 years ago)
- Location:
- trunk/src/libctests/libc/smoketests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/libc/smoketests/fork-1.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r2080 r2081 95 95 } 96 96 if (!(i % 100)) 97 { 97 98 printf("fork-1: info: forked %d i=%d s_cChildren=%d\n", pid, i, s_cChildren); 99 fflush(stdout); /* this is necessary if output is redirected, the child will inherit the buffer elsewise.. */ 100 } 98 101 99 102 /* -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/libctests/libc/smoketests/mbstuff-1.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2080 r2081 128 128 return 1; 129 129 } 130 if (cb + 1 != c bMBCS)131 { 132 printf("error: String conversion (to wc) testcase %s, length mismatch cb=%d c bMBCS=%d\n", pszTest, cb, cbMBCS);130 if (cb + 1 != cwcFacit) 131 { 132 printf("error: String conversion (to wc) testcase %s, length mismatch cb=%d cwcFacit=%d\n", pszTest, cb, cwcFacit); 133 133 return 1; 134 134 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.