Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b60f2b0f
Commit
b60f2b0f
authored
May 22, 2006
by
Detlef Riekenberg
Committed by
Alexandre Julliard
May 22, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winspool/test: Disable a test that crashes on win9x.
parent
358ce067
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
info.c
dlls/winspool/tests/info.c
+3
-0
No files found.
dlls/winspool/tests/info.c
View file @
b60f2b0f
...
...
@@ -207,6 +207,8 @@ static void test_AddMonitor(void)
"returned %ld with %ld (expected '0' with ERROR_INVALID_LEVEL)
\n
"
,
res
,
GetLastError
());
#if 0
/* This test crash with win9x on vmware (works with win9x on qemu 0.8.1) */
SetLastError(MAGIC_DEAD);
res = AddMonitorA(NULL, 2, NULL);
/* NT: unchanged, 9x: ERROR_PRIVILEGE_NOT_HELD */
...
...
@@ -215,6 +217,7 @@ static void test_AddMonitor(void)
(GetLastError() == ERROR_PRIVILEGE_NOT_HELD)),
"returned %ld with %ld (expected '0' with: MAGIC_DEAD or " \
"ERROR_PRIVILEGE_NOT_HELD)\n", res, GetLastError());
#endif
ZeroMemory
(
&
mi2a
,
sizeof
(
MONITOR_INFO_2A
));
SetLastError
(
MAGIC_DEAD
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment