public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/25893]  New: cris-linux: various libgomp tests fail
@ 2006-01-21  2:03 hp at gcc dot gnu dot org
  2006-01-21  2:05 ` [Bug target/25893] " pinskia at gcc dot gnu dot org
  2008-03-11 21:51 ` [Bug target/25893] [meta-bug] " hp at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: hp at gcc dot gnu dot org @ 2006-01-21  2:03 UTC (permalink / raw)
  To: gcc-bugs

Some of the new libgomp tests fail initially for this target when tested
with a simulator, for various reasons.  This PR tracks them.
Running /home/hp/combined/combined/libgomp/testsuite/libgomp.c/c.exp ...
FAIL: libgomp.c/appendix-a/a.15.1.c execution test
WARNING: program timed out.
FAIL: libgomp.c/appendix-a/a.18.1.c execution test
WARNING: program timed out.
FAIL: libgomp.c/appendix-a/a.2.1.c execution test
WARNING: program timed out.
FAIL: libgomp.c/appendix-a/a.39.1.c execution test
FAIL: libgomp.c/barrier-1.c execution test
WARNING: libgomp.c/critical-1.c compilation failed to produce executable
WARNING: libgomp.c/lib-1.c compilation failed to produce executable
WARNING: libgomp.c/loop-1.c compilation failed to produce executable
FAIL: libgomp.c/loop-2.c (test for excess errors)
WARNING: libgomp.c/loop-2.c compilation failed to produce executable
FAIL: libgomp.c/omp-loop03.c execution test
FAIL: libgomp.c/omp_hello.c execution test
FAIL: libgomp.c/omp_orphan.c execution test
FAIL: libgomp.c/omp_workshare1.c execution test
FAIL: libgomp.c/omp_workshare2.c execution test
FAIL: libgomp.c/omp_workshare4.c execution test
WARNING: libgomp.c/ordered-1.c compilation failed to produce executable
WARNING: libgomp.c/ordered-2.c compilation failed to produce executable
WARNING: libgomp.c/sections-1.c compilation failed to produce executable
WARNING: libgomp.c/single-1.c compilation failed to produce executable

Some tests fail due to an invalid access:
libgomp.c/appendix-a/a.15.1.c
libgomp.c/omp_hello.c
libgomp.c/omp_orphan.c
libgomp.c/omp_workshare1.c
libgomp.c/omp_workshare2.c
libgomp.c/omp_workshare4.c
where the .log entry looks like this:
core: 1 byte write to unmapped address 0x3d800000 at 0xa797e^M
program stopped with signal 11.^M
FAIL: libgomp.c/appendix-a/a.15.1.c execution test

Some tests just time out.  This may or may not be due to incorrect or limited
thread support (yes, there is *some* support) in the simulator.
libgomp.c/appendix-a/a.18.1.c
libgomp.c/appendix-a/a.2.1.c
libgomp.c/appendix-a/a.39.1.c

One test fails due to an unimplemented syscall in the simulator:
libgomp.c/barrier-1.c
The .log:
Unimplemented syscall: 162 (0x3dfffdb4, 0x0, 0xddd84, 0xf4240, 0x0, 0x98d52)^M
program stopped with signal 4.^M
FAIL: libgomp.c/barrier-1.c execution test

Some test fail due to a missing sync library function or missing open-code
implementation of __sync_lock_test_and_set_4:
libgomp.c/loop-1.c
libgomp.c/loop-2.c
libgomp.c/ordered-1.c
libgomp.c/ordered-2.c
libgomp.c/sections-1.c
libgomp.c/single-1.c
libgomp.c/critical-1.c
Curiously enough *some* of these pass the "excess errors" test.  The .log entry
looks like this:
/tmp/ccMhq34N.o: In function `function':critical-1.c:(.text+0x20): undefined
reference to `__sync_lock_test_and_set_4'^M
collect2: ld returned 1 exit status^M
compiler exited with status 1

One fail for some other reason, possibly
simulator-thread-implementation-related:
PASS: libgomp.c/omp-loop03.c (test for excess errors)
^M
libgomp: Thread creation failed: Resource temporarily unavailable^M
Thread 105 exited with status 1^M
program stopped with signal 4.^M
FAIL: libgomp.c/omp-loop03.c execution test

I assign this PR to myself so nobody is tempted to act on it.


-- 
           Summary: cris-linux: various libgomp tests fail
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: hp at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: cris-axis-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25893


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/25893] cris-linux: various libgomp tests fail
  2006-01-21  2:03 [Bug target/25893] New: cris-linux: various libgomp tests fail hp at gcc dot gnu dot org
@ 2006-01-21  2:05 ` pinskia at gcc dot gnu dot org
  2008-03-11 21:51 ` [Bug target/25893] [meta-bug] " hp at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-21  2:05 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-21 02:05:25
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25893


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug target/25893] [meta-bug] cris-linux: various libgomp tests fail
  2006-01-21  2:03 [Bug target/25893] New: cris-linux: various libgomp tests fail hp at gcc dot gnu dot org
  2006-01-21  2:05 ` [Bug target/25893] " pinskia at gcc dot gnu dot org
@ 2008-03-11 21:51 ` hp at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-03-11 21:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hp at gcc dot gnu dot org  2008-03-11 21:50 -------
Suspending it, as I'm not working on it "for the moment".


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |SUSPENDED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25893


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-11 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-21  2:03 [Bug target/25893] New: cris-linux: various libgomp tests fail hp at gcc dot gnu dot org
2006-01-21  2:05 ` [Bug target/25893] " pinskia at gcc dot gnu dot org
2008-03-11 21:51 ` [Bug target/25893] [meta-bug] " hp at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).