History log of /netbsd/tests/lib/libc/gen/t_fnmatch.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 7b706c75 31-Oct-2016 dholland <dholland@NetBSD.org>

Add another case related to the ones from PR 49278: [A-\\].


# 3227c374 12-Oct-2014 christos <christos@NetBSD.org>

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


# d14c403d 12-Oct-2014 justin <justin@NetBSD.org>

Add expect fail for PR lib/49278


# bc43ba6a 12-Oct-2014 justin <justin@NetBSD.org>

Add some fnmatch test cases from other C library test suites


# 321a543e 08-Apr-2012 jruoho <jruoho@NetBSD.org>

Append few basic test cases.


# 6e986a44 25-Mar-2012 christos <christos@NetBSD.org>

PR/41558 has been fixed.


# c12d11eb 18-Mar-2012 jruoho <jruoho@NetBSD.org>

Add a case for PR lib/41558. It is unclear whether this is a bug, but at
least it is documented now. Probably it would be better to follow Linux,
where the test case does not fail.