Commit 6c140786 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll/tests: Mark win8 behaviour as failing.

parent b296846c
......@@ -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 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment