Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
95c525e2
Commit
95c525e2
authored
Nov 04, 2009
by
Huw Davies
Committed by
Alexandre Julliard
Nov 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Fix spelling of succeeded.
parent
0efdde1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
exception.c
dlls/ntdll/tests/exception.c
+3
-3
No files found.
dlls/ntdll/tests/exception.c
View file @
95c525e2
...
...
@@ -1010,7 +1010,7 @@ static void test_dpe_exceptions(void)
/* Try access to locked page with DEP on*/
info
.
exception_caught
=
FALSE
;
run_exception_test
(
dpe_exception_handler
,
&
info
,
single_ret
,
sizeof
(
single_ret
),
PAGE_NOACCESS
);
ok
(
info
.
exception_caught
==
TRUE
,
"Execution of disabled memory suceeded
\n
"
);
ok
(
info
.
exception_caught
==
TRUE
,
"Execution of disabled memory suc
c
eeded
\n
"
);
ok
(
info
.
exception_info
==
EXCEPTION_READ_FAULT
||
info
.
exception_info
==
EXCEPTION_EXECUTE_FAULT
,
"Access violation type: %08x
\n
"
,
(
unsigned
)
info
.
exception_info
);
...
...
@@ -1022,7 +1022,7 @@ static void test_dpe_exceptions(void)
run_exception_test
(
dpe_exception_handler
,
&
info
,
single_ret
,
sizeof
(
single_ret
),
PAGE_READWRITE
);
if
(
has_hw_support
)
{
ok
(
info
.
exception_caught
==
TRUE
,
"Execution of data memory suceeded
\n
"
);
ok
(
info
.
exception_caught
==
TRUE
,
"Execution of data memory suc
c
eeded
\n
"
);
ok
(
info
.
exception_info
==
EXCEPTION_EXECUTE_FAULT
,
"Access violation type: %08x
\n
"
,
(
unsigned
)
info
.
exception_info
);
}
...
...
@@ -1052,7 +1052,7 @@ static void test_dpe_exceptions(void)
with hardware DEP on */
info
.
exception_caught
=
FALSE
;
run_exception_test
(
dpe_exception_handler
,
&
info
,
single_ret
,
sizeof
(
single_ret
),
PAGE_NOACCESS
);
ok
(
info
.
exception_caught
==
TRUE
,
"Execution of disabled memory suceeded
\n
"
);
ok
(
info
.
exception_caught
==
TRUE
,
"Execution of disabled memory suc
c
eeded
\n
"
);
ok
(
info
.
exception_info
==
EXCEPTION_READ_FAULT
,
"Access violation type: %08x
\n
"
,
(
unsigned
)
info
.
exception_info
);
}
...
...
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