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
457f6af0
Commit
457f6af0
authored
Jun 19, 2014
by
Sebastian Lackner
Committed by
Alexandre Julliard
Jun 20, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Run crashing i386 exception tests as the last step.
parent
3aa62498
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 @
457f6af0
...
...
@@ -1767,13 +1767,14 @@ START_TEST(exception)
}
test_unwind
();
test_prot_fault
();
test_exceptions
();
test_rtlraiseexception
();
test_outputdebugstring
();
test_debugger
();
test_simd_exceptions
();
test_fpu_exceptions
();
test_dpe_exceptions
();
test_prot_fault
();
#elif defined(__x86_64__)
pRtlAddFunctionTable
=
(
void
*
)
GetProcAddress
(
hntdll
,
...
...
@@ -1785,6 +1786,7 @@ START_TEST(exception)
pRtlLookupFunctionEntry
=
(
void
*
)
GetProcAddress
(
hntdll
,
"RtlLookupFunctionEntry"
);
test_outputdebugstring
();
test_virtual_unwind
();
if
(
pRtlAddFunctionTable
&&
pRtlDeleteFunctionTable
&&
pRtlInstallFunctionTableCallback
&&
pRtlLookupFunctionEntry
)
...
...
@@ -1794,7 +1796,5 @@ START_TEST(exception)
#endif
test_outputdebugstring
();
VirtualFree
(
code_mem
,
0
,
MEM_FREE
);
}
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