Lines Matching full:except
383 * This functions identically as kunit_test_suites() except that it suppresses
409 * kunit_kmalloc_array() - Like kmalloc_array() except the allocation is *test managed*.
415 * Just like `kmalloc_array(...)`, except the allocation is managed by the test case
425 * kunit_kmalloc() - Like kmalloc() except the allocation is *test managed*.
441 * kunit_kfree() - Like kfree except for allocations managed by KUnit.
1219 * is the same as KUNIT_EXPECT_FALSE(), except it causes an assertion failure
1239 * equal. This is the same as KUNIT_EXPECT_EQ(), except it causes an assertion
1259 * equal. This is the same as KUNIT_EXPECT_EQ(), except it causes an assertion
1279 * equal. This is the same as KUNIT_EXPECT_NE(), except it causes an assertion
1300 * equal. This is the same as KUNIT_EXPECT_NE(), except it causes an assertion
1319 * value that @right evaluates to. This is the same as KUNIT_EXPECT_LT(), except
1340 * KUNIT_EXPECT_LE(), except it causes an assertion failure (see
1360 * value that @right evaluates to. This is the same as KUNIT_EXPECT_GT(), except
1381 * value that @right evaluates to. This is the same as KUNIT_EXPECT_GE(), except
1402 * equal. This is the same as KUNIT_EXPECT_STREQ(), except it causes an
1442 * the same as KUNIT_EXPECT_NULL(), except it causes an assertion
1463 * is the same as KUNIT_EXPECT_NOT_NULL(), except it causes an assertion
1485 * KUNIT_EXPECT_NOT_ERR_OR_NULL(), except it causes an assertion failure (see