Changeset b9d871f9 in rtems


Ignore:
Timestamp:
05/19/14 13:07:22 (10 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10
Children:
7dc65fa
Parents:
c1d7c5f
git-author:
Chris Johns <chrisj@…> (05/19/14 13:07:22)
git-committer:
Joel Sherrill <joel@…> (09/05/16 00:38:15)
Message:

rtems-test-check: Ignore tests which require real ISR based clock tick

BSPs for simulators which do not include a clock tick interrupt source
are incapable of running some tests successfully. This is a common
characteristic of some BSPs and a fixed set of tests. There is no point
in duplicating this list of tests in those BSPs test configuration.

Read testsuites/testdata/require-tick-isr.tcfg for details.

Conflicts:

testsuites/automake/test-subdirs.am
tools/build/rtems-test-check

Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/bfin/acinclude.m4

    rc1d7c5f rb9d871f9  
    33[
    44  case "$1" in
     5  TLL6527M )
     6    AC_CONFIG_SUBDIRS([TLL6527M]);;
    57  bf537Stamp )
    68    AC_CONFIG_SUBDIRS([bf537Stamp]);;
    79  eZKit533 )
    810    AC_CONFIG_SUBDIRS([eZKit533]);;
    9   TLL6527M )
    10     AC_CONFIG_SUBDIRS([TLL6527M]);;
    1111  *)
    1212    AC_MSG_ERROR([Invalid BSP]);;
Note: See TracChangeset for help on using the changeset viewer.