From 2896aa39a529a00673a30ef4a9c3ebe76f401fea Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Tue, 2 Apr 2019 09:22:13 -0400 Subject: Feature/test improvements (#934) * First pass extract the test information by 'running tests'. * * Checking renderer availablilty * Using TestInfo to determine which tests are run and synthesized * Display if test is synthesized and what render api it's targetting * * Improved comments * Removed some dead code * Display ignored tests. * TestInfo -> TestRequirements * * Added DIAGNOSTIC_TEST type - test always runs (ie has no requirements). * Made diagnostic tests use DIAGNOSTIC_TEST * TestInfo -> TestRequirements * TestDetails holds TestRequirements and TestOptions * Fix debug typo. --- tests/diagnostics/packoffset.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/diagnostics/packoffset.slang') diff --git a/tests/diagnostics/packoffset.slang b/tests/diagnostics/packoffset.slang index 31ee63bbd..b5669c410 100644 --- a/tests/diagnostics/packoffset.slang +++ b/tests/diagnostics/packoffset.slang @@ -1,5 +1,5 @@ // packoffset.slang -//TEST:SIMPLE:-target hlsl +//DIAGNOSTIC_TEST:SIMPLE:-target hlsl // use of `packoffset` (not supported): cbuffer B -- cgit v1.2.3