| /kernel/tests/ |
| A D | alloc_checker_tests.cpp | 181 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 D | preempt_disable_tests.cpp | 287 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 D | resource_tests.cpp | 140 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 D | printf_tests.cpp | 206 UNITTEST("printf_tests", printf_tests) 207 UNITTEST("printf_field_width_tests", printf_field_width_test) 208 UNITTEST("snprintf_truncation_test", snprintf_truncation_test)
|
| A D | timer_tests.cpp | 479 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 D | mp_hotplug_tests.cpp | 87 UNITTEST("test unplug and hotplug cores one by one", mp_hotplug_test)
|
| A D | sync_ipi_tests.cpp | 129 UNITTEST("sync_ipi_tests", sync_ipi_tests)
|
| A D | lock_dep_tests.cpp | 718 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 D | job_policy_tests.cpp | 102 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 D | mbuf_tests.cpp | 341 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 D | message_packet_tests.cpp | 147 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 D | buffer_chain_tests.cpp | 144 UNITTEST("alloc_free_basic", alloc_free_basic) 145 UNITTEST("copy_in_copy_out", copy_in_copy_out)
|
| A D | state_tracker_tests.cpp | 183 #define ST_UNITTEST(fname) UNITTEST(#fname, fname)
|
| /kernel/lib/counters/ |
| A D | counters_tests.cpp | 78 UNITTEST("value cleanup", value_cleanup) 79 UNITTEST("percentile determination", percentile_determination) 80 UNITTEST("outlier check", outlier_check)
|
| /kernel/lib/libc/string/arch/x86/ |
| A D | tests.cpp | 174 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 D | prng_unittest.cpp | 144 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 D | global_prng_unittest.cpp | 30 UNITTEST("Identical", identical)
|
| /kernel/lib/fbl/ |
| A D | inline_array_tests.cpp | 76 UNITTEST("inline test", inline_test) 77 UNITTEST("non-inline test", non_inline_test)
|
| A D | name_tests.cpp | 195 #define NAME_UNITTEST(fname) UNITTEST(#fname, fname)
|
| A D | arena_tests.cpp | 504 #define ARENA_UNITTEST(fname) UNITTEST(#fname, fname)
|
| /kernel/lib/header_tests/ |
| A D | pow2_tests.cpp | 79 UNITTEST("pow2 lib tests", pow2_test)
|
| /kernel/lib/crypto/entropy/ |
| A D | collector_unittest.cpp | 141 UNITTEST("test entropy estimates", entropy_estimate_test)
|
| /kernel/arch/x86/ |
| A D | mmu_tests.cpp | 157 UNITTEST("mmu tests", mmu_tests)
|
| /kernel/lib/unittest/include/lib/unittest/ |
| A D | unittest.h | 311 #define UNITTEST(_name, _fn) \ macro
|
| /kernel/lib/hypervisor/ |
| A D | hypervisor_unittest.cpp | 588 #define HYPERVISOR_UNITTEST(fname) UNITTEST(#fname, fname)
|