Searched refs:expected_result (Results 1 – 8 of 8) sorted by relevance
95 u64 expected_result = test_values[i].result; in test_run() local 117 if (result != expected_result) { in test_run() 119 pr_err("ERROR: expected result: %016llx\n", expected_result); in test_run() 123 expected_result += test_values[i].round_up; in test_run() 124 if (result_up != expected_result) { in test_run() 126 pr_err("ERROR: expected result: %016llx\n", expected_result); in test_run()
45 static const int expected_result[FIFO_SIZE] = { variable92 if (i != expected_result[j++]) { in testfunc()97 if (j != ARRAY_SIZE(expected_result)) { in testfunc()
56 static const char *expected_result[] = { variable106 if (strcmp(buf, expected_result[i++])) { in testfunc()111 if (i != ARRAY_SIZE(expected_result)) { in testfunc()
45 static const unsigned char expected_result[FIFO_SIZE] = { variable99 if (i != expected_result[j++]) { in testfunc()104 if (j != ARRAY_SIZE(expected_result)) { in testfunc()
9 u64 expected_result; member36 KUNIT_EXPECT_EQ(test, tc->expected_result, int_pow(tc->base, tc->exponent)); in int_pow_test()
373 } expected_result; member2613 test->expected_result == LOAD_REJECT || in test_sock_addr()2614 test->expected_result == ATTACH_REJECT); in test_sock_addr()2645 if (test->expected_result == SYSCALL_EPERM) in test_sock_addr()2647 else if (test->expected_result == SYSCALL_ENOTSUPP) in test_sock_addr()2649 else if (test->expected_result == SUCCESS) in test_sock_addr()
2528 int expected_result; in cros_ec_proto_test_get_sensor_count_legacy() member2558 KUNIT_EXPECT_EQ(test, ret, test_data[i].expected_result); in cros_ec_proto_test_get_sensor_count_legacy()