DirectXShaderCompiler/projects/dxilconv/test
Greg Roth 4d132f95ff
[lit] allow for spaces in taef commands (#5720)
The way taef tests were gathered and executed previously flattened the
list of arguments to a string. This allowed the weird /select: flag to
work correctly, but if any of the arguments had spaces, they were
misinterpretted having lost the implicit quotes around each.

By removing the flattening, putting a space between the flag and the
argument for /select: and removing the explicit quotes around that
argument, the command executes properly whether there are spaces or not

Additionally added a way to detect when these commands failed since they
were silently failing and skipping a large swath of testing when spaces
were present.

Fixes #5719
2023-09-18 19:58:04 +00:00
..
dxbc2dxil Revert "[DxbcConverter] Fix corruption of ICB integer values (#4790)" (#5253) (#5279) 2023-06-08 12:02:27 -07:00
dxbc2dxil-asm DXBC to DXIL Converter + unit tests (#2685) 2020-02-11 12:07:26 -08:00
dxil_cleanup DXBC to DXIL Converter + unit tests (#2685) 2020-02-11 12:07:26 -08:00
normalize_dxil DXBC to DXIL Converter + unit tests (#2685) 2020-02-11 12:07:26 -08:00
regression_tests Remove dxilconv tests dependency on FXC to enable testing on ARM64 (#4494) 2022-06-01 15:14:31 -07:00
scope_nest_iterator DXBC to DXIL Converter + unit tests (#2685) 2020-02-11 12:07:26 -08:00
taef [lit] allow for spaces in taef commands (#5720) 2023-09-18 19:58:04 +00:00
CMakeLists.txt Enable building with ninja through Visual Studio (#4889) 2023-01-05 23:07:36 -06:00