]> gitweb.factorcode.org Git - factor.git/blobdiff - core/kernel/kernel-tests.factor
VM: fix one callstack overflow problem by "unlocking" the callstacks
[factor.git] / core / kernel / kernel-tests.factor
index 8442eb3a09ac6af09889c4ee2f09207765fa6afd..c461bba7d288203a2d75adab545cc748be964b2b 100644 (file)
@@ -73,17 +73,6 @@ IN: kernel.tests
 
 { } [ :c ] unit-test
 
-: overflow-c ( -- ) overflow-c overflow-c ;
-
-! The VM cannot recover from callstack overflow on Windows,
-! because no facility exists to run memory protection
-! fault handlers on an alternate callstack.
-os windows? [
-    [ overflow-c ] [
-        2 head ${ "kernel-error" ERROR-CALLSTACK-OVERFLOW } =
-    ] must-fail-with
-] unless
-
 [ -7 <byte-array> ] must-fail
 
 { 3 } [ t 3 and ] unit-test