[MTT users] Why is this loop_spawn test result marked FAIL?

2010-04-14 Thread Ethan Mallove
This loop_spawn test appears to have passed, though it's marked as FAIL: http://www.open-mpi.org/mtt/index.php?do_redir=1233 Its pass condition is set to: pass = &and(&test_wifexited(), &eq(&test_wexitstatus(), 0)) -Ethan

Re: [MTT users] Why is this loop_spawn test result marked FAIL?

2010-04-14 Thread Jeff Squyres
That's interesting -- I see "Failed; exit status: 0" in the "Result message" field. Looks like that's coming from Test::Analyze::Correctness. Somehow $pass came out to be 0, so it fell into the "fail" path...? On Apr 14, 2010, at 10:51 AM, Ethan Mallove wrote: > This loop_spawn test appears