Le 12 nov. 2009 à 03:59, Mark Heily a écrit :
Jean-Daniel Dupas wrote:
I just did a make check in a fresh checkout (rev 86) and got this: Test 9: kevent(EVFILT_READ, EV_DISPATCH) -- re-adding knote confirming that there are no events pending filling the read buffer kevent_cmp: mismatch: [filter=-1,flags = 1 (EV_ADD),fflags = 1,ident=3,data=1,udata=0x10000617c] != [filter=-1,flags = 129 (EV_ADD EV_DISPATCH),fflags = 129,ident=3,data=1,udata=0x10000617c] make[1]: *** [check] Abort trap make: *** [check] Error 2
Thanks for running the tests. I just committed r87 which should fix this problem.
Regards,
Yep, I reach test 21 now: Test 21: kevent(EVFILT_VNODE, NOTE_WRITE) kevent_cmp: mismatch: [ident=5, filter=-4, flags = 17 (EV_ADD EV_ONESHOT), fflags = 6 (NOTE_WRITE NOTE_EXTEND), data=0, udata=0x0] != [ident=5, filter=-4, flags = 17 (EV_ADD EV_ONESHOT), fflags = 2 (NOTE_WRITE), data=0, udata=0x0] make[1]: *** [check] Abort trap make: *** [check] Error 2 -- Jean-Daniel