Merge: tests: specific mass-definition of tests marked todo
authorJean Privat <jean@pryen.org>
Mon, 10 Aug 2015 16:13:02 +0000 (12:13 -0400)
committerJean Privat <jean@pryen.org>
Mon, 10 Aug 2015 16:13:02 +0000 (12:13 -0400)
commit8d1bd15855811323555ab31f6150b02f87f87c43
tree389196ae9bdbe9d8cf05158dea3194de1a87a3ec
parent05a4c9d6cd409b1e427fad6b5b0b2262d69d55fe
parent620d62eb0f92dddf0d02b72d5f1c33028c083d01
Merge: tests: specific mass-definition of tests marked todo

The magic string "NOT YET IMPLEMENTED" that is used to mark tests as *todo* are now extendable as new magic strings can be added to the `todo` file (one per line)
Moreover, specific engines and platforms can define additional magic strings in the `todo` files in their `sav` subdirectories.
E.g. `sav/Darwin/todo` for magic strings that will be used only for tests run on max os x.

Pull-Request: #1626
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>