Home
last modified time | relevance | path

Searched refs:UNITTEST (Results 1 – 25 of 26) sorted by relevance

12

/kernel/tests/
A Dalloc_checker_tests.cpp181 UNITTEST("alloc checker ctor & dtor", alloc_checker_ctor)
182 UNITTEST("alloc checker basic", alloc_checker_basic)
183 UNITTEST("alloc checker panic", alloc_checker_panic)
184 UNITTEST("alloc checker new", alloc_checker_new)
185 UNITTEST("alloc checker new fails", alloc_checker_new_fails)
186 UNITTEST("test array size overflow check", test_array_size_overflow_check)
187 UNITTEST("test negative array size", test_negative_array_size)
A Dpreempt_disable_tests.cpp287 UNITTEST("test_in_timer_callback", test_in_timer_callback)
288 UNITTEST("test_inc_dec_disable_counts", test_inc_dec_disable_counts)
289 UNITTEST("test_decrement_clears_preempt_pending",
291 UNITTEST("test_blocking_clears_preempt_pending",
293 UNITTEST("test_interrupt_preserves_preempt_pending",
295 UNITTEST("test_interrupt_clears_preempt_pending",
297 UNITTEST("test_interrupt_with_preempt_disable",
299 UNITTEST("test_interrupt_with_resched_disable",
A Dresource_tests.cpp140 UNITTEST("test unconfigured allocators", unconfigured)
141 UNITTEST("test setting up allocators", allocators_configured)
142 UNITTEST("test exclusive then shared overlap", exclusive_then_shared)
143 UNITTEST("test shared then exclusive overlap", shared_then_exclusive)
144 UNITTEST("test allocating out of range", out_of_allocator_range)
A Dprintf_tests.cpp206 UNITTEST("printf_tests", printf_tests)
207 UNITTEST("printf_field_width_tests", printf_field_width_test)
208 UNITTEST("snprintf_truncation_test", snprintf_truncation_test)
A Dtimer_tests.cpp479 UNITTEST("cancel_before_deadline", cancel_before_deadline)
480 UNITTEST("cancel_after_fired", cancel_after_fired)
481 UNITTEST("cancel_from_callback", cancel_from_callback)
482 UNITTEST("set_from_callback", set_from_callback)
483 UNITTEST("trylock_or_cancel_canceled", trylock_or_cancel_canceled)
484 UNITTEST("trylock_or_cancel_get_lock", trylock_or_cancel_get_lock)
A Dmp_hotplug_tests.cpp87 UNITTEST("test unplug and hotplug cores one by one", mp_hotplug_test)
A Dsync_ipi_tests.cpp129 UNITTEST("sync_ipi_tests", sync_ipi_tests)
A Dlock_dep_tests.cpp718 UNITTEST("lock_dep_dynamic_analysis_tests", lock_dep_dynamic_analysis_tests)
719 UNITTEST("lock_dep_static_analysis_tests", lock_dep_static_analysis_tests)
/kernel/object/
A Djob_policy_tests.cpp102 UNITTEST("initial_state", initial_state)
103 UNITTEST("add_basic_policy_absolute", add_basic_policy_absolute)
104 UNITTEST("add_basic_policy_relative", add_basic_policy_relative)
105 UNITTEST("add_basic_policy_unmodified_on_error", add_basic_policy_unmodified_on_error)
106 UNITTEST("set_get_timer_slack", set_get_timer_slack)
A Dmbuf_tests.cpp341 UNITTEST("initial_state", initial_state)
342 UNITTEST("stream_read_empty", stream_read_empty)
343 UNITTEST("stream_read_zero", stream_read_zero)
344 UNITTEST("stream_write_basic", stream_write_basic)
345 UNITTEST("stream_write_zero", stream_write_zero)
346 UNITTEST("stream_write_too_much", stream_write_too_much)
347 UNITTEST("datagram_read_empty", datagram_read_empty)
348 UNITTEST("datagram_read_zero", datagram_read_zero)
350 UNITTEST("datagram_write_basic", datagram_write_basic)
351 UNITTEST("datagram_write_zero", datagram_write_zero)
[all …]
A Dmessage_packet_tests.cpp147 UNITTEST("create", create)
148 UNITTEST("create_void_star", create_void_star)
149 UNITTEST("create_zero", create_zero)
150 UNITTEST("create_too_many_handles", create_too_many_handles)
151 UNITTEST("create_bad_mem", create_bad_mem)
152 UNITTEST("copy_bad_mem", copy_bad_mem)
A Dbuffer_chain_tests.cpp144 UNITTEST("alloc_free_basic", alloc_free_basic)
145 UNITTEST("copy_in_copy_out", copy_in_copy_out)
A Dstate_tracker_tests.cpp183 #define ST_UNITTEST(fname) UNITTEST(#fname, fname)
/kernel/lib/counters/
A Dcounters_tests.cpp78 UNITTEST("value cleanup", value_cleanup)
79 UNITTEST("percentile determination", percentile_determination)
80 UNITTEST("outlier check", outlier_check)
/kernel/lib/libc/string/arch/x86/
A Dtests.cpp174 UNITTEST("memcpy tests", memcpy_test)
175 UNITTEST("memcpy_quad tests", memcpy_quad_test)
176 UNITTEST("memcpy_erms tests", memcpy_erms_test)
177 UNITTEST("memset tests", memset_test)
178 UNITTEST("memset_quad tests", memset_quad_test)
179 UNITTEST("memset_erms tests", memset_erms_test)
/kernel/lib/crypto/
A Dprng_unittest.cpp144 UNITTEST("Instantiate", instantiate)
145 UNITTEST("NonThreadSafeMode", non_thread_safe_prng_same_behavior)
146 UNITTEST("Test Output", prng_output)
147 UNITTEST("Test RandInt", prng_randint)
A Dglobal_prng_unittest.cpp30 UNITTEST("Identical", identical)
/kernel/lib/fbl/
A Dinline_array_tests.cpp76 UNITTEST("inline test", inline_test)
77 UNITTEST("non-inline test", non_inline_test)
A Dname_tests.cpp195 #define NAME_UNITTEST(fname) UNITTEST(#fname, fname)
A Darena_tests.cpp504 #define ARENA_UNITTEST(fname) UNITTEST(#fname, fname)
/kernel/lib/header_tests/
A Dpow2_tests.cpp79 UNITTEST("pow2 lib tests", pow2_test)
/kernel/lib/crypto/entropy/
A Dcollector_unittest.cpp141 UNITTEST("test entropy estimates", entropy_estimate_test)
/kernel/arch/x86/
A Dmmu_tests.cpp157 UNITTEST("mmu tests", mmu_tests)
/kernel/lib/unittest/include/lib/unittest/
A Dunittest.h311 #define UNITTEST(_name, _fn) \ macro
/kernel/lib/hypervisor/
A Dhypervisor_unittest.cpp588 #define HYPERVISOR_UNITTEST(fname) UNITTEST(#fname, fname)

Completed in 40 milliseconds

12