Lines Matching refs:test_fail
514 goto test_fail; in test_ring_negative_tests()
524 goto test_fail; in test_ring_negative_tests()
532 goto test_fail; in test_ring_negative_tests()
539 goto test_fail; in test_ring_negative_tests()
548 goto test_fail; in test_ring_negative_tests()
555 goto test_fail; in test_ring_negative_tests()
559 rp, goto test_fail); in test_ring_negative_tests()
561 TEST_RING_VERIFY(rte_ring_empty(rp) == 1, rp, goto test_fail); in test_ring_negative_tests()
569 goto test_fail; in test_ring_negative_tests()
577 test_fail: in test_ring_negative_tests()
1103 goto test_fail; in test_ring_with_exact_size()
1112 goto test_fail; in test_ring_with_exact_size()
1120 goto test_fail; in test_ring_with_exact_size()
1127 goto test_fail; in test_ring_with_exact_size()
1137 std_r, goto test_fail); in test_ring_with_exact_size()
1146 TEST_RING_VERIFY(ret == 0, std_r, goto test_fail); in test_ring_with_exact_size()
1149 TEST_RING_VERIFY(ret == 0, exact_sz_r, goto test_fail); in test_ring_with_exact_size()
1154 TEST_RING_VERIFY(ret == -ENOBUFS, std_r, goto test_fail); in test_ring_with_exact_size()
1157 TEST_RING_VERIFY(ret != -ENOBUFS, exact_sz_r, goto test_fail); in test_ring_with_exact_size()
1162 TEST_RING_VERIFY(ret == (int)ring_sz, exact_sz_r, goto test_fail); in test_ring_with_exact_size()
1167 exact_sz_r, goto test_fail); in test_ring_with_exact_size()
1172 exact_sz_r, goto test_fail); in test_ring_with_exact_size()
1186 test_fail: in test_ring_with_exact_size()
1202 goto test_fail; in test_ring()
1206 goto test_fail; in test_ring()
1209 goto test_fail; in test_ring()
1220 goto test_fail; in test_ring()
1224 goto test_fail; in test_ring()
1228 goto test_fail; in test_ring()
1232 goto test_fail; in test_ring()
1240 test_fail: in test_ring()