tests: Fix incorrect stat.txt ignore when updating refs
authorAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 31 May 2016 10:26:59 +0000 (11:26 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 31 May 2016 10:26:59 +0000 (11:26 +0100)
commitdbf64aa2c2f803a659ed3cb8a128dbe1f73cfa06
treee6dbee4c0521d8c75b60f8eb3f32ba353796c63f
parent62b6ff22ec1f90014b1d0fc778014bdb38cc09ce
tests: Fix incorrect stat.txt ignore when updating refs

ClassicTest was incorrectly ignoring stats.txt when updating reference
statistics. This was caused by ignore rules being applied too
aggressively when listing reference files. This changeset splits the
ignore rules into two different lists: 1) diff_ignore_files that lists
the files that shouldn't be diff:ed using the normal diff tool, and 2)
ref_ignore_files which lists files that should be ignored by the test
system.

Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
tests/testing/tests.py