[Fuego] A few fixes and a bug report

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Fri Oct 5 01:30:52 UTC 2018


Hi Tim,

I did a few modifications and found a regression.

[PATCH 1/3] dynvars: add support for simple variable assignments
  -> this implements your proposal about using simple variable
     assignments for dynamic variables

[PATCH 2/3] run-test: use makedirs instead of mkdir
  -> I found cases where the "builds" folder had not been created
     so use os.makedirs instead to get an "mkdir -p" like functionality.

[PATCH 3/3] ovgen: remove test spec strip and generation code
  -> This removes some legacy code. If you want to keep the legacy code
     I am fine, you could leave a "this is deprecated" kind of message

About the regression. I already mentioned it once, but it seems that there
is a regression or at least some problem with the criteria handling code.
Benchmark.Dhrystone fails with these messages:
   Error: criteria missing reference value - returning SKIP
   ERROR: results did not satisfy the threshold

Thanks,
Daniel Sangorrin



More information about the Fuego mailing list