OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [tmtests/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-08-01      Joel Sherrill 
2
 
3
        * Per PR47 add support for buffered test output.  This involved
4
        adding defines to redirect output to a buffer and dump it when
5
        full, at "test pause", and at exit.  To avoid problems when redefining
6
        exit(), all tests were modified to call rtems_test_exit().
7
        Some tests, notable psxtests, had to be modified to include
8
        the standard test macro .h file (pmacros.h or tmacros.h) to
9
        enable this support.
10
        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
11
        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
12
        tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
13
        tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
14
        tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
15
        tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
16
        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
17
2002-04-14      Ralf Corsepius 
18
 
19
        * configure.ac: Remove ENABLE_GCC28.
20
 
21
2002-03-27      Ralf Corsepius 
22
 
23
        * configure.ac:
24
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
25
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
26
        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
27
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
28
        * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
29
        * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
30
        * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
31
        * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
32
        * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
33
        * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
34
        * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
35
        * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
36
        * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
37
        * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
38
        * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
39
        * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
40
        * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
41
        * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
42
        * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
43
        * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
44
        * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
45
        * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
46
        * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
47
        * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
48
        * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
49
        * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
50
        * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
51
        * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
52
        * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
53
        * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
54
        * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
55
        * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
56
        * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
57
        * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
58
        * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
59
 
60
2001-11-08      Jiri Gaisler 
61
 
62
        This fix is response to test results reported by Jerry Needell
63
         for the SPARC/ERC32 and tracked as PR80.
64
        * tm27/task1.c: Account for overhead in starting and stopping
65
        the timer.
66
 
67
2001-10-11      Ralf Corsepius 
68
 
69
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
70
        * configure.in: Remove.
71
        * configure.ac: New file, generated from configure.in by autoupdate.
72
 
73
2001-09-22      Ralf Corsepius 
74
 
75
        * tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
76
 
77
2001-09-19      Ralf Corsepius 
78
 
79
        * tm27/Makefile.am: include leaf.am instead of leaf.cfg.
80
        * tm26/Makefile.am: include leaf.am instead of leaf.cfg.
81
        * tm24/Makefile.am: include leaf.am instead of leaf.cfg.
82
        * tm16/Makefile.am: include leaf.am instead of leaf.cfg.
83
        * tm18/Makefile.am: include leaf.am instead of leaf.cfg.
84
        * tm02/Makefile.am: include leaf.am instead of leaf.cfg.
85
        * tm10/Makefile.am: include leaf.am instead of leaf.cfg.
86
        * tm11/Makefile.am: include leaf.am instead of leaf.cfg.
87
        * tm15/Makefile.am: include leaf.am instead of leaf.cfg.
88
        * tm19/Makefile.am: include leaf.am instead of leaf.cfg.
89
        * tm04/Makefile.am: include leaf.am instead of leaf.cfg.
90
        * tm17/Makefile.am: include leaf.am instead of leaf.cfg.
91
        * tm28/Makefile.am: include leaf.am instead of leaf.cfg.
92
        * tmck/Makefile.am: include leaf.am instead of leaf.cfg.
93
        * tm08/Makefile.am: include leaf.am instead of leaf.cfg.
94
        * tm12/Makefile.am: include leaf.am instead of leaf.cfg.
95
        * tm03/Makefile.am: include leaf.am instead of leaf.cfg.
96
        * tm13/Makefile.am: include leaf.am instead of leaf.cfg.
97
        * tm29/Makefile.am: include leaf.am instead of leaf.cfg.
98
        * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
99
        * tm20/Makefile.am: include leaf.am instead of leaf.cfg.
100
        * tm09/Makefile.am: include leaf.am instead of leaf.cfg.
101
        * tm01/Makefile.am: include leaf.am instead of leaf.cfg.
102
        * tm21/Makefile.am: include leaf.am instead of leaf.cfg.
103
        * tm07/Makefile.am: include leaf.am instead of leaf.cfg.
104
        * tm25/Makefile.am: include leaf.am instead of leaf.cfg.
105
        * tm22/Makefile.am: include leaf.am instead of leaf.cfg.
106
        * tm06/Makefile.am: include leaf.am instead of leaf.cfg.
107
        * tm05/Makefile.am: include leaf.am instead of leaf.cfg.
108
        * tm14/Makefile.am: include leaf.am instead of leaf.cfg.
109
        * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
110
 
111
2001-05-10      Ralf Corsepius  
112
 
113
        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
114
 
115
2001-01-26      Ralf Corsepius 
116
 
117
        * tm20/Makefile.am: Remove stubdir.rel
118
 
119
2000-11-09      Ralf Corsepius 
120
 
121
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
122
 
123
2000-11-02      Ralf Corsepius 
124
 
125
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
126
 
127
2000-10-27      Ralf Corsepius 
128
 
129
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
130
        Switch to GNU canonicalization.
131
        * tmtests.am: Remove DEFS.
132
 
133
2000-09-04      Ralf Corsepius 
134
 
135
        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
136
        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
137
        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
138
        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
139
        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
140
        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
141
        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
142
        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
143
        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
144
        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
145
        tmoverhd/Makefile.am: Include compile.am
146
 
147
2000-08-10      Joel Sherrill 
148
 
149
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.