source: rtems/testsuites/PROBLEMS @ 564ce0f

4.115
Last change on this file since 564ce0f was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1The tests were designed to operate in a very controlled environment.  If
2one uses interrupt-driven console output, then tasks will block unexpectedly
3when a buffer filles and interrupts will perturb with the task execution order.
4
5The tmtests should only be run with all interrupt sources disabled using
6polled IO.
7
8The following is a list of reported failures from running the tests on
9a board with interrupt driven console IO.  These problems do not
10occur when using polled IO.
11
12tm03, tm04, tm05, tm07, tm11, tm12, tm13, tm14, tm15, tm16, tm17, 
13tm19, tm22, tm23, tm24 - All hit my breakpoint at 
14_Internal_error_Occurred.
15
16tm20, tm27 - hang in middle of tests.
17tm26 - hangs at end of tests.
18
19sp02 - Gets through some tests, then attempts to execute code at 
20location 0.
21sp04 - hangs at end of tests.
22sp06 - rtems_task_restart of TA3 FAILED -- expected (0) got (4)
23sp07, sp14 - hang in middle of tests
24sp13, sp15 - terminate properly, but output at end is missing.
25sp16 - _Internal_error_Occurred.
26sp19 - rtems_clock_get FAILED -- expected (0) got (11), and hangs in 
27middle of test.
28
29cpuuse - hangs in middle of tests
30malloctest - prints nothing
31
32psx05 - Init: pthread_mutex_init - EINVAL (bad protocol)
33../../../../../../../src/rtems-981001/c/src/tests/psxtests/psx05/../../../../../
34../../src/rtems-981001/c/src/tests/psxtests/psx05/task.c:35: 
35failed assertion `status == EBUSY'
36N\: pthread_mutex_init - EINVAL (bad priority ceiling)
37
38
Note: See TracBrowser for help on using the repository browser.