projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8436ea3
)
Disable crashing usermode test. See CORE-6640.
author
Mike Nordell
<tamlin@algonet.se>
Sat, 15 Sep 2012 19:39:14 +0000
(19:39 +0000)
committer
Mike Nordell
<tamlin@algonet.se>
Sat, 15 Sep 2012 19:39:14 +0000
(19:39 +0000)
svn path=/trunk/; revision=57309
rostests/kmtests/rtl/RtlException.c
patch
|
blob
|
history
diff --git
a/rostests/kmtests/rtl/RtlException.c
b/rostests/kmtests/rtl/RtlException.c
index
59e30c7
..
4dfb5b9
100644
(file)
--- a/
rostests/kmtests/rtl/RtlException.c
+++ b/
rostests/kmtests/rtl/RtlException.c
@@
-43,6
+43,7
@@
START_TEST(RtlException)
/* We cannot test this in kernel mode easily - the stack is just "somewhere"
* in system space, and there's no guard page below it */
+#if CORE_6640_IS_FIXED
#ifdef KMT_USER_MODE
/* Overflow the stack - must cause a special exception */
KmtStartSeh()
@@
-55,4
+56,5
@@
START_TEST(RtlException)
}
KmtEndSeh(STATUS_STACK_OVERFLOW);
#endif
+#endif /* CORE_6640_IS_FIXED */
}