On Thu Oct 31 20:04:30 2002, "Jaco Greeff" jaco@puxedo.org wrote :
On Thu, 31 Oct 2002 17:57:12 +0100, Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de wrote :
Jaco> ... Tests that will fail Jaco> with current implementation are temporarily commented out
Don't comment them out, matrk them "todo". Look at the syntax in documentation/testing.
I've marked the code with a "FIXME".
Sorry, I misunderstood the first time around, will something like
todo("linux") { do(something() == 1, "whatever"); }
do the trick? But unsure about the definition I should use, I can see "cygwin", "freebsd", etc. This one will fail on all non-Windows platforms.
Greetings, Jaco