mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:51:40 +00:00
- Revert 53150, FAT corruption was not caused by ntdll:exception test;
svn path=/trunk/; revision=53161
This commit is contained in:
parent
5a88d3050f
commit
f7ead57f00
1 changed files with 0 additions and 5 deletions
|
@ -1392,11 +1392,6 @@ START_TEST(exception)
|
|||
{
|
||||
HMODULE hntdll = GetModuleHandleA("ntdll.dll");
|
||||
|
||||
if(!winetest_interactive) {
|
||||
skip("ReactOS Bug 6404: ntdll_winetest:exception enters kdbg on the int3 exception test.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
code_mem = VirtualAlloc(NULL, 65536, MEM_RESERVE | MEM_COMMIT, PAGE_EXECUTE_READWRITE);
|
||||
if(!code_mem) {
|
||||
trace("VirtualAlloc failed\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue