Changeset 9bb2f59e in rtems
- Timestamp:
- 03/13/23 12:49:18 (7 months ago)
- Branches:
- master
- Children:
- e81701b
- Parents:
- 377eae4
- git-author:
- Sebastian Huber <sebastian.huber@…> (03/13/23 12:49:18)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (03/14/23 07:07:25)
- Files:
-
- 49 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/doxygen/top-level-groups.h
r377eae4 r9bb2f59e 64 64 * @brief This group contains the test suites. 65 65 */ 66 67 /** 68 * @defgroup RTEMSTestSuitesFilesystem Filesystem Test Suites 69 * 70 * @ingroup RTEMSTestSuites 71 * 72 * @brief This group contains the test suites related to filesystem tests. 73 */ 74 75 /** 76 * @defgroup RTEMSTestSuitesUnit Unit Test Suites 77 * 78 * @ingroup RTEMSTestSuites 79 * 80 * @brief This group contains the test suites related to unit tests. 81 */ 82 83 /** 84 * @defgroup RTEMSTestSuitesValidation Validation Test Suites 85 * 86 * @ingroup RTEMSTestSuites 87 * 88 * @brief This group contains the test suites related to validation tests. 89 */ -
testsuites/fstests/tftpfs/tftpfs_udp_network_fake.h
r377eae4 r9bb2f59e 53 53 * @defgroup RTEMSTestSuiteTestsTFTPFS Test suite for libtftpsfs tests 54 54 * 55 * @ingroup RTEMSTestSuites 55 * @ingroup RTEMSTestSuitesFilesystem 56 56 * 57 57 * @brief This test suite provides a tests for libtftpfs. -
testsuites/unit/ts-unit-no-clock-0.c
r377eae4 r9bb2f59e 58 58 * @defgroup TestsuitesUnitNoClock0 spec:/testsuites/unit-no-clock-0 59 59 * 60 * @ingroup RTEMSTestSuites 60 * @ingroup RTEMSTestSuitesUnit 61 61 * 62 62 * @brief This general purpose unit test suite provides enough resources to run -
testsuites/validation/ts-config.h
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This header file provides the constants used by the test suite … … 45 45 46 46 /** 47 * @addtogroup RTEMSTestSuites 47 * @addtogroup RTEMSTestSuitesValdation 48 48 * 49 49 * @{ -
testsuites/validation/ts-fatal-boot-processor-not-assigned-to-scheduler.c
r377eae4 r9bb2f59e 62 62 * spec:/testsuites/fatal-boot-processor-not-assigned-to-scheduler 63 63 * 64 * @ingroup RTEMSTestSuites 64 * @ingroup RTEMSTestSuitesValidation 65 65 * 66 66 * @brief This validation test suite uses an application configuration which -
testsuites/validation/ts-fatal-idle-thread-create-failed.c
r377eae4 r9bb2f59e 61 61 * spec:/testsuites/fatal-idle-thread-create-failed 62 62 * 63 * @ingroup RTEMSTestSuites 63 * @ingroup RTEMSTestSuitesValidation 64 64 * 65 65 * @brief This validation test suite contains a test case which is triggered by -
testsuites/validation/ts-fatal-idle-thread-stack-too-small.c
r377eae4 r9bb2f59e 61 61 * spec:/testsuites/fatal-idle-thread-stack-too-small 62 62 * 63 * @ingroup RTEMSTestSuites 63 * @ingroup RTEMSTestSuitesValidation 64 64 * 65 65 * @brief This validation test suite contains a test case which triggers a -
testsuites/validation/ts-fatal-init-task-construct-failed.c
r377eae4 r9bb2f59e 61 61 * spec:/testsuites/fatal-init-task-construct-failed 62 62 * 63 * @ingroup RTEMSTestSuites 63 * @ingroup RTEMSTestSuitesValidation 64 64 * 65 65 * @brief This validation test suite contains a test case which triggers a -
testsuites/validation/ts-fatal-mandatory-processor-not-present.c
r377eae4 r9bb2f59e 62 62 * spec:/testsuites/fatal-mandatory-processor-not-present 63 63 * 64 * @ingroup RTEMSTestSuites 64 * @ingroup RTEMSTestSuitesValidation 65 65 * 66 66 * @brief This validation test suite contains a test case which triggers a -
testsuites/validation/ts-fatal-scheduler-requires-exactly-one-processor.c
r377eae4 r9bb2f59e 62 62 * spec:/testsuites/fatal-scheduler-requires-exactly-one-processor 63 63 * 64 * @ingroup RTEMSTestSuites 64 * @ingroup RTEMSTestSuitesValidation 65 65 * 66 66 * @brief This validation test suite uses an application configuration which -
testsuites/validation/ts-fatal-smp.c
r377eae4 r9bb2f59e 61 61 * @defgroup TestsuitesFatalSmp spec:/testsuites/fatal-smp 62 62 * 63 * @ingroup RTEMSTestSuites 63 * @ingroup RTEMSTestSuitesValidation 64 64 * 65 65 * @brief This validation test suite contains a test case which triggers -
testsuites/validation/ts-fatal-start-of-mandatory-processor-failed.c
r377eae4 r9bb2f59e 62 62 * spec:/testsuites/fatal-start-of-mandatory-processor-failed 63 63 * 64 * @ingroup RTEMSTestSuites 64 * @ingroup RTEMSTestSuitesValidation 65 65 * 66 66 * @brief This validation test suite contains a test case which triggers a -
testsuites/validation/ts-fatal-start-on-not-online-processor.c
r377eae4 r9bb2f59e 62 62 * spec:/testsuites/fatal-start-on-not-online-processor 63 63 * 64 * @ingroup RTEMSTestSuites 64 * @ingroup RTEMSTestSuitesValidation 65 65 * 66 66 * @brief This validation test suite contains a test case which triggers a -
testsuites/validation/ts-fatal-too-large-tls-size.c
r377eae4 r9bb2f59e 61 61 * spec:/testsuites/fatal-too-large-tls-size 62 62 * 63 * @ingroup RTEMSTestSuites 63 * @ingroup RTEMSTestSuitesValidation 64 64 * 65 65 * @brief This validation test suite contains a test case which triggers a -
testsuites/validation/ts-performance-no-clock-0.c
r377eae4 r9bb2f59e 61 61 * spec:/testsuites/performance-no-clock-0 62 62 * 63 * @ingroup RTEMSTestSuites 63 * @ingroup RTEMSTestSuitesValidation 64 64 * 65 65 * @brief This general purpose performance test suite provides enough resources -
testsuites/validation/ts-terminate.c
r377eae4 r9bb2f59e 60 60 * @defgroup TestsuitesTerminate spec:/testsuites/terminate 61 61 * 62 * @ingroup RTEMSTestSuites 62 * @ingroup RTEMSTestSuitesValidation 63 63 * 64 64 * @brief This validation test suite contains a test case for the system -
testsuites/validation/ts-userext.c
r377eae4 r9bb2f59e 60 60 * @defgroup TestsuitesUserext spec:/testsuites/userext 61 61 * 62 * @ingroup RTEMSTestSuites 62 * @ingroup RTEMSTestSuitesValidation 63 63 * 64 64 * @brief This validation test suite contains a test cases related to the -
testsuites/validation/ts-validation-0.c
r377eae4 r9bb2f59e 58 58 * @defgroup TestsuitesValidation0 spec:/testsuites/validation-0 59 59 * 60 * @ingroup RTEMSTestSuites 60 * @ingroup RTEMSTestSuitesValidation 61 61 * 62 62 * @brief This general purpose validation test suite provides enough resources -
testsuites/validation/ts-validation-1.c
r377eae4 r9bb2f59e 58 58 * @defgroup TestsuitesValidation1 spec:/testsuites/validation-1 59 59 * 60 * @ingroup RTEMSTestSuites 60 * @ingroup RTEMSTestSuitesValidation 61 61 * 62 62 * @brief This general purpose validation test suite provides enough resources -
testsuites/validation/ts-validation-acfg-0.c
r377eae4 r9bb2f59e 61 61 * @defgroup TestsuitesValidationAcfg0 spec:/testsuites/validation-acfg-0 62 62 * 63 * @ingroup RTEMSTestSuites 63 * @ingroup RTEMSTestSuitesValidation 64 64 * 65 65 * @brief This validation test suite is used to validate the default value of -
testsuites/validation/ts-validation-acfg-1.c
r377eae4 r9bb2f59e 62 62 * @defgroup TestsuitesValidationAcfg1 spec:/testsuites/validation-acfg-1 63 63 * 64 * @ingroup RTEMSTestSuites 64 * @ingroup RTEMSTestSuitesValidation 65 65 * 66 66 * @brief This validation test suite is used to validate the default value of -
testsuites/validation/ts-validation-cache.c
r377eae4 r9bb2f59e 58 58 * @defgroup TestsuitesValidationCache spec:/testsuites/validation-cache 59 59 * 60 * @ingroup RTEMSTestSuites 60 * @ingroup RTEMSTestSuitesValidation 61 61 * 62 62 * @brief This validation test suite provides enough resources to run tests for -
testsuites/validation/ts-validation-intr.c
r377eae4 r9bb2f59e 58 58 * @defgroup TestsuitesValidationIntr spec:/testsuites/validation-intr 59 59 * 60 * @ingroup RTEMSTestSuites 60 * @ingroup RTEMSTestSuitesValidation 61 61 * 62 62 * @brief This validation test suite provides enough resources to run tests for -
testsuites/validation/ts-validation-io-kernel.c
r377eae4 r9bb2f59e 65 65 * @defgroup TestsuitesValidationIoKernel spec:/testsuites/validation-io-kernel 66 66 * 67 * @ingroup RTEMSTestSuites 67 * @ingroup RTEMSTestSuitesValidation 68 68 * 69 69 * @brief This validation test suite contains test cases which test the kernel -
testsuites/validation/ts-validation-no-clock-0.c
r377eae4 r9bb2f59e 59 59 * spec:/testsuites/validation-no-clock-0 60 60 * 61 * @ingroup RTEMSTestSuites 61 * @ingroup RTEMSTestSuitesValidation 62 62 * 63 63 * @brief This general purpose validation test suite provides enough resources -
testsuites/validation/ts-validation-non-smp.c
r377eae4 r9bb2f59e 58 58 * @defgroup TestsuitesValidationNonSmp spec:/testsuites/validation-non-smp 59 59 * 60 * @ingroup RTEMSTestSuites 60 * @ingroup RTEMSTestSuitesValidation 61 61 * 62 62 * @brief This test suite for non-SMP test cases provides enough resources to -
testsuites/validation/ts-validation-one-cpu-0.c
r377eae4 r9bb2f59e 58 58 * @defgroup TestsuitesValidationOneCpu0 spec:/testsuites/validation-one-cpu-0 59 59 * 60 * @ingroup RTEMSTestSuites 60 * @ingroup RTEMSTestSuitesValidation 61 61 * 62 62 * @brief This general purpose validation test suite provides enough resources -
testsuites/validation/ts-validation-one-cpu-1.c
r377eae4 r9bb2f59e 60 60 * @defgroup TestsuitesValidationOneCpu1 spec:/testsuites/validation-one-cpu-1 61 61 * 62 * @ingroup RTEMSTestSuites 62 * @ingroup RTEMSTestSuitesValidation 63 63 * 64 64 * @brief This general purpose validation test suite provides enough resources -
testsuites/validation/ts-validation-smp-one-cpu-0.c
r377eae4 r9bb2f59e 59 59 * spec:/testsuites/validation-smp-one-cpu-0 60 60 * 61 * @ingroup RTEMSTestSuites 61 * @ingroup RTEMSTestSuitesValidation 62 62 * 63 63 * @brief This general purpose validation test suite provides enough resources -
testsuites/validation/ts-validation-smp-only-0.c
r377eae4 r9bb2f59e 59 59 * spec:/testsuites/validation-smp-only-0 60 60 * 61 * @ingroup RTEMSTestSuites 61 * @ingroup RTEMSTestSuitesValidation 62 62 * 63 63 * @brief This test suite for SMP-only test cases provides enough resources to -
testsuites/validation/ts-validation-smp-only-2.c
r377eae4 r9bb2f59e 61 61 * spec:/testsuites/validation-smp-only-2 62 62 * 63 * @ingroup RTEMSTestSuites 63 * @ingroup RTEMSTestSuitesValidation 64 64 * 65 65 * @brief This SMP-only test suite validates the clustered scheduler -
testsuites/validation/ts-validation-timecounter-0.c
r377eae4 r9bb2f59e 59 59 * spec:/testsuites/validation-timecounter-0 60 60 * 61 * @ingroup RTEMSTestSuites 61 * @ingroup RTEMSTestSuitesValidation 62 62 * 63 63 * @brief This validation test suite is intended test cases related to the -
testsuites/validation/ts-validation-timecounter-1.c
r377eae4 r9bb2f59e 59 59 * spec:/testsuites/validation-timecounter-1 60 60 * 61 * @ingroup RTEMSTestSuites 61 * @ingroup RTEMSTestSuitesValidation 62 62 * 63 63 * @brief This validation test suite is intended test cases related to the use -
testsuites/validation/ts-validation-timecounter-smp-0.c
r377eae4 r9bb2f59e 59 59 * spec:/testsuites/validation-timecounter-smp-0 60 60 * 61 * @ingroup RTEMSTestSuites 61 * @ingroup RTEMSTestSuitesValidation 62 62 * 63 63 * @brief This validation test suite is intended test cases related to the use -
testsuites/validation/ts-validation-tls-0.c
r377eae4 r9bb2f59e 58 58 * @defgroup TestsuitesValidationTls0 spec:/testsuites/validation-tls-0 59 59 * 60 * @ingroup RTEMSTestSuites 60 * @ingroup RTEMSTestSuitesValidation 61 61 * 62 62 * @brief This validation test suite contains test cases related to the -
testsuites/validation/ts-validation-tls-1.c
r377eae4 r9bb2f59e 58 58 * @defgroup TestsuitesValidationTls1 spec:/testsuites/validation-tls-1 59 59 * 60 * @ingroup RTEMSTestSuites 60 * @ingroup RTEMSTestSuitesValidation 61 61 * 62 62 * @brief This validation test suite contains test cases related to the -
testsuites/validation/tx-call-within-isr.c
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This source file contains the implementation of CallWithinISRClear(), -
testsuites/validation/tx-default-task-config.c
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This source file contains the definition of ::DefaultTaskConfig. -
testsuites/validation/tx-interrupt.c
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This source file contains the implementation of -
testsuites/validation/tx-io-relax.c
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This source file contains the implementation of SetIORelaxHandler(). -
testsuites/validation/tx-memory-alloc.c
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This source file contains the implementation of -
testsuites/validation/tx-preemption-intervention.c
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This source file contains the implementation of -
testsuites/validation/tx-support.c
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This source file contains the implementation of support functions for -
testsuites/validation/tx-support.h
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This header file provides the support functions for the validation … … 48 48 49 49 /** 50 * @addtogroup RTEMSTestSuites 50 * @addtogroup RTEMSTestSuitesValdation 51 51 * 52 52 * @{ -
testsuites/validation/tx-thread-queue.c
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This source file contains the implementation of the thread queue test -
testsuites/validation/tx-thread-queue.h
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This header file provides the functions to test the … … 51 51 52 52 /** 53 * @addtogroup RTEMSTestSuites 53 * @addtogroup RTEMSTestSuitesValdation 54 54 * 55 55 * @{ -
testsuites/validation/tx-timecounter.c
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This source file contains the definition of SetGetTimecountHandler(), -
testsuites/validation/tx-timer-server.c
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This source file contains the definition of DeleteTimerServer(). -
testsuites/validation/tx-wrap-thread-queue.c
r377eae4 r9bb2f59e 4 4 * @file 5 5 * 6 * @ingroup RTEMSTestSuites 6 * @ingroup RTEMSTestSuitesValdation 7 7 * 8 8 * @brief This source file contains the implementation of the thread queue
Note: See TracChangeset
for help on using the changeset viewer.