We currently have the capability to exclude runtime tests using the issues.targets file, based on operating system, architecture, and runtime flavor (coreclr/mono).
There are some tests that fail on code generation or other mode of one of the runtimes, for example, mono-intepreter. Currently, to exclude them, we need to exclude the test for all runs on the runtime flavor.
This is a proposal to extend the issues.targets mechanism to handle these cases, to exclude tests only on particular configurations of the RuntimeFlavor.
We currently have the capability to exclude runtime tests using the issues.targets file, based on operating system, architecture, and runtime flavor (coreclr/mono).
There are some tests that fail on code generation or other mode of one of the runtimes, for example, mono-intepreter. Currently, to exclude them, we need to exclude the test for all runs on the runtime flavor.
This is a proposal to extend the issues.targets mechanism to handle these cases, to exclude tests only on particular configurations of the RuntimeFlavor.