tests: Make remaining switcheroo tests functional onlyThe switcheroo tests only really serve to check functionalcorrectness. Checking for stat differences in them just increases thesize of reference diffs.Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
stats: Update to match classic memory changes
stats: update references
stats: Update stats to reflect ARM changes
stats: Add power stats to test referencesChange-Id: Ic827213134b199446822f128b81d4a480e777fee
stats: update for snoop filter tweak
stats: Update stats to reflect cache changesRemoved unused stats, now counting WriteLineReq, and changed howuncacheable writes are handled while responses are outstanding.
stats: Update stats to reflect forwarding of InvalidateReq
stats: Update stats to reflect changes to cache and crossbar
stats: Update to reflect changes to PCI handling
stats: Update to reflect changes to RealView platform code
stats: Update stats to match cache changes
stats: Update for UDelayEvent quiesce change
stats: Update stats to reflect snoop-filter changes
stats: updates due to recent changesets including d0934b57735a
stats: Update ARM stats to include programmable oscillators
stats: update stale config.ini files, eio and few other stats.
stats: Update stats for cache, crossbar and DRAM changesThis update includes the changes to whole-line writes, the refinementof Read to ReadClean and ReadShared, the introduction of CleanEvictfor snoop-filter tracking, and updates to the DRAM command schedulerfor bank-group-aware scheduling.Needless to say, almost every regression is affected.
stats: Update stats to reflect cache changes
tests: Recategorise regressions based on run timeThis patch takes a first stab at recategorising the regression testsbased on actual run times. The simple-atomic and simple-timing runs ofvortex and twolf all finish in less than 180 s, and they areconsequently moved from long to quick. All realview64 linux-bootregressions take more than 700 s, and they are therefore moved tolong.Later patches will rename quick to short, and further divide theregressions into short, medium and long.