qt5base-lts/tests/auto/gui
Laszlo Agocs a8a8cdd24b Add support for driver_description and os.release in GPU blacklists
os.version is the kernel version which is just not very useful or easy to
use for us. Instead, introduce a string that allows easy differentiation
between Windows 7 and 8.

From the adapter identifier the driver description is often helpful too,
especially in virtual machines.

These allow writing rules like:

{ "description": "Use WARP in some Win 8 and 8.1 VMs",
  "os": { "type": "win", "release": [ "8", "8.1" ] },
  "driver_description": "VMware SVGA 3D",
  "features": [ "disable_desktopgl", "disable_d3d9", "disable_d3d11" ]
}

Change-Id: I196f6b44d7bb9e42ef47f61f4c28d8aa79afb7c4
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
2015-06-26 15:27:31 +00:00
..
image Optionally apply orientation on QImage read 2015-05-12 09:25:11 +00:00
itemmodels QStandardItem: add user-tristate and auto-tristate getters/setters 2015-05-07 09:50:59 +00:00
kernel Blacklist and skip various tests that are flakey 2015-06-14 10:50:45 +00:00
math3d Introduce QQuaternion::fromDirection() 2015-04-07 13:07:48 +00:00
painting Merge remote-tracking branch 'origin/5.5' into dev 2015-04-27 21:36:32 +02:00
qopengl Blacklist and skip various tests that are flakey 2015-06-14 10:50:45 +00:00
qopenglconfig Add support for driver_description and os.release in GPU blacklists 2015-06-26 15:27:31 +00:00
text tst_qzip: remove unused init()/cleanup() functions 2015-06-24 12:57:20 +00:00
util Update copyright headers 2015-02-11 06:49:51 +00:00
gui.pro Add qopenglconfig test. 2015-02-02 23:05:41 +00:00