MCPcopy Create free account
hub / github.com/acl-dev/acl / test_fail

Function test_fail

unit_test/fiber/test_fiber.c:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20#if defined(HAS_KQUEUE)
21static void test_fail(const char *msg)
22{
23 printf("FAIL: %s\n", msg);
24 g_failed = 1;
25}
26
27static int expect_filters(struct kevent *events, int n,
28 short filter1, short filter2)

Callers 4

test_dual_read_writeFunction · 0.85
test_ev_clearFunction · 0.85
test_dispatchFunction · 0.85
fiber_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…