Changeset ad071b68 in rtems for testsuites


Ignore:
Timestamp:
04/22/18 13:54:56 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
5e8a24ca
Parents:
4b70ed9
git-author:
Sebastian Huber <sebastian.huber@…> (04/22/18 13:54:56)
git-committer:
Sebastian Huber <sebastian.huber@…> (04/22/18 13:55:56)
Message:

sptests/sp36: Remove obsolete test program

It tests the (never really working) strict order mutex option. That
option does not exist any more. Mutexes by other good means (spmutex01,
spsem*).

Update #3406.

Location:
testsuites/sptests
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/Makefile.am

    r4b70ed9 rad071b68  
    305305sp35_SOURCES = sp35/priinv.c
    306306sp35_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_sp35) $(support_includes)
    307 endif
    308 
    309 if TEST_sp36
    310 sp_tests += sp36
    311 sp_screens += sp36/sp36.scn
    312 sp_docs += sp36/sp36.doc
    313 sp36_SOURCES = sp36/strict_order_mut.c
    314 sp36_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_sp36) $(support_includes)
    315307endif
    316308
  • testsuites/sptests/configure.ac

    r4b70ed9 rad071b68  
    7373RTEMS_TEST_CHECK([sp34])
    7474RTEMS_TEST_CHECK([sp35])
    75 RTEMS_TEST_CHECK([sp36])
    7675RTEMS_TEST_CHECK([sp37])
    7776RTEMS_TEST_CHECK([sp38])
Note: See TracChangeset for help on using the changeset viewer.