Home
last modified time | relevance | path

Searched refs:EXPECT (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tests/tcg/aarch64/
H A Dbti-2.c49 #define TEST(WHICH, DEST, EXPECT) \ argument
51 ".if " #EXPECT "\n\t" \
52 "eor x1, x1," #EXPECT "\n" \
H A Dbti-3.c25 #define TEST(WHICH, EXPECT) \ argument
26 do { WHICH(); fail += skipped ^ EXPECT; } while (0)
H A Dbti-1.c31 #define TEST(WHICH, DEST, EXPECT) \ argument
32 do { WHICH(DEST); fail += skipped ^ EXPECT; } while (0)
/openbmc/linux/lib/
H A Dtest_memcat_p.c20 #define EXPECT (INPUT_MAX * 2 - 2) macro
76 if (i != EXPECT) { in test_memcat_p_init()
78 EXPECT, i); in test_memcat_p_init()
/openbmc/linux/samples/bpf/
H A Dtest_lwt_bpf.sh118 EXPECT=$2
121 [ "$GOT" != "$EXPECT" ] && {
122 expect_fail "$EXPECT" "$GOT"
/openbmc/linux/drivers/input/serio/
H A Dhil_mlc.c448 #define EXPECT(comp, to, got, got_wrong, timed_out) \ macro
475 EXPECT(HIL_ERR_INT | TEST_PACKET(0x5),
478 EXPECT(HIL_ERR_INT | TEST_PACKET(0xa),
493 EXPECT(HIL_PKT_CMD | HIL_CMD_IFC | HIL_ERR_INT,
550 EXPECT(HIL_PKT_CMD | HIL_CMD_POL | HIL_ERR_INT,
571 EXPECT(HIL_PKT_CMD | HIL_CMD_RPL | HIL_ERR_INT,
577 EXPECT(HIL_PKT_CMD | HIL_CMD_IFC | HIL_ERR_INT,
/openbmc/linux/Documentation/devicetree/
H A Dof_unittest.rst27 2. Verbose Output (EXPECT)
36 'EXPECT \ : text' (begin) and 'EXPECT / : text' (end) messages have been
41 The EXPECT messages result in very noisy console messages that are difficult
/openbmc/linux/Documentation/dev-tools/kunit/
H A Darchitecture.rst110 ``KUNIT_{EXPECT|ASSERT}_<op>[_MSG](kunit, property[, message])``
112 - ``{EXPECT|ASSERT}`` determines whether the check is an assertion or an