Lines Matching full:except
390 * This functions similar to kunit_test_suites() except that it compiles the
416 * kunit_kmalloc_array() - Like kmalloc_array() except the allocation is *test managed*.
422 * Just like `kmalloc_array(...)`, except the allocation is managed by the test case
432 * kunit_kmalloc() - Like kmalloc() except the allocation is *test managed*.
448 * kunit_kfree() - Like kfree except for allocations managed by KUnit.
1226 * is the same as KUNIT_EXPECT_FALSE(), except it causes an assertion failure
1246 * equal. This is the same as KUNIT_EXPECT_EQ(), except it causes an assertion
1266 * equal. This is the same as KUNIT_EXPECT_EQ(), except it causes an assertion
1286 * equal. This is the same as KUNIT_EXPECT_NE(), except it causes an assertion
1307 * equal. This is the same as KUNIT_EXPECT_NE(), except it causes an assertion
1326 * value that @right evaluates to. This is the same as KUNIT_EXPECT_LT(), except
1347 * KUNIT_EXPECT_LE(), except it causes an assertion failure (see
1367 * value that @right evaluates to. This is the same as KUNIT_EXPECT_GT(), except
1388 * value that @right evaluates to. This is the same as KUNIT_EXPECT_GE(), except
1409 * equal. This is the same as KUNIT_EXPECT_STREQ(), except it causes an
1449 * the same as KUNIT_EXPECT_NULL(), except it causes an assertion
1470 * is the same as KUNIT_EXPECT_NOT_NULL(), except it causes an assertion
1492 * KUNIT_EXPECT_NOT_ERR_OR_NULL(), except it causes an assertion failure (see