mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
ntdll/tests: Mark win8 behaviour as failing.
This commit is contained in:
parent
b296846c00
commit
6c140786e7
1 changed files with 2 additions and 2 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue