Home
last modified time | relevance | path

Searched refs:KUNIT_EXPECT_FALSE (Results 1 – 14 of 14) sorted by relevance

/linux/kernel/kcsan/
A Dkcsan_test.c462 KUNIT_EXPECT_FALSE(test, match_never); in test_basic()
494 KUNIT_EXPECT_FALSE(test, match_never); in test_concurrent_races()
654 KUNIT_EXPECT_FALSE(test, match_never); in test_read_atomic_write_atomic()
725 KUNIT_EXPECT_FALSE(test, match_never); in test_zero_size_access()
738 KUNIT_EXPECT_FALSE(test, match_never); in test_data_race()
810 KUNIT_EXPECT_FALSE(test, match_never); in test_assert_exclusive_access_writer()
841 KUNIT_EXPECT_FALSE(test, match_never); in test_assert_exclusive_bits_nochange()
916 KUNIT_EXPECT_FALSE(test, match_never); in test_jiffies_noreport()
929 KUNIT_EXPECT_FALSE(test, match_never); in test_seqlock_noreport()
982 KUNIT_EXPECT_FALSE(test, match_never); in test_atomic_builtins()
[all …]
/linux/lib/
A Dtest_kprobes.c32 KUNIT_EXPECT_FALSE(current_test, preemptible()); in kp_pre_handler()
40 KUNIT_EXPECT_FALSE(current_test, preemptible()); in kp_post_handler()
144 KUNIT_EXPECT_FALSE(current_test, preemptible()); in entry_handler()
153 KUNIT_EXPECT_FALSE(current_test, preemptible()); in return_handler()
220 KUNIT_EXPECT_FALSE(current_test, preemptible()); in stacktrace_return_handler()
281 KUNIT_EXPECT_FALSE(current_test, preemptible()); in stacktrace_internal_return_handler()
A Dlist-test.c246 KUNIT_EXPECT_FALSE(test, list_is_first(&b, &list)); in list_test_list_is_first()
257 KUNIT_EXPECT_FALSE(test, list_is_last(&a, &list)); in list_test_list_is_last()
269 KUNIT_EXPECT_FALSE(test, list_empty(&list1)); in list_test_list_empty()
282 KUNIT_EXPECT_FALSE(test, list_empty_careful(&list1)); in list_test_list_empty_careful()
333 KUNIT_EXPECT_FALSE(test, list_is_singular(&list)); in list_test_list_is_singular()
343 KUNIT_EXPECT_FALSE(test, list_is_singular(&list)); in list_test_list_is_singular()
545 KUNIT_EXPECT_FALSE(test, list_first_entry_or_null(&list, in list_test_list_first_entry_or_null()
A Dtest_linear_ranges.c165 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_high()
210 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_low()
A Dtest_kasan.c65 KUNIT_EXPECT_FALSE(test, fail_data.report_found); in kasan_test_exit()
93 KUNIT_EXPECT_FALSE(test, READ_ONCE(fail_data.report_found)); \
/linux/lib/kunit/
A Dexecutor_test.c33 KUNIT_EXPECT_FALSE(test, filter.test_glob); in parse_filter_test()
64 KUNIT_EXPECT_FALSE(test, filtered[1]); in filter_subsuite_test()
87 KUNIT_EXPECT_FALSE(test, filtered[1]); in filter_subsuite_test_glob_test()
92 KUNIT_EXPECT_FALSE(test, filtered[0]->test_cases[1].name); in filter_subsuite_test_glob_test()
A Dstring-stream-test.c27 KUNIT_EXPECT_FALSE(test, string_stream_is_empty(stream)); in string_stream_test_not_empty_after_add()
A Dkunit-test.c189 KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); in kunit_resource_test_destroy_resource()
/linux/security/apparmor/
A Dpolicy_unpack_test.c137 KUNIT_EXPECT_FALSE(test, inbounds(puf->e, puf->e_size + 1)); in policy_unpack_test_inbounds_when_out_of_bounds()
282 KUNIT_EXPECT_FALSE(test, in policy_unpack_test_unpack_strdup_with_null_name()
297 KUNIT_EXPECT_FALSE(test, in policy_unpack_test_unpack_strdup_with_name()
343 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_nameX_with_wrong_code()
373 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_nameX_with_wrong_name()
483 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_u32_out_of_bounds()
533 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_u64_out_of_bounds()
552 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_X_code_mismatch()
564 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_X_out_of_bounds()
/linux/mm/kfence/
A Dkfence_test.c471 KUNIT_EXPECT_FALSE(test, report_available()); in test_kmalloc_aligned_oob_read()
478 KUNIT_EXPECT_FALSE(test, report_available()); in test_kmalloc_aligned_oob_read()
504 KUNIT_EXPECT_FALSE(test, report_available()); in test_kmalloc_aligned_oob_write()
521 KUNIT_EXPECT_FALSE(test, report_available()); in test_shrink_memcache()
600 KUNIT_EXPECT_FALSE(test, report_available()); in test_memcache_ctor()
637 KUNIT_EXPECT_FALSE(test, report_available()); in test_gfpzero()
679 KUNIT_EXPECT_FALSE(test, report_available()); in test_memcache_typesafe_by_rcu()
702 KUNIT_EXPECT_FALSE(test, test_cache); in test_krealloc()
765 KUNIT_EXPECT_FALSE(test, report_available()); in test_memcache_alloc_bulk()
/linux/drivers/base/test/
A Dproperty-entry-test.c337 KUNIT_EXPECT_FALSE(test, fwnode_property_read_bool(node, "not-prop")); in pe_test_bool()
364 KUNIT_EXPECT_FALSE(test, copy[1].is_inline); in pe_test_move_inline_u8()
394 KUNIT_EXPECT_FALSE(test, copy[1].is_inline); in pe_test_move_inline_str()
/linux/net/mctp/test/
A Droute-test.c159 KUNIT_EXPECT_FALSE(test, rc); in mctp_test_fragment()
/linux/drivers/thunderbolt/
A Dtest.c1637 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path()
1640 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path()
1643 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path()
1652 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path()
1661 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path()
/linux/include/kunit/
A Dtest.h1340 #define KUNIT_EXPECT_FALSE(test, condition) \ macro

Completed in 40 milliseconds