Disable crashing usermode test. See CORE-6640.
authorMike Nordell <tamlin@algonet.se>
Sat, 15 Sep 2012 19:39:14 +0000 (19:39 +0000)
committerMike 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

index 59e30c7..4dfb5b9 100644 (file)
@@ -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 */
 
     /* 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()
 #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
         }
     KmtEndSeh(STATUS_STACK_OVERFLOW);
 #endif
+#endif /* CORE_6640_IS_FIXED */
 }
 }