ntdll/tests: Mark win8 behaviour as failing.

This commit is contained in:
André Hentschel 2013-11-13 22:08:29 +01:00 committed by Alexandre Julliard
parent b296846c00
commit 6c140786e7

View file

@ -102,8 +102,8 @@ static void test_RtlIsDosDeviceName_U(void)
static const struct test tests[] =
{
{ "\\\\.\\CON", 8, 6 },
{ "\\\\.\\con", 8, 6 },
{ "\\\\.\\CON", 8, 6, TRUE }, /* fails on win8 */
{ "\\\\.\\con", 8, 6, TRUE }, /* fails on win8 */
{ "\\\\.\\CON2", 0, 0 },
{ "", 0, 0 },
{ "\\\\foo\\nul", 0, 0 },