=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: tests: Move invalid usage tests to separate unit.

Alexandre Julliard julliard at winehq.org
Tue Dec 4 13:22:16 CST 2018


Module: vkd3d
Branch: master
Commit: 03eba4b0ad9d10ec19c3d53db67f11291859b96a
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=03eba4b0ad9d10ec19c3d53db67f11291859b96a

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Tue Dec  4 15:56:01 2018 +0100

tests: Move invalid usage tests to separate unit.

Ideally, tests should not produce Vulkan validation errors. Move tests
which explicitly test invalid usage of D3D12 and are expected to produce
validation errors to a separate file.

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 Makefile.am                 |   3 +-
 tests/d3d12.c               | 133 ---------------------------------
 tests/d3d12_invalid_usage.c | 178 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 180 insertions(+), 134 deletions(-)

Diff:   https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=03eba4b0ad9d10ec19c3d53db67f11291859b96a



More information about the wine-cvs mailing list