Lines Matching refs:TEST_ASSERT_VAL
146 TEST_ASSERT_VAL("failed to compute metric",
149 TEST_ASSERT_VAL("IPC failed, wrong ratio",
165 TEST_ASSERT_VAL("failed to compute metric",
168 TEST_ASSERT_VAL("Frontend_Bound_SMT failed, wrong ratio",
183 TEST_ASSERT_VAL("failed to compute metric",
186 TEST_ASSERT_VAL("cache_miss_cycles failed, wrong ratio",
226 TEST_ASSERT_VAL("failed to compute metric",
229 TEST_ASSERT_VAL("DCache_L2_Hits failed, wrong ratio",
232 TEST_ASSERT_VAL("failed to compute metric",
235 TEST_ASSERT_VAL("DCache_L2_Misses failed, wrong ratio",
249 TEST_ASSERT_VAL("failed to find recursion",
252 TEST_ASSERT_VAL("failed to find recursion",
266 TEST_ASSERT_VAL("failed to compute metric",
268 TEST_ASSERT_VAL("L1D_Cache_Fill_BW, wrong ratio",
285 TEST_ASSERT_VAL("failed to find recursion",
290 TEST_ASSERT_VAL("group IPC failed, wrong ratio",
293 TEST_ASSERT_VAL("group cache_miss_cycles failed, wrong ratio",
300 TEST_ASSERT_VAL("IPC failed", test_ipc() == 0);
301 TEST_ASSERT_VAL("frontend failed", test_frontend() == 0);
302 TEST_ASSERT_VAL("DCache_L2 failed", test_dcache_l2() == 0);
303 TEST_ASSERT_VAL("recursion fail failed", test_recursion_fail() == 0);
304 TEST_ASSERT_VAL("Memory bandwidth", test_memory_bandwidth() == 0);
305 TEST_ASSERT_VAL("cache_miss_cycles failed", test_cache_miss_cycles() == 0);
306 TEST_ASSERT_VAL("test metric group", test_metric_group() == 0);