#1461 closed defect (worksforme)

mptests reference TICKS_PER_SECOND

Reported by: Ralf Corsepius Owned by: Joel Sherrill
Priority: normal Milestone: 4.10
Component: unspecified Version: 4.10
Severity: blocker Keywords:
Cc: Blocked By:
Blocking:

Description

Something is severely broken with the mptests:

from a sparc/leon3 --enable-multiprocessing built's log:

./../../../../../../../c/src/../../testsuites/mptests/mp03/node1/../task1.c:60: error: 'TICKS_PER_SECOND' undeclared (first use in this function)
../../../../../../../../c/src/../../testsuites/mptests/mp03/node1/../task1.c:60: error: (Each undeclared identifier is reported only once
../../../../../../../../c/src/../../testsuites/mptests/mp03/node1/../task1.c:60: error: for each function it appears in.)
../../../../../../../../c/src/../../testsuites/mptests/mp03/node1/../task1.c:129: error: 'TICKS_PER_SECOND' undeclared (first use in this function)
../../../../../../../../c/src/../../testsuites/mptests/mp10/node1/../init.c:124: error: 'TICKS_PER_SECOND' undeclared (first use in this function)
../../../../../../../../c/src/../../testsuites/mptests/mp10/node1/../init.c:124: error: (Each undeclared identifier is reported only once
../../../../../../../../c/src/../../testsuites/mptests/mp10/node1/../init.c:124: error: for each function it appears in.)
../../../../../../../../c/src/../../testsuites/mptests/mp13/node1/../task1.c:64: error: 'TICKS_PER_SECOND' undeclared (first use in this function)
../../../../../../../../c/src/../../testsuites/mptests/mp13/node1/../task1.c:64: error: (Each undeclared identifier is reported only once
../../../../../../../../c/src/../../testsuites/mptests/mp13/node1/../task1.c:64: error: for each function it appears in.)

Seems to me as if some API change has not properly been reflected to MP.

Change History (3)

comment:1 Changed on 10/30/09 at 16:18:18 by Ralf Corsepius

Resolution: worksforme
Status: newclosed

comment:2 Changed on 10/30/09 at 16:19:01 by Joel Sherrill

I think I fixed this. But I can't link hello to get this far.

My tools are borked. :(

comment:3 Changed on 10/10/17 at 06:46:55 by Sebastian Huber

Component: testingunspecified
Note: See TracTickets for help on using tickets.