Lines Matching full:failed
140 TEST_ASSERT_VAL("failed to compute metric", in test_ipc()
143 TEST_ASSERT_VAL("IPC failed, wrong ratio", in test_ipc()
159 TEST_ASSERT_VAL("failed to compute metric", in test_frontend()
162 TEST_ASSERT_VAL("Frontend_Bound_SMT failed, wrong ratio", in test_frontend()
177 TEST_ASSERT_VAL("failed to compute metric", in test_cache_miss_cycles()
180 TEST_ASSERT_VAL("cache_miss_cycles failed, wrong ratio", in test_cache_miss_cycles()
220 TEST_ASSERT_VAL("failed to compute metric", in test_dcache_l2()
223 TEST_ASSERT_VAL("DCache_L2_Hits failed, wrong ratio", in test_dcache_l2()
226 TEST_ASSERT_VAL("failed to compute metric", in test_dcache_l2()
229 TEST_ASSERT_VAL("DCache_L2_Misses failed, wrong ratio", in test_dcache_l2()
243 TEST_ASSERT_VAL("failed to find recursion", in test_recursion_fail()
246 TEST_ASSERT_VAL("failed to find recursion", in test_recursion_fail()
260 TEST_ASSERT_VAL("failed to compute metric", in test_memory_bandwidth()
279 TEST_ASSERT_VAL("failed to find recursion", in test_metric_group()
284 TEST_ASSERT_VAL("group IPC failed, wrong ratio", in test_metric_group()
287 TEST_ASSERT_VAL("group cache_miss_cycles failed, wrong ratio", in test_metric_group()
294 TEST_ASSERT_VAL("IPC failed", test_ipc() == 0); in test__parse_metric()
295 TEST_ASSERT_VAL("frontend failed", test_frontend() == 0); in test__parse_metric()
296 TEST_ASSERT_VAL("DCache_L2 failed", test_dcache_l2() == 0); in test__parse_metric()
297 TEST_ASSERT_VAL("recursion fail failed", test_recursion_fail() == 0); in test__parse_metric()
299 TEST_ASSERT_VAL("cache_miss_cycles failed", test_cache_miss_cycles() == 0); in test__parse_metric()