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

Partial Manual Merge of develop to main specifically to add support for fine grained exclusions #1076

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: 153 Configurations: 1 (Debug) Platforms: 1 (x64) Combinations: 153 Succeeded: 139 Excluded: 14 Unsupported: 0 Failed: 0

In Environment: WDK 22621:

Samples: 153 Configurations: 2 (Debug Release) Platforms: 2 (x64 arm64) Combinations: 612 Succeeded: 317 Excluded: 59 Unsupported: 236 Failed: 0

In Environment: EWDK 22621:

Samples: 153 Configurations: 2 (Debug Release) Platforms: 2 (x64 arm64) Combinations: 612 Succeeded: 317 Excluded: 59 Unsupported: 236 Failed: 0

In Environment: EWDK 26031:

Samples: 153 Configurations: 2 (Debug Release) Platforms: 2 (x64 arm64) Combinations: 612 Succeeded: 317 Excluded: 59 Unsupported: 236 Failed: 0