Home
last modified time | relevance | path

Searched full:correctly (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/Zephyr-latest/tests/kernel/common/src/
Dbyteorder.c73 * @details Test if sys_get_be64() correctly handles endianness.
92 * @details Test if sys_put_be64() correctly handles endianness.
112 * @details Test if sys_get_be40() correctly handles endianness.
129 * @details Test if sys_put_be40() correctly handles endianness.
146 * @details Test if sys_get_be48() correctly handles endianness.
165 * @details Test if sys_put_be48() correctly handles endianness.
184 * @details Test if sys_get_be32() correctly handles endianness.
203 * @details Test if sys_put_be32() correctly handles endianness.
223 * @details Test if sys_get_be24() correctly handles endianness.
242 * @details Test if sys_put_be24() correctly handles endianness.
[all …]
/Zephyr-latest/tests/lib/json/src/
Dmain.c330 "Not all fields decoded correctly"); in ZTEST()
333 "String not decoded correctly"); in ZTEST()
334 zassert_equal(ts.some_int, 42, "Positive integer not decoded correctly"); in ZTEST()
335 zassert_equal(ts.some_bool, true, "Boolean not decoded correctly"); in ZTEST()
337 "int64 not decoded correctly"); in ZTEST()
339 "int64 not decoded correctly"); in ZTEST()
341 "Nested negative integer not decoded correctly"); in ZTEST()
343 "Nested int64 not decoded correctly"); in ZTEST()
345 "Nested boolean value not decoded correctly"); in ZTEST()
348 "Nested string not decoded correctly"); in ZTEST()
[all …]
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_add_type/src/
Dmain.c23 * Set key type and verify that the value is set correctly
29 * - The key type value is set correctly
46 * Set key type to all valid types and verify that the value is set correctly
52 * - The key type value is set correctly
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/
Dtest_callback_manage.c103 TC_ERROR("not trigger callback correctly\n"); in test_callback_add_remove()
113 TC_ERROR("not trigger callback correctly\n"); in test_callback_add_remove()
122 TC_ERROR("not trigger callback correctly\n"); in test_callback_add_remove()
160 TC_ERROR("not trigger callback correctly\n"); in test_callback_self_remove()
166 TC_ERROR("not remove callback correctly\n"); in test_callback_self_remove()
175 TC_ERROR("not trigger remaining callback correctly\n"); in test_callback_self_remove()
206 TC_ERROR("not trigger callback correctly\n"); in test_callback_enable_disable()
214 TC_ERROR("not trigger callback correctly\n"); in test_callback_enable_disable()
222 TC_ERROR("not trigger callback correctly\n"); in test_callback_enable_disable()
/Zephyr-latest/tests/net/offloaded_netdev/src/
Dmain.c155 "Bad transition-count, offload_impl_enable not called correctly"); in ZTEST()
157 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST()
166 "Bad transition-count, offload_impl_enable not called correctly"); in ZTEST()
168 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST()
217 "Bad transition-count, offload_impl_enable not called correctly"); in ZTEST()
219 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST()
228 "Bad transition-count, offload_impl_enable not called correctly"); in ZTEST()
230 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST()
280 "Bad transition-count, offload_impl_enable not called correctly"); in ZTEST()
282 "Bad up-count, offload_impl_enable not called correctly"); in ZTEST()
[all …]
/Zephyr-latest/tests/net/lib/prometheus/counter/src/
Dmain.c18 * value is incremented correctly.
40 * and check if the value is incremented correctly.
60 * and check if the value is incremented correctly.
/Zephyr-latest/cmake/compiler/armclang/
Dgeneric.cmake36 "Are permissions set correctly? '${CMAKE_C_COMPILER} --version' "
38 "And is the license setup correctly ?"
/Zephyr-latest/tests/net/lib/prometheus/gauge/src/
Dmain.c18 * value is set correctly.
21 * value is set correctly.
/Zephyr-latest/tests/net/lib/prometheus/histogram/src/
Dmain.c18 * value is incremented correctly.
21 * value is incremented correctly.
/Zephyr-latest/tests/net/lib/prometheus/summary/src/
Dmain.c18 * value is incremented correctly.
21 * value is incremented correctly.
/Zephyr-latest/tests/posix/barriers/src/
Dmain.c23 zassert_equal(pshared, PTHREAD_PROCESS_PRIVATE, "pshared attribute not set correctly"); in ZTEST()
32 zassert_equal(pshared, PTHREAD_PROCESS_PUBLIC, "pshared attribute not retrieved correctly"); in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/op_agg/
Dmodel_coex.sh17 # 3. The DUT device waits, and verifies that the sequence is correctly received.
21 # aggregated sequence from the DUT device is correctly received.
/Zephyr-latest/tests/subsys/sd/mmc/
DREADME.txt14 can correctly initialize an SD card.
16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required
/Zephyr-latest/tests/subsys/sd/sdmmc/
DREADME.txt14 can correctly initialize an SD card.
16 * IOCTL test: verify the SD subsystem correctly implements IOCTL calls required
/Zephyr-latest/tests/drivers/regulator/voltage/dts/bindings/
Dtest-regulator-voltage.yaml51 Used to filter out ranges that cannot be tested correctly in the configuration.
58 Used to filter out ranges that cannot be tested correctly in the configuration.
/Zephyr-latest/tests/subsys/mem_mgmt/mem_attr_heap/src/
Dmain.c118 zassert_is_null(block, "Buffer too big for regions correctly allocated"); in ZTEST()
121 * Check if the memory is correctly released and can be reused in ZTEST()
127 zassert_equal_ptr(old_block, block, "Memory not correctly released"); in ZTEST()
130 * Check if the memory is correctly aligned when requested in ZTEST()
/Zephyr-latest/tests/kernel/fatal/no-multithreading/
DREADME1 This test case verifies that kernel fatal error handling works correctly
/Zephyr-latest/tests/cmake/config_dir/foo/
Dprj.conf2 # configuration dir worked correctly.
/Zephyr-latest/boards/ti/cc1352r_sensortag/support/
Dopenocd.cfg2 # Workaround for #21372. This allows OpenOCD to flash correctly
/Zephyr-latest/tests/drivers/mm/sys_mm_drv_bank/src/
Dmain.c60 /* Verify mapped pages are counted correctly */ in ZTEST()
78 /* Verify unmapped pages are counted correctly */ in ZTEST()
90 /* Verify max mapped pages are counted correctly */ in ZTEST()
112 /* Verify sys_mm_drv_bank_stats_reset_max works correctly */ in ZTEST()
/Zephyr-latest/tests/kernel/fatal/exception/
DREADME1 This test case verifies that kernel fatal error handling works correctly.
/Zephyr-latest/soc/nordic/nrf92/
DCMakeLists.txt11 # for the image correctly
/Zephyr-latest/tests/posix/common/src/
Dcond.c58 zassert_equal(clock_id, CLOCK_MONOTONIC, "clock attribute not set correctly"); in ZTEST()
64 zassert_equal(clock_id, CLOCK_REALTIME, "clock attribute not set correctly"); in ZTEST()
/Zephyr-latest/soc/silabs/silabs_s0/efm32hg/
Dsoc_pinmap.h10 * modules to correctly configure GPIO controller.
/Zephyr-latest/soc/silabs/silabs_s0/efm32wg/
Dsoc_pinmap.h10 * modules to correctly configure GPIO controller.

12345678910>>...21