[Bug 1053] Test output from /tset/LSB.os/procprim/exec_L/T.<foo> 7 masks real failure
| Newsgroups | gmane.linux.lsb.test-suite |
|---|---|
| Message-ID | <[email protected]> |
------- Additional Comments From [email protected] 2005-08-02 12:10 ------- Not quite understanding where exec_tgn is getting the expected values, in discussion with Nick I think the straightforward fix is to change the line (void) sprintf(rbuf, "expected value %d; observed value %d", 0, (int) timer_info.it_value.tv_sec); to (void) sprintf(rbuf, "expected value >0; observed value 0"); since (a) we don't know the expected value (I think), and (b) we know the unexpected value is 0 as we already got here via <if value == 0>. Alternatively, if we /do/ know the expected value we could print it out. -- Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.