----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3573/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11571:1a4d6c862e0b --------------------------- tests: Add regex-based ignore rules for ref files There are cases where we need to ignore files with specific extensions (e.g., when Mercurial litters the file system with patch rejects). Implement this functionality using a helper class (FileIgnoreList) that supports both regular expressions and basic string comparisons. Change-Id: I34549754bd2e10ed230ffb2dc057403349f8fa78 Signed-off-by: Andreas Sandberg <[email protected]> Reviewed-by: Curtis Dunham <[email protected]> Diffs ----- tests/testing/helpers.py 4aac82f10951 tests/testing/tests.py 4aac82f10951 Diff: http://reviews.gem5.org/r/3573/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
