Hey Renato,<div><br></div><div>You are right, the failure on compile_time indicates that the test isn't even building. As provided, the tests don't actually define the cpuida() or calculateMHz() functions so that seems expected to me.</div>
<div><br></div><div>The compile failures end up getting buried in the logs, but they will either be in the test.log file in the top-level sandbox directory, or inside the <filename>.llvm.o.compile files in the Output directory for that test (i.e. SingleSource/Benchmarks/LivermoreLoops/Output/...).</div>
<div><br></div><div> - Daniel</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 5, 2012 at 3:51 PM, Renato Golin <span dir="ltr"><<a href="mailto:rengolin@systemcall.org" target="_blank">rengolin@systemcall.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Daniel,<br>
<br>
I'm trying to add LivermoreLoops test to the benchmark suite (tar ball<br>
attached), but I'm getting the error below:<br>
<br>
--- Tested: 2 tests --<br>
FAIL: SingleSource/Benchmarks/LivermoreLoops/lloops.compile_time (1 of 2)<br>
FAIL: SingleSource/Benchmarks/LivermoreLoops/lloops.execution_time (2 of 2)<br>
<br>
When I use the option to only run this test:<br>
<br>
--only-test SingleSource/Benchmarks/LivermoreLoops<br>
<br>
I can see the binary and if I execute, it runs (still missing bits and<br>
bobs, but ignore that for now). I've seen some files with extension<br>
"reference_output", does that have anything to do with it?<br>
<br>
Since it "fails" on "compile_time", I'm guessing I'm not quite there<br>
yet, though.<br>
<br>
If you want to reproduce it, just add "LivermoreLoops" to the<br>
Benchmarks' Makefile and untar the attached to it.<br>
<br>
--<br>
cheers,<br>
--renato<br>
<br>
<a href="http://systemcall.org/" target="_blank">http://systemcall.org/</a><br>
</blockquote></div><br></div>