When I first wrote this, I didn't have dumper.exe setup, so the
testcase would spend 10 minutes doing the mmap loop thing, and then it
wouldn't create a core dump anyhow. But with dumper.exe around, the
testcase does generate the core dump, and it passes cleanly! So just
skipping isn't right. I'm inclined to just drop the patch.
I also wonder whether using native Win32 VirtualAlloc would be a lot
faster than Cygwin mmap...
Change-Id: I9ea3bc5c561115ee3997120556efc5faa7def080
return
}
+# Running the many-headers binary on Cygwin is incredibly slow -- on
+# the order of 10 minutes compared to 0.1s on Linux. So just skip the
+# testcase.
+require {!ishost "*-*-cygwin*"}
+
standard_testfile
if {[build_executable "failed to prepare" $testfile $srcfile debug]} {