commit | adfc294384d2ee20d085e98f249fe73d1f4c4055 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Aug 07 19:27:30 2015 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Aug 12 14:46:46 2015 +0200 |
tree | 89c5c062694d8d9103d3858056895aa2c089f8c6 | |
parent | 5b0a8433fd0ff35062f0b1d3f50f5e04e76b576b [diff] |
tests: Document ABI extension catchers Our invalid-flags/params testcases are meant to catch abi extensions by just testing for the next available flag/param. Unfortunately we need that since without those we forgot to write testcases for these new flags way too often :( But it's not entirely clear why this is, so document this trick with comments. Also gem_wait wasn't this paranoid, so change the testcase to be so. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>