On Fri, 24 Oct 2014 16:40:35 -0400
Peter Gavin <[email protected]> wrote:

> I think the end result was just to use --disable-shared.  This

(--disable-shared could probably be made default via putting
"enable_shared=no" high in the configure.ac file - that's tested and used
if set)

It fixes the libsim fails but leaves 2 sim fails.

                === libsim Summary ===

# of expected passes            262

                === or1ksim Summary ===

# of expected passes            3743
# of unexpected failures        2

The sim fails are

  ...
  Running ./or1ksim.tests/cfg.exp ...
  FAIL: cfg: hit EOF seeking match line 5
  ...
  Running ./or1ksim.tests/int-test.exp ...
  FAIL: int-test: hit EOF seeking match line 1
  ...


The log file doesn't seem to say more:

...
report(0x00000000);
report(0xf0acfad0);
report(0xdeaddead);
exit(0)
@reset : cycles 0, insn #0
@exit  : cycles 112, insn #57
 diff  : cycles 112, insn #57
PASS: cfg: report(0x12000001);
PASS: cfg: report(0x0000041f);
PASS: cfg: report(0x00000000);
PASS: cfg: report(0x00000005);
FAIL: cfg: hit EOF seeking match line 5
testcase ./or1ksim.tests/cfg.exp completed in 0 seconds

...
report(0x00000038);
report(0xdeaddead);
exit(0)
@reset : cycles 0, insn #0
@exit  : cycles 6610, insn #2827
 diff  : cycles 6610, insn #2827
FAIL: int-test: hit EOF seeking match line 1
testcase ./or1ksim.tests/int-test.exp completed in 0 seconds

Peter



_______________________________________________
OpenRISC mailing list
[email protected]
http://lists.openrisc.net/listinfo/openrisc

Reply via email to