microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.79k stars 4.89k forks source link

Add support for fine grained exclusions #1074

Closed JakobL-MSFT closed 6 months ago

JakobL-MSFT commented 6 months ago

This PR does following:

How tested:

In Environment: GitHub 22621:

(Example for x64 Debug) Samples: 138 Configurations: 1 (Debug) Platforms: 1 (x64) Combinations: 138 Succeeded: 131 Excluded: 7 Unsupported: 0 Failed: 0

In Environment: WDK 22621:

Samples: 138 Configurations: 2 (Debug Release) Platforms: 2 (x64 arm64) Combinations: 552 Succeeded: 286 Excluded: 30 Unsupported: 236 Failed: 0

In Environment: EWDK 22621:

Samples: 138 Configurations: 2 (Debug Release) Platforms: 2 (x64 arm64) Combinations: 552 Succeeded: 286 Excluded: 30 Unsupported: 236 Failed: 0

In Environment: EWDK 26031:

Samples: 138 Configurations: 2 (Debug Release) Platforms: 2 (x64 arm64) Combinations: 552 Succeeded: 290 Excluded: 26 Unsupported: 236 Failed: 0