The 0.fnmatch test fails on MSVC and ICC/Windows with two assertions:

--------------------------
291. rw_fnmatch("[!a]", "", 0) ==> 0, expected (native:own) 1:1
301. rw_fnmatch("[!ab]", "", 0) ==> 0, expected (native:own) 1:1
--------------------------


  The corresponding failed lines:

--------------------------
    TEST (1, "[!a]", "");
    TEST (1, "[!ab]", "");
--------------------------


  I don't see platform specific code in rw_fnmatch() or in
_rw_bracketmatch() and I can't understand how this test is
fails on Windows and succeeds on another platforms?

Farid.

Reply via email to