Merge: Personalized tests
authorJean Privat <jean@pryen.org>
Mon, 29 Jun 2015 12:20:56 +0000 (08:20 -0400)
committerJean Privat <jean@pryen.org>
Mon, 29 Jun 2015 12:20:56 +0000 (08:20 -0400)
commit0b1ae88504ce575dc94e8cfcbaaabf8a730f323c
tree097482a7d19706d148b3090b1fd75f723d96079f
parentbffce43dd13646627b8e7ee7ebc00893bcb9dcf6
parentf5387b901e8212b8a81dfa612c3f3e525c072ec2
Merge: Personalized tests

Extends the tests.sh infrastructure to be configurable by os and hostname

* handle `sav/$os`, `sav/$os/fixme`, `sav/$hostname` and `sav/$hostname/fixme` sav directories that can contains specific results `.res` when there is an expected divergence on results per architecture or machine
* specific `$hostname.skip` file to skip tests on a host basis (`$os.skip` files did already exists to filter at the architecture level)
* additional `sav/$foo/cc.skip` and `sav/$foo/exec.skip` where foo can be engines, os or hostname to fine-tune more things

Pull-Request: #1540
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>