Searched refs:EXPECT_EQUAL (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/tests/ |
H A D | api-io.c | 19 #define EXPECT_EQUAL(val, expected) \ macro 101 EXPECT_EQUAL(ch, test_string[i]); in do_test_get_char() 102 EXPECT_EQUAL(io.eof, false); in do_test_get_char() 105 EXPECT_EQUAL(ch, -1); in do_test_get_char() 106 EXPECT_EQUAL(io.eof, true); in do_test_get_char() 147 EXPECT_EQUAL(ch, ch1); in do_test_get_hex() 151 EXPECT_EQUAL(ch, ch2); in do_test_get_hex() 155 EXPECT_EQUAL(ch, ch3); in do_test_get_hex() 157 EXPECT_EQUAL(io.eof, end_eof); in do_test_get_hex() 228 EXPECT_EQUAL(ch, ch1); in do_test_get_dec() [all …]
|