Module: wine Branch: master Commit: 6c140786e72cab5639bc26086508a19d263b98ec URL: http://source.winehq.org/git/wine.git/?a=commit;h=6c140786e72cab5639bc260865... Author: André Hentschel <nerv(a)dawncrow.de> Date: Wed Nov 13 22:08:29 2013 +0100 ntdll/tests: Mark win8 behaviour as failing. --- dlls/ntdll/tests/path.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/ntdll/tests/path.c b/dlls/ntdll/tests/path.c index 442dd82..cc7259e 100644 --- a/dlls/ntdll/tests/path.c +++ b/dlls/ntdll/tests/path.c @@ -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 },