/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_cmdline_parser_test.c | 21 KUNIT_EXPECT_FALSE(test, mode.specified); in drm_test_cmdline_force_e_only() 22 KUNIT_EXPECT_FALSE(test, mode.refresh_specified); in drm_test_cmdline_force_e_only() 23 KUNIT_EXPECT_FALSE(test, mode.bpp_specified); in drm_test_cmdline_force_e_only() 25 KUNIT_EXPECT_FALSE(test, mode.rb); in drm_test_cmdline_force_e_only() 26 KUNIT_EXPECT_FALSE(test, mode.cvt); in drm_test_cmdline_force_e_only() 27 KUNIT_EXPECT_FALSE(test, mode.interlace); in drm_test_cmdline_force_e_only() 28 KUNIT_EXPECT_FALSE(test, mode.margins); in drm_test_cmdline_force_e_only() 39 KUNIT_EXPECT_FALSE(test, mode.specified); in drm_test_cmdline_force_D_only_not_digital() 40 KUNIT_EXPECT_FALSE(test, mode.refresh_specified); in drm_test_cmdline_force_D_only_not_digital() 41 KUNIT_EXPECT_FALSE(test, mode.bpp_specified); in drm_test_cmdline_force_D_only_not_digital() [all …]
|
H A D | drm_probe_helper_test.c | 147 KUNIT_EXPECT_FALSE(test, mode->type & DRM_MODE_TYPE_PREFERRED); in drm_test_connector_helper_tv_get_modes_check()
|
H A D | drm_buddy_test.c | 703 KUNIT_EXPECT_FALSE(test, drm_buddy_init(&mm, size, PAGE_SIZE)); in drm_test_buddy_alloc_limit() 710 KUNIT_EXPECT_FALSE(test, drm_buddy_alloc_blocks(&mm, start, size, size, in drm_test_buddy_alloc_limit()
|
/openbmc/linux/drivers/clk/ |
H A D | clk-gate_test.c | 190 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_disable() 191 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); in clk_gate_test_disable() 192 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(parent)); in clk_gate_test_disable() 193 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); in clk_gate_test_disable() 270 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_invert_disable() 271 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); in clk_gate_test_invert_disable() 272 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(parent)); in clk_gate_test_invert_disable() 273 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); in clk_gate_test_invert_disable() 343 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_hiword_disable() 344 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); in clk_gate_test_hiword_disable() [all …]
|
/openbmc/linux/kernel/kcsan/ |
H A D | kcsan_test.c | 736 KUNIT_EXPECT_FALSE(test, match_never); in test_basic() 768 KUNIT_EXPECT_FALSE(test, match_never); in test_concurrent_races() 795 KUNIT_EXPECT_FALSE(test, match_expect); in test_novalue_change() 848 KUNIT_EXPECT_FALSE(test, match_expect); in test_unknown_origin() 869 KUNIT_EXPECT_FALSE(test, match_expect); in test_write_write_assume_atomic() 928 KUNIT_EXPECT_FALSE(test, match_never); in test_read_atomic_write_atomic() 999 KUNIT_EXPECT_FALSE(test, match_never); in test_zero_size_access() 1012 KUNIT_EXPECT_FALSE(test, match_never); in test_data_race() 1084 KUNIT_EXPECT_FALSE(test, match_never); in test_assert_exclusive_access_writer() 1115 KUNIT_EXPECT_FALSE(test, match_never); in test_assert_exclusive_bits_nochange() [all …]
|
/openbmc/linux/lib/ |
H A D | test_kprobes.c | 38 KUNIT_EXPECT_FALSE(current_test, preemptible()); in kp_pre_handler() 49 KUNIT_EXPECT_FALSE(current_test, preemptible()); in kp_post_handler() 177 KUNIT_EXPECT_FALSE(current_test, preemptible()); in entry_handler() 186 KUNIT_EXPECT_FALSE(current_test, preemptible()); in return_handler() 253 KUNIT_EXPECT_FALSE(current_test, preemptible()); in stacktrace_return_handler() 314 KUNIT_EXPECT_FALSE(current_test, preemptible()); in stacktrace_internal_return_handler()
|
H A D | list-test.c | 285 KUNIT_EXPECT_FALSE(test, list_is_first(&b, &list)); in list_test_list_is_first() 296 KUNIT_EXPECT_FALSE(test, list_is_last(&a, &list)); in list_test_list_is_last() 308 KUNIT_EXPECT_FALSE(test, list_empty(&list1)); in list_test_list_empty() 321 KUNIT_EXPECT_FALSE(test, list_empty_careful(&list1)); in list_test_list_empty_careful() 372 KUNIT_EXPECT_FALSE(test, list_is_singular(&list)); in list_test_list_is_singular() 382 KUNIT_EXPECT_FALSE(test, list_is_singular(&list)); in list_test_list_is_singular() 604 KUNIT_EXPECT_FALSE(test, list_first_entry_or_null(&list, in list_test_list_first_entry_or_null() 854 KUNIT_EXPECT_FALSE(test, hlist_unhashed(&a)); in hlist_test_unhashed() 876 KUNIT_EXPECT_FALSE(test, hlist_unhashed_lockless(&a)); in hlist_test_unhashed_lockless() 952 KUNIT_EXPECT_FALSE(test, hlist_fake(&a)); in hlist_test_fake() [all …]
|
H A D | test_fprobe.c | 45 KUNIT_EXPECT_FALSE(current_test, preemptible()); in fp_entry_handler() 66 KUNIT_EXPECT_FALSE(current_test, preemptible()); in fp_exit_handler() 86 KUNIT_EXPECT_FALSE(current_test, preemptible()); in nest_entry_handler() 94 KUNIT_EXPECT_FALSE(current_test, preemptible()); in nest_exit_handler()
|
H A D | test_linear_ranges.c | 156 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_high() 201 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_low()
|
H A D | hashtable_test.c | 46 KUNIT_EXPECT_FALSE(test, hash_empty(hash)); in hashtable_test_hash_empty()
|
/openbmc/linux/security/apparmor/ |
H A D | policy_unpack_test.c | 139 KUNIT_EXPECT_FALSE(test, aa_inbounds(puf->e, puf->e_size + 1)); in policy_unpack_test_inbounds_when_out_of_bounds() 178 KUNIT_EXPECT_FALSE(test, aa_unpack_array(puf->e, name, &array_size)); in policy_unpack_test_unpack_array_out_of_bounds() 280 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() 347 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_nameX_with_wrong_code() 377 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_nameX_with_wrong_name() 487 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_u32_out_of_bounds() 537 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_u64_out_of_bounds() 556 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_X_code_mismatch() 568 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_X_out_of_bounds()
|
/openbmc/linux/mm/kfence/ |
H A D | kfence_test.c | 472 KUNIT_EXPECT_FALSE(test, report_available()); in test_kmalloc_aligned_oob_read() 479 KUNIT_EXPECT_FALSE(test, report_available()); in test_kmalloc_aligned_oob_read() 505 KUNIT_EXPECT_FALSE(test, report_available()); in test_kmalloc_aligned_oob_write() 522 KUNIT_EXPECT_FALSE(test, report_available()); in test_shrink_memcache() 601 KUNIT_EXPECT_FALSE(test, report_available()); in test_memcache_ctor() 639 KUNIT_EXPECT_FALSE(test, report_available()); in test_gfpzero() 681 KUNIT_EXPECT_FALSE(test, report_available()); in test_memcache_typesafe_by_rcu() 704 KUNIT_EXPECT_FALSE(test, test_cache); in test_krealloc() 767 KUNIT_EXPECT_FALSE(test, report_available()); in test_memcache_alloc_bulk()
|
/openbmc/linux/drivers/fpga/tests/ |
H A D | fpga-bridge-test.c | 93 KUNIT_EXPECT_FALSE(test, ctx->stats.enable); in fpga_bridge_test_toggle() 130 KUNIT_EXPECT_FALSE(test, ctx_0->stats.enable); in fpga_bridge_test_get_put_list() 131 KUNIT_EXPECT_FALSE(test, ctx_1->stats.enable); in fpga_bridge_test_get_put_list()
|
/openbmc/linux/lib/kunit/ |
H A D | executor_test.c | 32 KUNIT_EXPECT_FALSE(test, filter.test_glob); in parse_filter_test() 95 KUNIT_EXPECT_FALSE(test, got.start[0]->test_cases[1].name); in filter_suites_test_glob_test() 185 KUNIT_EXPECT_FALSE(test, got.start[0]->test_cases[1].name); in filter_attr_test() 235 KUNIT_EXPECT_FALSE(test, got.start[0]->test_cases[1].status); in filter_attr_skip_test()
|
H A D | string-stream-test.c | 27 KUNIT_EXPECT_FALSE(test, string_stream_is_empty(stream)); in string_stream_test_not_empty_after_add()
|
H A D | kunit-test.c | 197 KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); in kunit_resource_test_destroy_resource() 212 KUNIT_EXPECT_FALSE(test, list_empty(&ctx->test.resources)); in kunit_resource_test_remove_resource() 232 KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); in kunit_resource_test_remove_resource()
|
H A D | kunit-example-test.c | 115 KUNIT_EXPECT_FALSE(test, false); in example_all_expect_macros_test()
|
/openbmc/linux/mm/damon/ |
H A D | core-test.h | 377 KUNIT_EXPECT_FALSE(test, __damos_filter_out(NULL, t, r, f)); in damos_test_filter_out() 383 KUNIT_EXPECT_FALSE(test, __damos_filter_out(NULL, t, r, f)); in damos_test_filter_out() 389 KUNIT_EXPECT_FALSE(test, __damos_filter_out(NULL, t, r, f)); in damos_test_filter_out()
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap-kunit.c | 289 KUNIT_EXPECT_FALSE(test, data->read[5]); in read_writeonly() 399 KUNIT_EXPECT_FALSE(test, data->written[i]); in register_patch() 435 KUNIT_EXPECT_FALSE(test, data->read[i]); in stride() 436 KUNIT_EXPECT_FALSE(test, data->written[i]); in stride() 538 KUNIT_EXPECT_FALSE(test, data->read[i]); in basic_ranges() 539 KUNIT_EXPECT_FALSE(test, data->written[i]); in basic_ranges() 838 KUNIT_EXPECT_FALSE(test, data->read[i]); in cache_drop()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-input-test.c | 19 KUNIT_EXPECT_FALSE(test, handled); in hid_test_input_set_battery_charge_status()
|
/openbmc/linux/drivers/base/test/ |
H A D | property-entry-test.c | 337 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()
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_proto_test.c | 1175 KUNIT_EXPECT_FALSE(test, ec_dev->host_sleep_v1); in cros_ec_proto_test_query_all_no_host_sleep() 1282 KUNIT_EXPECT_FALSE(test, ec_dev->host_sleep_v1); in cros_ec_proto_test_query_all_no_host_sleep_return0() 2091 KUNIT_EXPECT_FALSE(test, more_events); in cros_ec_proto_test_get_next_event_no_mkbp_event() 2152 KUNIT_EXPECT_FALSE(test, wake_event); in cros_ec_proto_test_get_next_event_mkbp_event_version0() 2202 KUNIT_EXPECT_FALSE(test, more_events); in cros_ec_proto_test_get_next_event_mkbp_event_version2() 2251 KUNIT_EXPECT_FALSE(test, wake_event); in cros_ec_proto_test_get_next_event_mkbp_event_host_event_rtc() 2301 KUNIT_EXPECT_FALSE(test, wake_event); in cros_ec_proto_test_get_next_event_mkbp_event_host_event_masked() 2387 KUNIT_EXPECT_FALSE(test, ret); in cros_ec_proto_test_check_features_cached() 2429 KUNIT_EXPECT_FALSE(test, ret); in cros_ec_proto_test_check_features_not_cached()
|
/openbmc/linux/kernel/events/ |
H A D | hw_breakpoint_test.c | 320 KUNIT_EXPECT_FALSE(test, hw_breakpoint_is_used()); in test_exit()
|
/openbmc/linux/net/handshake/ |
H A D | handshake-test.c | 428 KUNIT_EXPECT_FALSE(test, result); in handshake_req_cancel_test3()
|
/openbmc/linux/mm/kasan/ |
H A D | kasan_test.c | 90 KUNIT_EXPECT_FALSE(test, READ_ONCE(test_status.report_found)); in kasan_test_exit() 118 KUNIT_EXPECT_FALSE(test, READ_ONCE(test_status.report_found)); \
|