Discussion:
CVS commit: src/tests/lib/libc/gen
Justin Cormack
2014-10-12 18:59:35 UTC
Permalink
Module Name: src
Committed By: justin
Date: Sun Oct 12 18:59:35 UTC 2014

Modified Files:
src/tests/lib/libc/gen: t_fnmatch.c

Log Message:
Add some fnmatch test cases from other C library test suites


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/t_fnmatch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Justin Cormack
2014-10-12 19:08:08 UTC
Permalink
Module Name: src
Committed By: justin
Date: Sun Oct 12 19:08:08 UTC 2014

Modified Files:
src/tests/lib/libc/gen: t_fnmatch.c

Log Message:
Add expect fail for PR lib/49278


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/gen/t_fnmatch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-12 22:33:41 UTC
Permalink
Module Name: src
Committed By: christos
Date: Sun Oct 12 22:33:41 UTC 2014

Modified Files:
src/tests/lib/libc/gen: t_fnmatch.c

Log Message:
You need double the number of backslashes in a pattern, since \\ -> '\' in
the string which means escape. Now the tests don't fail.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/gen/t_fnmatch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...