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)
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>


Trivial merge