On Mon, 2007-03-26 at 17:44 -0700, Erick Tryzelaar wrote:
> skaller wrote:
> >> Thanks John for this, and all your other help!
> >>     
> >
> > Hum, well you found bugs, which is a help -- too many,
> > I can't figure out if they're all fixed :)
> >
> > Somehow we need to be able to add test cases to
> > the regression suite more easily...
> >
> >   
> 
> Thats true. I'll go back and add them to the regression tests. I wonder 
> if there's a plugin to track where we can easily add tickets via email.

SF bugtracker sucks. But we don't need tickets, if we have failing
regression tests, they act as their own ticket.

It's just easier to make a little file, find a bug,
and email the file with a bug report, than it is to add
the file to the regression test suite. I do this all the
time, I have heaps of little test codes for checking
new features work, but never put them in the test
suite.

What would be interesting is a program (python script)
that adds them:

add_bug filename.flx

wraps filename.flx into lpsrc/flx_regress.pak, so the
next svn commit has it. Could be messy, have to avoid
duplicate entries, and the test would fail for sure
due to no 'expect' file, but then editing in the correct
results would be ok .. except that of course we number
all the tests so it's no so easy to find which one it is.

Maybe we need a 

test/newbugs/

directory where we can just commit new files, and move
the codes into the test suite later.




-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to