Lines Matching refs:TEST_ASSERT_VAL

213 	TEST_ASSERT_VAL("failed to compute metric",  in test_ipc()
216 TEST_ASSERT_VAL("IPC failed, wrong ratio", in test_ipc()
232 TEST_ASSERT_VAL("failed to compute metric", in test_frontend()
235 TEST_ASSERT_VAL("Frontend_Bound_SMT failed, wrong ratio", in test_frontend()
250 TEST_ASSERT_VAL("failed to compute metric", in test_cache_miss_cycles()
253 TEST_ASSERT_VAL("cache_miss_cycles failed, wrong ratio", in test_cache_miss_cycles()
293 TEST_ASSERT_VAL("failed to compute metric", in test_dcache_l2()
296 TEST_ASSERT_VAL("DCache_L2_Hits failed, wrong ratio", in test_dcache_l2()
299 TEST_ASSERT_VAL("failed to compute metric", in test_dcache_l2()
302 TEST_ASSERT_VAL("DCache_L2_Misses failed, wrong ratio", in test_dcache_l2()
316 TEST_ASSERT_VAL("failed to find recursion", in test_recursion_fail()
319 TEST_ASSERT_VAL("failed to find recursion", in test_recursion_fail()
335 TEST_ASSERT_VAL("failed to find recursion", in test_metric_group()
340 TEST_ASSERT_VAL("group IPC failed, wrong ratio", in test_metric_group()
343 TEST_ASSERT_VAL("group cache_miss_cycles failed, wrong ratio", in test_metric_group()
350 TEST_ASSERT_VAL("IPC failed", test_ipc() == 0); in test__parse_metric()
351 TEST_ASSERT_VAL("frontend failed", test_frontend() == 0); in test__parse_metric()
352 TEST_ASSERT_VAL("cache_miss_cycles failed", test_cache_miss_cycles() == 0); in test__parse_metric()
353 TEST_ASSERT_VAL("DCache_L2 failed", test_dcache_l2() == 0); in test__parse_metric()
354 TEST_ASSERT_VAL("recursion fail failed", test_recursion_fail() == 0); in test__parse_metric()
355 TEST_ASSERT_VAL("test metric group", test_metric_group() == 0); in test__parse_metric()