Lines Matching refs:TEST_ASSERT_VAL

220 	TEST_ASSERT_VAL("failed to compute metric",  in test_ipc()
223 TEST_ASSERT_VAL("IPC failed, wrong ratio", in test_ipc()
239 TEST_ASSERT_VAL("failed to compute metric", in test_frontend()
242 TEST_ASSERT_VAL("Frontend_Bound_SMT failed, wrong ratio", in test_frontend()
257 TEST_ASSERT_VAL("failed to compute metric", in test_cache_miss_cycles()
260 TEST_ASSERT_VAL("cache_miss_cycles failed, wrong ratio", in test_cache_miss_cycles()
300 TEST_ASSERT_VAL("failed to compute metric", in test_dcache_l2()
303 TEST_ASSERT_VAL("DCache_L2_Hits failed, wrong ratio", in test_dcache_l2()
306 TEST_ASSERT_VAL("failed to compute metric", in test_dcache_l2()
309 TEST_ASSERT_VAL("DCache_L2_Misses failed, wrong ratio", in test_dcache_l2()
323 TEST_ASSERT_VAL("failed to find recursion", in test_recursion_fail()
326 TEST_ASSERT_VAL("failed to find recursion", in test_recursion_fail()
340 TEST_ASSERT_VAL("failed to compute metric", in test_memory_bandwidth()
342 TEST_ASSERT_VAL("L1D_Cache_Fill_BW, wrong ratio", in test_memory_bandwidth()
359 TEST_ASSERT_VAL("failed to find recursion", in test_metric_group()
364 TEST_ASSERT_VAL("group IPC failed, wrong ratio", in test_metric_group()
367 TEST_ASSERT_VAL("group cache_miss_cycles failed, wrong ratio", in test_metric_group()
374 TEST_ASSERT_VAL("IPC failed", test_ipc() == 0); in test__parse_metric()
375 TEST_ASSERT_VAL("frontend failed", test_frontend() == 0); in test__parse_metric()
376 TEST_ASSERT_VAL("DCache_L2 failed", test_dcache_l2() == 0); in test__parse_metric()
377 TEST_ASSERT_VAL("recursion fail failed", test_recursion_fail() == 0); in test__parse_metric()
378 TEST_ASSERT_VAL("Memory bandwidth", test_memory_bandwidth() == 0); in test__parse_metric()
381 TEST_ASSERT_VAL("cache_miss_cycles failed", test_cache_miss_cycles() == 0); in test__parse_metric()
382 TEST_ASSERT_VAL("test metric group", test_metric_group() == 0); in test__parse_metric()