2003 DDK (3790) toaster driver and 2003 driver verifier?

Hello,

I am running the Driver Verifier Manager against
toaster.sys with all “Global flags” turned on
(enabled). I rebooted my machine. How do I know if
toaster.sys passed? The Driver Verifier Manager is
just sitting there.

Regards, Vasili


Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

the driver verifier just arranges to catch a driver doing something bad.
It provides little help in actually coaxing the driver into doing
something bad. You’ll probably need to send some read/write tests or
some ioctls to it to exercise the code paths.

-p

-----Original Message-----
From: Galchin Vasili [mailto:xxxxx@yahoo.com]
Sent: Wednesday, May 14, 2003 2:46 PM
To: NT Developers Interest List
Subject: [ntdev] 2003 DDK (3790) toaster driver and 2003
driver verifier?

Hello,

I am running the Driver Verifier Manager against
toaster.sys with all “Global flags” turned on (enabled). I
rebooted my machine. How do I know if toaster.sys passed? The
Driver Verifier Manager is just sitting there.

Regards, Vasili


Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


You are currently subscribed to ntdev as:
xxxxx@microsoft.com To unsubscribe send a blank email to
xxxxx@lists.osr.com

Hello,

BTW, has Microsoft tested toaster.sys
(func/featured1.c) with HCT 11.2? If so, passed?

Regards, Vasili

— Peter Wieland
wrote:
> the driver verifier just arranges to catch a driver
> doing something bad.
> It provides little help in actually coaxing the
> driver into doing
> something bad. You’ll probably need to send some
> read/write tests or
> some ioctls to it to exercise the code paths.
>
> -p
>
> > -----Original Message-----
> > From: Galchin Vasili [mailto:xxxxx@yahoo.com]
> > Sent: Wednesday, May 14, 2003 2:46 PM
> > To: NT Developers Interest List
> > Subject: [ntdev] 2003 DDK (3790) toaster driver
> and 2003
> > driver verifier?
> >
> > Hello,
> >
> > I am running the Driver Verifier Manager
> against
> > toaster.sys with all “Global flags” turned on
> (enabled). I
> > rebooted my machine. How do I know if toaster.sys
> passed? The
> > Driver Verifier Manager is just sitting there.
> >
> > Regards, Vasili
> >
> >
> > Do you Yahoo!?
> > The New Yahoo! Search - Faster. Easier. Bingo.
> > http://search.yahoo.com
> >
> >
> > —
> > You are currently subscribed to ntdev as:
> > xxxxx@microsoft.com To unsubscribe send a blank
> email to
> > xxxxx@lists.osr.com
> >
> >
>
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
xxxxx@lists.osr.com


Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

> I am running the Driver Verifier Manager against

toaster.sys with all “Global flags” turned on
(enabled). I rebooted my machine. How do I know if
toaster.sys passed?

Verifier is a collection of additional ASSERT-like checks which do
BSODs if not passed.
So, no BSOD with Verifier on = passed.

Max