Re: msvcrt _tempnam and tests

2005-11-09 Thread Uwe Bonnes
> "Phil" == Phil Lodwick <[EMAIL PROTECTED]> writes: Phil> I submitted a patch yesterday for the implementation of _tempnam Phil> in msvcrt. Today I started to write a conformance test which has Phil> led to several questions. Phil> 1) What action should we take if MS documen

Re: msvcrt _tempnam and tests

2005-11-09 Thread Dimi Paun
From: "Phil Lodwick" <[EMAIL PROTECTED]> > 1) What action should we take if MS documentation and the implementation do > not agree? just test to implementation. > 2) If a function takes several parameters, do you test all permutations, or > just the ones you feel are important? As much as possib

msvcrt _tempnam and tests

2005-11-09 Thread Phil Lodwick
I submitted a patch yesterday for the implementation of _tempnam in msvcrt. Today I started to write a conformance test which has led to several questions. 1) What action should we take if MS documentation and the implementation do not agree? a) leave out the test b) test to imple