nuttx-apps/testing
guoshichao 5595a01fcd watchdog: disable the drivertest_watchdog_api testcase on some platform
When we support the watchdog interrupt on the Armv7-A platform with
the TEE enabled, the watchdog interrupt needs to be configured as
a FIQ to avoid the impact of interrupt disabling in the AP.
In this case, the drivertest_watchdog_api testcase cannot pass the
test in such a scenario.

This is because the drivertest_watchdog_api itself requires
calling a specified callback after the watchdog interrupt is
triggered, instead of directly dumping the AP's context and
then asserting the system.

Therefore, when both CONFIG_ARCH_ARMV7A and CONFIG_ARCH_HAVE_TRUSTZONE
are enabled, we need to skip the current drivertest_watchdog_api
testcase.

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2026-01-19 17:51:42 +08:00
..
arch apps/testing: move himem_test,mtetest and x86-64-ABI folders to the new arhc folder 2025-01-20 17:48:48 +08:00
cmocka !testing/cmocka: Compile cmocka as a libary only by default 2026-01-12 10:14:55 +08:00
cxx apps/testing:fix uclibc atomic make.defs error 2025-03-03 16:03:13 +01:00
cxx-oot-build testing/cxx-oot-build: Exclude cxx-oot-build in CMake projects. 2025-10-15 14:34:32 +08:00
drivers watchdog: disable the drivertest_watchdog_api testcase on some platform 2026-01-19 17:51:42 +08:00
enet apps/testing: add cmock_test for enet in order to test send and receive pkt 2025-12-29 22:30:56 +08:00
fff testing: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
fs mtdconfig/nvs: fix typo error in nvs testcase 2026-01-15 10:26:21 +08:00
libc apps/testing:fix uclibc atomic make.defs error 2025-03-03 16:03:13 +01:00
ltp ltp: close mq_close/3-1 testcase when open CONFIG_FDCHECK 2026-01-15 10:25:21 +08:00
mm testing/memtester: fix build error for cmake 2025-12-05 17:53:57 +01:00
nettest testing/nettest: Add test for net bufpool 2025-01-14 14:39:44 +08:00
nist-sts testing: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
nuts testing/nuts: NuttX Unit Test Selection (NUTS) application. 2025-12-28 10:28:14 +08:00
ostest sched/signal: Add support to disable partial or all signals 2026-01-15 15:48:54 +08:00
sched apps/testing: Add pthread_mutex_perf created by Anchao 2025-12-16 20:57:58 -03:00
testsuites timer_test: reduce the sleep time to improve testing efficiency 2026-01-15 10:25:21 +08:00
unity apps/unity: Add printf configuration 2025-08-07 11:21:57 +08:00
.gitignore Ensure all source code end with one and only one newline 2020-02-09 08:14:49 -06:00
CMakeLists.txt testing/cxx-oot-build: Exclude cxx-oot-build in CMake projects. 2025-10-15 14:34:32 +08:00
Make.defs testing: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Makefile testing: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00