summaryrefslogtreecommitdiff
path: root/exclusions.csv
AgeCommit message (Collapse)Author
2025-07-03Remove exclusion for SpbTestToolJoe Spall
2025-06-27Merge branch 'develop' into mainv-junyli
2025-06-272505Duser/vjunyli/wdk2505d4202v-junyli
2025-06-27excluding tools\kasan\samples\kasandemo-wdmuser/vjunyli/excluding4brokensamplesv-junyli
2025-06-26fix typosv-junyli
2025-06-26suppressing broken samples until fixedv-junyli
2024-04-11Add exclusion for network\trans\WFPSampler incompatible with previous EWDK; ↵Adonais Romero Gonzalez
fix descriptions in list
2024-04-02Add power limit policy and client sample driver (#1152)AlbertGuan9527
This PR adds power limit policy and client driver as samples to use OS native power limit interfaces.
2024-02-20Fix TrEE Sample (#1124)JakobL-MSFT
* Fix TrEE sample * Fix TrEE sample
2024-02-19Add explicit flag for arm64 for ehsc and remove incremental link (#1117)prashantchahar
* Add explicit flag for arm64 for ehsc and remove incremental link as ehsc is not passsed for ARM64 VS and looks like ltcg is not supported as well. * Update exclusions.csv * Set exception handling via property ExceptionHandling --------- Co-authored-by: Prashant Chahar <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]> Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-02-15Re-add exclusion of video.indirectdisplay. This time for EWDK.JakobL-MSFT
2024-02-13Remove exclusion of video.indirectdisplayJakob Lichtenberg (170957)
2024-02-13Part 2: WfpSampler now compiles on both EWDKs (#1108)Elaine Houha
* compiles on both EWDKs needed for all 5 Samples * fixes the debug build which broke during merge conflict resolution * Update exclusions.csv --------- Co-authored-by: Elaine Houha <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2024-02-05exclusion.csv: Update network.trans.wfpsampler to now be supported with NI ↵Jakob Lichtenberg (170957)
WDK but still broken for GE WDK
2024-01-31Add Prm sample (#1094)Yinghan Yang
* add prm sample * Update exclusions.csv * add owners for PRM and GPIO samples * fix INF --------- Co-authored-by: Yinghan Yang (307315) <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2024-01-31Fixes for sample build errors and updates to the execution script to use new ↵zlockard
build flags (#1078) * Fixes for sample build errors * Fix additional sample * Add additional sample * Updated comments in Build-Sample.ps1 * Adjusting exclusions.csv to be accurate for GE. Still issues for NI that we need to understand better * Merge from develop branch * Merge from develop branch * Merge from develop branch * Delete WPD samples * Separate infverif additional options for old vs new WDK * Delete WPD samples entry in our CODEOWNERS file * Fix spelling error * For 22621 WDK Remove the /samples flag --------- Co-authored-by: Zac Lockard <[email protected]> Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-01-29Remove WinHEC 2017 from exclusion listAdonais Romero Gonzalez
2024-01-26Update exclusions (#1090)JakobL-MSFT
2024-01-15Fix build errors for osrfx2_dchu_extension loose/tight solutions (#1069)andylsn
* Update exclusive.csv * Fix extension_loose solution and projects * Fix extension_tight projects * Minor update * Update exclusions.csv * Update exclusions.csv - Undo my prior edit --------- Co-authored-by: Shunni Li <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2024-01-15Update exclusions.csv - fix commentJakobL-MSFT
2024-01-15Add support for fine grained exclusions (#1074)JakobL-MSFT
* user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * Update exclusions.csv
2023-12-01Add exclusion for driver due to missing header in WDK updateAdonais Romero González
2023-11-13Add more InfVerif exceptions & clear exclusions (#1052)Adonais Romero González
2023-11-07Add new flag and exclusion for new InfVerif changes (#1049)Adonais Romero González
2023-08-11Remove print samples from exclusion listAdonais Romero González
2023-06-12[general/DCHU] Fix toolset, target version and signing errors (#994)Adonais Romero González
* Set WindowsTargetPlatformVersion to target latest one instead of a fixed version * Set PlatformToolset to target latest one instead of a fixed version * Set FileDigestAlgorithm to clear errors caused by a digest algorithm not being specified * Removed exception for general\dchu\osrfx2_dchu_base; sample now builds successfully
2023-06-01[network/wlan/WDI] Rename configurations (#988)Adonais Romero González
2023-05-01[network/trans/stmedit] Fix architecture in solution (#976)Adonais Romero González
2023-04-18[general/simplemediasource] Fix architecture in solution (#977)Adonais Romero González
2022-09-26[general/filehistory] Remove sample; APIs have been deprecatedAdonais Romero Gonzalez
2022-09-26Fix exclusions file formatAdonais Romero Gonzalez
2022-08-26Add CI workflows for building and validating driver samples (#775)Adonais Romero González
* Add scripts to build a set of samples, as well as individual solution folders. * Add GitHub workflows to use these scripts and build all samples on push and changed samples on pull request. For now samples will be built under Windows 2019 but eventually workflow will be moved to run under Windows 2022.