----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2133/ -----------------------------------------------------------
(Updated Jan. 9, 2014, 8:53 p.m.) Review request for Default. Summary (updated) ----------------- unittest: Fix build errors Repository: gem5 Description ------- Changeset 10009:67254ae6810e --------------------------- unittest: Fix build errors in stattest * * * Changeset 10002:52e320e079fe --------------------------- unittest: Do not build 'stattest' to avoid errors Disable 'stattest' for now since there is no obvious way to fix it. curTick() does not support setting the tick anymore which 'stattest' needs. --- src/unittest/SConscript | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) * * * Changeset 10001:5e24ad5bf85c --------------------------- unittest: Fix build errors Minor fixes. --- src/unittest/rangemaptest.cc | 6 +++--- src/unittest/symtest.cc | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) * * * Changeset 10000:291bbf847a8d --------------------------- unittest: Fix build errors due to non-existent files Remove files from SConscript that were deleted in changeset 5583:6c1f3155f16b. --- src/unittest/SConscript | 3 --- 1 file changed, 3 deletions(-) * * * Changeset 9999:78948e7f4d46 --------------------------- unittest: minor build failure fix Fix build failure in initest due to missing explicit function declaration needed by -Wmissing-declarations. --- src/unittest/initest.cc | 2 ++ 1 file changed, 2 insertions(+) Diffs ----- src/unittest/SConscript 4b872fdba3af src/unittest/initest.cc 4b872fdba3af src/unittest/rangemaptest.cc 4b872fdba3af src/unittest/stattest.cc 4b872fdba3af src/unittest/symtest.cc 4b872fdba3af Diff: http://reviews.gem5.org/r/2133/diff/ Testing ------- Thanks, Ola Jeppsson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
