<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
&gt; Now, when I ran these tests on Testbot using all base VMs, the tests were run also on W2KPROSP4 and WNT4WSSP6. However, the <br>&gt; function seems to buggy in those. It throws access violation whenever it is not skipping frames.<br><br>&gt; Is there some way I could prevent/skip these tests to be run on Windows NT4 and 2000? <br><br>Ah, no matter, I think I've got it. Adding following lines to start allows the tests to be skipped on NT and 2000:<br><br>__TRY<br>{<br>&nbsp;&nbsp;&nbsp; pRtlCaptureStackBackTrace(0, 62, callers, NULL);<br>}<br>__EXCEPT_ALL<br>{<br>&nbsp;&nbsp;&nbsp; win_skip("RtlCaptureStackBackTrace threw SEH exception, "<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "most likely running on Windows NT or 2000\n");<br>&nbsp;&nbsp;&nbsp; return;<br>}<br>__ENDTRY<br><br>Thanks,<br>Janne<br><br>                                               </body>
</html>