source: rtems/testsuites

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3af2dc7   05/11/21 14:26:55 frank.kuehndel _TOD_Validate(): Fix incorrect return code This patch fixes bug …
(edit) @9f727f9   05/06/21 13:15:28 Sebastian Huber validation: Fix handling of N/A pre-conditions In the action …
(edit) @2c5199b   05/05/21 06:49:52 Sebastian Huber Return NULL for zero size allocations In POSIX, zero size memory …
(edit) @48898b3   05/05/21 12:26:01 Sebastian Huber rtems: rtems_scheduler_get_processor_set() status In case the …
(edit) @e5590a3   03/17/21 22:48:57 stephen.clark psxtests: Fix math function build warnings Added conditionals to …
(edit) @d692c62d   05/03/21 07:17:33 Sebastian Huber Make zero size allocation result consistent The zero size allocations …
(edit) @5b97821   04/08/21 05:51:38 Sebastian Huber libtest: Fix use of flexible array member Flexible array members must …
(edit) @2df9541   04/30/21 14:22:02 Sebastian Huber spmisc01: Test RTEMS_NOINIT Close #3866.
(edit) @fe3e05f   04/21/21 20:24:33 ryan.long psx13: Reworked and relicensed Changed the way the tests were …
(edit) @4b7c77b   04/26/21 09:00:24 Sebastian Huber rtems: Change rtems_task_get_affinity() status In case the processor …
(edit) @e29d5cd   04/25/21 04:26:45 vijay Makefile.am: Remove legacy networking files
(edit) @f14cf0c   04/23/21 06:21:48 Sebastian Huber rtems: Check for NULL config in task construct Since there are …
(edit) @03747b50   04/23/21 06:19:43 Sebastian Huber rtems: Check for NULL config in msgq construct Since there are …
(edit) @7bbbe42   04/08/21 13:41:15 frank.kuehndel clock:_TOD_To_seconds(): Fix year 2514 overflow This patch fixes …
(edit) @51defd92   04/20/21 17:30:35 Sebastian Huber Fix calloc() behaviour in case of overflow The multiplication to …
(edit) @a316a9d   04/11/21 19:15:13 Jiri Gaisler smpfatal08: block secondary processors * On some SMP platforms, all …
(edit) @650ac700   04/13/21 17:57:21 vijay Revert "cpukit: Remove telnetd" This reverts commit …
(edit) @df6d765c   02/26/21 23:19:20 vijay testsuites: Remove all legacy networking tests Update #3850
(edit) @3299dda2   02/26/21 22:51:07 vijay cpukit: Remove telnetd Update #3850
(edit) @3dca9ed   02/25/21 17:27:14 vijay testsuites/libtests: Remove networking01 Update #3850
(edit) @3e46a75e   04/07/21 04:42:59 Sebastian Huber validation: Fix unused variable warning Fix warning: …
(edit) @b3364fc6   04/07/21 04:40:16 Sebastian Huber libtests/block14: Fix warning Fix warning: …
(edit) @4f12a1e   03/28/21 12:51:25 Jiri Gaisler Restore FDT in ofw01 to avoid test timeout on RISCV
(edit) @e0aba8cb   03/27/21 10:15:43 Sebastian Huber score: Fix task stack initialization Do not adjust the stack area …
(edit) @6ae79e6   01/19/21 14:33:35 christian.mauderer libblock: Add rtems_bdbuf_peek() Adds a peek function that allows …
(edit) @fec2b724   03/22/21 09:45:33 Sebastian Huber validation: Use support functions
(edit) @8afe3323   03/21/21 12:26:53 Sebastian Huber validation: Add test case support functions
(edit) @fa1e7ea   03/16/21 08:32:58 Sebastian Huber validation: Reduce source code/rodata size Use a common wording for …
(edit) @4ebdbee   03/12/21 13:37:10 Sebastian Huber rtems: Allow initially locked MrsP semaphores Rejecting initially …
(edit) @0965b7c8   03/12/21 13:16:30 Sebastian Huber rtems: Require RTEMS_PRIORITY for MrsP semaphores MrsP semaphores are …
(edit) @5d752e7b   03/16/21 11:15:14 Sebastian Huber sp14: Fix for SMP or robust thread dispatch Close #4343.
(edit) @5babc54   03/12/21 07:12:02 Sebastian Huber validation: Task create/construct Run the task create/construct tests …
(edit) @586e06e   03/11/21 20:40:03 Sebastian Huber validation: Improve wording
(edit) @a26a326   02/03/21 21:34:16 eshan dhawan Test suite for FTW.H methods Signed-off-by: Eshan Dhawan …
(edit) @bfd1b6ee   03/11/21 06:57:48 Sebastian Huber validation: Use common wording
(edit) @e76470df   03/08/21 09:49:51 Sebastian Huber validation: Use common wording
(edit) @1ce127e   03/05/21 20:18:55 Sebastian Huber validation: Use common wording
(edit) @1de00d6   03/03/21 08:36:45 Sebastian Huber CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE Ensure that …
(edit) @8fe59be   03/03/21 09:27:52 Sebastian Huber validation: Fix for 64-bit targets Closes #4179.
(edit) @83b1b25d   03/02/21 11:31:45 Sebastian Huber rtems: Simplify rtems_signal_catch() In uniprocessor configurations, …
(edit) @c0c4b8b   03/02/21 06:54:17 Sebastian Huber validation: Format comment blocks
(edit) @2ad03de   03/01/21 09:00:26 Sebastian Huber validation: Add comments to task tests
(edit) @81fcf16   02/24/21 16:59:32 Sebastian Huber validation: Add comments to message queue tests Split up post-condition.
(edit) @54c9630   03/01/21 09:00:26 Sebastian Huber validation: Add comments to signal tests
(edit) @34f279aa   02/24/21 16:59:32 Sebastian Huber validation: Add comments to barrier tests Unify code sections across …
(edit) @08cbd4ba   02/26/21 11:34:21 Sebastian Huber score: Fix _Stack_Extend_size() Check for an integer overflow. Add a …
(edit) @9dad735   02/26/21 11:34:08 Sebastian Huber validation: Improve task construct error tests
(edit) @1ac4a85   02/25/21 18:08:52 Sebastian Huber score: Fix thread initialization Close the thread object if a thread …
(edit) @c96644e8   02/24/21 13:45:47 Sebastian Huber libtest: Print SHA256 hash in base64url
(edit) @74eff26c   02/23/21 18:47:02 Sebastian Huber libtest: Report target hash Update #4267.
(edit) @bc6ffc3   02/24/21 12:25:46 Sebastian Huber Add system initialization step for target hash Update #4267.
(edit) @5f8bc83   02/23/21 12:25:00 Sebastian Huber score: Add _IO_Base64url() Update #4267.
(edit) @006c702   02/21/21 16:48:04 Sebastian Huber validation: Simplify message queue construct tests
(edit) @fd838603   02/19/21 20:31:34 Sebastian Huber validation: Add missing barrier create test case
(edit) @3e7d658   02/15/21 13:02:49 Sebastian Huber validation: Add signal manager tests Update #4244.
(edit) @f38c0de4   02/15/21 08:14:41 Sebastian Huber validation: Add Validation1 test suite Update #4244.
(edit) @fafc923   02/05/21 09:15:48 Sebastian Huber validation: Tweak construct error tests Unify the state names across …
(edit) @e59efd8   02/04/21 12:35:27 Sebastian Huber validation: Tests for barrier manager
(edit) @c9ceff9   02/03/21 16:21:23 Sebastian Huber validation: Add tests for rtems_build_name()
(edit) @8a95e6f8   02/02/21 13:23:52 Sebastian Huber rtems: Rework object services API Add a "Constraints" paragraph to …
(edit) @a6689fb1   01/22/21 15:01:46 Sebastian Huber Improve file header comment in generated files
(edit) @70c34fb   01/23/21 19:01:43 Sebastian Huber splinkersets01: Fix declaration GCC 11 produced warnings like this: …
(edit) @8ee22b2   01/20/21 09:31:18 Sebastian Huber mrsp: Change error status for a nested seize Return STATUS_DEADLOCK …
(edit) @f867e7b   12/04/20 08:10:47 niteesh.gs libtests/ofw01: Added a test for RTEMS OFW This commit adds a basic …
(edit) @0e779a4c   12/09/20 07:20:44 Sebastian Huber smptests/smpipi01: Fix sporadic test failure
(edit) @2b56f5a   12/02/20 16:27:22 kinsey.moore samples/unlimited: Prevent compile error For architectures with …
(edit) @13bab34   11/23/20 16:22:10 Sebastian Huber score: Return a status in _Objects_Set_name()
(edit) @9c20b987   11/26/20 18:53:25 Sebastian Huber rtems: Add <rtems/rtems/clockimpl.h>
(edit) @06386fc7   11/19/20 15:07:20 Sebastian Huber Use CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE Update #4181.
(edit) @657e30c1   11/19/20 15:07:04 Sebastian Huber config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE In order to better …
(edit) @bc175a1   11/19/20 14:30:17 Sebastian Huber Avoid INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL Replace a runtime …
(edit) @99c73303   11/23/20 15:34:26 Sebastian Huber rtems: Improve rtems_interrupt_server_create() Also start interrupt …
(edit) @c5af8aa0   11/19/20 07:40:13 Sebastian Huber config: Simplify task stack allocator init Replace runtime checks …
(edit) @d6f13a46   11/11/20 16:14:53 Sebastian Huber validation/ts-performance-0: Add partition tests
(edit) @35c52a51   11/11/20 14:40:39 Sebastian Huber validation/ts-performance-0: Add test suite Share a default test …
(edit) @eae22cc0   11/10/20 09:23:10 Sebastian Huber libtest: Make test case allocator configurable
(edit) @ced13022   11/11/20 07:15:02 Sebastian Huber Improve automatically generated warning
(edit) @dfe6b84   11/10/20 12:04:55 Sebastian Huber smpmulticast01: Fix NULL pointer access
(edit) @0a761a58   10/12/20 14:41:51 frank.kuehndel fsdosfsname01: Fix string truncation warning This patch fixes a …
(edit) @ec13365   10/12/20 13:49:07 frank.kuehndel testsuites/samples/fileio - Increase of stack size When I use the …
(edit) @4763ef8   10/05/20 14:23:01 frank.kuehndel psxndbm01 - Fixing string truncation warning This fixes the following …
(edit) @0007d65   10/05/20 14:25:19 frank.kuehndel testsuits/dl10 : Prototype missing Fix a compiler warning about a …
(edit) @558a19d3   10/08/20 08:14:14 Chris Johns testsuite/rcxx01: Add examples for use in the User manual
(edit) @69a35fb   10/08/20 11:25:47 Sebastian Huber validation: Improve file header comment
(edit) @cf95826   10/03/20 06:13:24 Chris Johns cpukit/librcxx: Add a C++ thread interface with attributes
(edit) @97e9728   09/30/20 12:21:32 Sebastian Huber rtems: Add RTEMS_PARTITION_ALIGNMENT Update #4105.
(edit) @232fc52   10/02/20 19:18:06 kinsey.moore spmsgq_err01: Use correct max values and fix 64bit Fix spmsgq_err01 …
(edit) @71689a07   09/30/20 14:22:04 Sebastian Huber rtems: Canonicalize name and id checks Check the name followed by the …
(edit) @2d8802b   09/26/20 09:53:07 Sebastian Huber tests: Add and use <rtems/testopts.h> Add the build option …
(edit) @2da7e94   09/30/20 10:53:33 Sebastian Huber libtests/sha: Fix test if -O0 is used
(edit) @febc6604   09/25/20 09:05:06 Sebastian Huber validation: Test rtems_message_queue_construct() Update #4007.
(edit) @4a4f41e   09/23/20 14:47:58 Sebastian Huber rtems: Add rtems_message_queue_construct() In contrast to message …
(edit) @69b4fe59   09/23/20 08:33:51 Sebastian Huber score: Simplify CORE_message_queue_Buffer Merge …
(edit) @5bc7c37   09/23/20 08:09:37 Sebastian Huber score: Improve _CORE_message_queue_Initialize() Return a status code …
(edit) @3dd4cbb   09/11/20 13:45:34 Sebastian Huber validation: rtems_task_construct() errors This is the first test case …
(edit) @139ffa2   09/11/20 08:33:19 Sebastian Huber validation: Add general purpose test suite Add a general purpose test …
(edit) @6942e5f   04/09/20 10:12:13 Sebastian Huber rtems: Add rtems_task_construct() In contrast to rtems_task_create() …
(edit) @c312f31   09/10/20 14:35:09 Sebastian Huber CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE Add this application …
(edit) @46477898   07/31/20 08:15:59 Sebastian Huber irqs01/smpirqs01: New tests Close #4034.
(edit) @f3f0370f   07/19/19 11:09:43 Sebastian Huber build: Alternative build system based on waf Update #3818.
Note: See TracRevisionLog for help on using the revision log.