=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: ntdll/tests: Mark win8 behaviour as failing.

Alexandre Julliard julliard at winehq.org
Thu Nov 14 13:57:09 CST 2013


Module: wine
Branch: master
Commit: 6c140786e72cab5639bc26086508a19d263b98ec
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6c140786e72cab5639bc26086508a19d263b98ec

Author: André Hentschel <nerv at 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 },




More information about the wine-cvs mailing list