source: rtems/testsuites/sptests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3cec2df   12/17/19 08:17:43 Sebastian Huber config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS Rename … 5
(edit) @78211376   12/12/19 07:53:32 Sebastian Huber score: Remove _Workspace_Allocate_or_fatal_error() This function is … 5
(edit) @24f8915   12/12/19 06:11:54 Sebastian Huber config: Add _MPCI_Configuration Replace the user MPCI configuration … 5
(edit) @6f6091b3   12/11/19 18:08:03 Sebastian Huber config: Add CONFIGURE_IMFS_ENABLE_MKFIFO Obsolete undocumented … 5
(edit) @08bd7d3   11/12/19 15:33:41 joel Add TOD Hooks to allow BSP to take action when TOD is set Two use … 5
(edit) @b1b6dd71   12/11/19 15:45:37 Sebastian Huber pipe: Use condition variables Use self-contained condition variables … 5
(edit) @46865542   12/07/19 11:06:01 Sebastian Huber rtems: Simplify semaphore configuration The MrsP semaphore … 5
(edit) @bb99cd0d   12/05/19 18:22:33 Sebastian Huber clock: Simplify driver initialization Use a system initialization … 5
(edit) @d0b704b0   12/05/19 06:08:52 Sebastian Huber libtest: Change expected pass state string Use separator character … 5
(edit) @a6879a4   12/02/19 07:14:34 Sebastian Huber testsuites: Remove rtems_test_pause*() The rtems_test_pause() and … 5
(edit) @8f6b7abd   11/27/19 11:02:45 Sebastian Huber Move feature macro before "config.h" include This allows to use … 5
(edit) @1a48cbf   11/11/19 19:08:46 Sebastian Huber sptests: Avoid include path magic Update #3818. 5
(edit) @1e343825   11/11/19 18:52:06 Sebastian Huber tests: Simplify fatal error test support Move system.h to shared … 5
(edit) @51765553   11/05/19 18:55:44 Sebastian Huber sptests: Remove obsolete semaphore consume driver This driver is no … 5
(edit) @e92c495   11/05/19 18:50:22 Sebastian Huber spfatal16: Remove obsolete test program The "TRrc" semaphore was … 5
(edit) @a467f59   11/05/19 14:23:03 Sebastian Huber sptests: Avoid build system defined defines Update #3818. 5
(edit) @9f3c558   11/05/19 05:32:03 Sebastian Huber tests: Remove superfluous SMPTESTS define Update #3818. 5
(edit) @3859cd63   10/25/19 13:19:01 Sebastian Huber rtems-5: Improve heap fatal error information Update #3806. 5
(edit) @795b167   10/04/19 06:51:13 Sebastian Huber score: Add RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION() Update #3799. 5
(edit) @8d989c5   10/01/19 11:48:27 Sebastian Huber score: Install timecounter according to quality This makes it … 5
(edit) @47e5c1d   10/01/19 11:04:29 Sebastian Huber score: Remove strange timecounter init step The double call of the … 5
(edit) @2763f53   10/01/19 10:41:47 Sebastian Huber score: Remove superfluous timecounter members 5
(edit) @c1a1f2c   09/10/19 07:21:11 Sebastian Huber Add rtems_version_control_key_is_valid() 5
(edit) @807ea67   08/28/19 12:59:16 Sebastian Huber score: Add RTEMS_RETURN_ADDRESS() 5
(edit) @18d45d9   04/11/19 10:10:53 Sebastian Huber score: Add _ISR_lock_Set_name() Add _ISR_lock_Set_name() to optimize … 5
(edit) @ad87de4   04/11/19 06:54:29 Sebastian Huber score: Rename _SMP_Get_processor_count() Rename … 5
(edit) @71c5b005   04/09/19 06:17:11 Sebastian Huber spmisc01: Use RTEMS_CONST Update #3734. 5
(edit) @f9219db   04/05/19 06:16:05 Sebastian Huber rtems: Add rtems_scheduler_get_processor_maximum() Add … 5
(edit) @3fe2155   02/01/19 09:00:36 Sebastian Huber Remove superfluous <rtems/system.h> includes 5
(edit) @20d472d   01/31/19 13:45:17 Sebastian Huber Add rtems_board_support_package() 5
(edit) @96e4b22   03/06/19 09:39:29 Chris Johns testsuite: Make the OPERATION_COUNT a test configuration parameter. - … 5
(edit) @03b2163   03/01/19 09:10:19 Sebastian Huber score: Fix _Scheduler_EDF_Cancel_job() Remove the priority node only … 5
(edit) @e4ad14cc   02/12/19 11:19:38 Sebastian Huber score: Avoid some deadlocks in _Once() Recursive usage of the same … 5
(edit) @b015c01   01/28/19 11:26:25 Sebastian Huber build: Do not install test programs 5
(edit) @926ed2b0   01/18/19 12:32:51 Sebastian Huber score: Remove unused _ISR_lock_Flash() 5
(edit) @41310c02   01/18/19 12:16:29 Sebastian Huber score: Improve debug support for ISR locks Ensure that interrupts are … 5
(edit) @d1fff86   01/14/19 08:07:16 Sebastian Huber build: Remove bogus spqreslib_LDADD 5
(edit) @dc0285f   01/14/19 08:06:30 Sebastian Huber build: Add missing $(LDADD) for dependencies 5
(edit) @3bd39999   01/08/19 08:53:26 Sebastian Huber Adjust interrupt mode tests for some CPU ports In case the robust … 5
(edit) @feddcde0   01/08/19 08:08:27 Sebastian Huber tests: Remove bogus RTEMS_INTERRUPT_LEVEL(31) It is unnecessary to … 5
(edit) @8b59916   12/21/18 12:31:32 Sebastian Huber spcxx01: Add test case 5
(edit) @2158621   12/19/18 08:25:29 Sebastian Huber Add aligned_alloc() and memalign() Ensure that the C++17 aligned new … 5
(edit) @7c19e50   12/18/18 07:45:06 Sebastian Huber score: Fix per-CPU data allocation Allocate the per-CPU data for … 5
(edit) @21275b58   11/22/18 18:14:51 Sebastian Huber score: Static Objects_Information initialization Statically allocate … 5
(edit) @1c2d178   11/25/18 19:15:26 Sebastian Huber score: Remove Objects_Information::maximum This information is … 5
(edit) @3899bc1a   11/24/18 10:51:28 Sebastian Huber score: Optimize object lookup Use the maximum ID for the ID to object … 5
(edit) @7ee6437   12/06/18 08:57:01 Sebastian Huber rtems: Add rtems_scheduler_get_maximum_priority() Update #3636. 5
(edit) @03e86553   12/05/18 07:05:54 Sebastian Huber tests: Fix rtems_test_spin_until_next_tick() This bug surfaced due to … 5
(edit) @99de42c   12/04/18 22:05:10 mcomajoancara Capitalize Rtems to RTEMS 5
(edit) @b9ffb624   11/30/18 12:57:04 Sebastian Huber Convert CPU counter ticks to/from sbintime_t The sbintime_t is an … 5
(edit) @bdd4eb87   11/08/18 08:13:59 Sebastian Huber rtems: Remove Modes_Control Use rtems_mode directly. This is in line … 5
(edit) @bfcf1473   11/08/18 15:21:48 Sebastian Huber m32c: Remove this target Update #3599. 5
(edit) @e71c097a   11/06/18 11:57:42 Sebastian Huber spconfig02: Check object methods in default config Ensure that the … 5
(edit) @bb3484c9   10/29/18 07:59:45 Sebastian Huber posix: Enable more sptests test cases by default Update #2514. 5
(edit) @24b5807   10/24/18 05:35:51 Sebastian Huber config: Modify CONFIGURE_INTERRUPT_STACK_SIZE Use … 5
(edit) @477bca2   10/06/18 08:59:10 Sebastian Huber build: Remove local.am 5
(edit) @51b3cbca   10/04/18 13:23:25 Sebastian Huber tests: Use rtems_task_exit() Update #3533. 5
(edit) @8352d41   10/05/18 05:30:29 Sebastian Huber spthreadlife01: A task exit must not return Update #3533. 5
(edit) @e50e3f70   10/01/18 07:25:06 Sebastian Huber rtems: Add rtems_task_exit() Update #3533. 5
(edit) @0614743   10/01/18 07:24:09 Sebastian Huber spthreadlife01: Remove superfluous restart case Update #3243. 5
(edit) @56e61e24   09/20/18 05:57:08 Sebastian Huber Remove INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL The configured … 5
(edit) @1fe1b820   09/10/18 09:47:24 Sebastian Huber score: Fix PER_CPU_DATA_GET_BY_OFFSET() Add uniprocessor version for … 5
(edit) @cfc4231d   08/27/18 08:36:35 Sebastian Huber score: Add flexible per-CPU data Update #3507. 5
(edit) @0e907232   09/06/18 05:01:48 Sebastian Huber sptests/spconfig01: New test Close #3435. 5
(edit) @97d2c44   06/29/18 12:24:58 Daniel Hellstrom spglobalcon01: LLVM optimization makes variable i always 1 Declare i … 5
(edit) @97417bb   08/07/18 05:09:55 Sebastian Huber tests: Remove CONFIGURE_MAXIMUM_DRIVERS This configuration is … 5
(edit) @a1f7d7d   07/24/18 07:00:18 Sebastian Huber score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE() Add … 5
(edit) @f133386   07/24/18 10:45:43 Sebastian Huber sptests/sp20: Remove unused variable 5
(edit) @3a646426   07/19/18 10:53:34 Sebastian Huber score: Add _CPU_Instruction_illegal() On some … 5
(edit) @b74353e   07/20/18 06:06:46 Sebastian Huber score: Add _CPU_Instruction_no_operation() This helps to reduce the … 5
(edit) @42f2fdfd   07/20/18 05:56:43 Sebastian Huber score: Move context validation declarations The context validation … 5
(edit) @22d9575   07/04/18 14:12:14 Sebastian Huber linux: Add rbtree_postorder_for_each_entry_safe() Update #3465. 5
(edit) @6539bea   06/29/18 18:00:28 Sebastian Huber score: Add postorder tree iteration support Update #3465. 5
(edit) @511dc4b   06/19/18 07:09:51 Sebastian Huber Rework initialization and interrupt stack support Statically … 5
(edit) @ebc5cfd   06/18/18 05:06:01 Sebastian Huber spmisc01: Add test cases for basedefs.h stuff 5
(edit) @fe46647e   06/15/18 14:53:27 Sebastian Huber score: Macros to declare and define global symbols Add … 5
(edit) @4c7b18e3   05/22/18 07:14:07 Sebastian Huber Add RTEMS_SYSINIT_CPU_COUNTER Add initialization step for the CPU … 5
(edit) @de9b7d7   06/01/18 05:04:45 Sebastian Huber Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE An invalid heap usage such … 5
(edit) @c934365f   06/05/18 06:06:15 Sebastian Huber Update rtems_fatal_source_text() Add RTEMS_FATAL_SOURCE_PANIC to … 5
(edit) @877f5d6   05/25/18 08:35:39 Sebastian Huber sptests: Remove CONFIGURE_MILLISECONDS_PER_TICK This configuration … 5
(edit) @02c46f85   05/04/18 13:25:46 Sebastian Huber spcpucounter01: Enable floating-point output 5
(edit) @b422aa3f   04/26/18 14:05:45 Sebastian Huber tests: Remove configure feature checks Update #3409. 5
(edit) @ad071b68   04/22/18 13:54:56 Sebastian Huber sptests/sp36: Remove obsolete test program It tests the (never really … 5
(edit) @aa567bc1   04/10/18 06:06:39 Chris Johns configure: Add subdir-objects to all automake flags. This option … 5
(edit) @2eaea422   04/10/18 10:38:10 Sebastian Huber sptests: Fix AM_CONDITIONAL Update #3382. 5
(edit) @bc06753   04/09/18 03:45:15 Chris Johns testsuite/sptests: Merged nested Makefile.am files into one … 5
(edit) @6fadb7af   03/08/18 05:33:24 Sebastian Huber config: Use new scheduler configuration defines Update #3325. 5
(edit) @828049cb   03/08/18 07:48:28 Sebastian Huber sptests/sp19: Fix test output methods Do not use fprintf() in non-fp … 5
(edit) @337a186   02/21/18 11:40:18 Sebastian Huber Add a simple task console driver Close #3320. 5
(edit) @8b2d5b8   02/28/18 12:02:55 Sebastian Huber spglobalcon02: New test Update #3319. 5
(edit) @dc8fd01   02/09/18 07:56:20 Sebastian Huber tests: Support %g print format specifier 5
(edit) @8ddd92d   12/14/17 05:12:59 Sebastian Huber pipe: Use self-contained mutex Update #2843. 5
(edit) @2c12262   11/28/17 05:30:35 Sebastian Huber termios: Use self-contained objects Update #2840. 5
(edit) @f14a04c6   11/24/17 05:38:07 Sebastian Huber Add RTEMS thread API Update #2843. 5
(edit) @9480815a   12/21/17 13:36:52 Sebastian Huber score: Introduce new monotonic clock Rename … 5
(edit) @89c0313   12/21/17 13:31:55 Sebastian Huber score: Optimize watchdog tickle Avoid unnecessary lock … 5
(edit) @d71d1da   02/02/18 07:00:23 Sebastian Huber spsyslock01: Fix object compare Due to structure internal padding the … 5
(edit) @c1c71cd   02/01/18 12:49:11 Sebastian Huber sp20: Fix print buffer size There were two issues: 1. The buffer … 5
(edit) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
(edit) @32e8fc3   01/19/18 08:57:05 Sebastian Huber spassoc01: Use floating-point task This test uses sprintf(). 5
Note: See TracRevisionLog for help on using the revision log.