Julio Merino
Julio Merino
Thanks for digging into that. I think the major feature change that requires major API changes are notifications (and things like kernel cache invalidations, which are built on top of...
Ah, yikes. I remember now why this is not trivial: `atf-sh` also depends on `atf-check` and, while the former is trivial to rewrite in C, the latter is not. My...
@googlebot rescan (Mass-triggering a rescan of all open PRs as I have just configured automated CLA checks but the bot won't go through the backlog on its own.)
@googlebot rescan (Mass-triggering a rescan of all open PRs as I have just configured automated CLA checks but the bot won't go through the backlog on its own.)
I don't understand what you mean by "dump core with gdb" (the gdb part). Dumping core should happen regardless of gdb on reception of certain signals. What I had in...
_From [[email protected]](https://code.google.com/u/116807652240575800029/) on January 24, 2014 15:20:53_ Is this the same as issue 27 ?
_From [[email protected]](https://code.google.com/u/116807652240575800029/) on January 24, 2014 15:38:11_ Oh, I see. This is because you are using ATF_CHECK_\* instead of ATF_REQUIRE_*; otherwise you'd never get to the timeout part because the...
_From [asomers](https://code.google.com/u/118332783231543903398/) on January 24, 2014 15:29:04_ Nope. This test is deterministic. It always fails and always times out. The bug is that there isn't any way to set an...
_From [asomers](https://code.google.com/u/118332783231543903398/) on January 24, 2014 15:49:35_ The actual test is in FreeBSD at sys/kern/unix_seqpacket_test:pipe_128k_8k. It times out because of kern/185812, which drops packets. And ATF_CHECK_EQ_MSG fails in the reader...
@googlebot rescan (Mass-triggering a rescan of all open PRs as I have just configured automated CLA checks but the bot won't go through the backlog on its own.)