diff options
| author | JakobL-MSFT <[email protected]> | 2024-01-15 13:06:49 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-15 13:06:49 -0800 |
| commit | d3e7ba7e0625b0235a51206f558b4b5574992916 (patch) | |
| tree | 8f47b699a2838e4229b1b2fd3a8ed7be8e42792f /exclusions.csv | |
| parent | 7b0c7e24905cf4cafd33da5737b573696beb66b7 (diff) | |
Partial Manual Merge of develop to main specifically to add support for fine grained exclusions (#1076)
user/jakob/partial_manual_merge_develop_to_main_fine_grained_exclusion
Diffstat (limited to 'exclusions.csv')
| -rw-r--r-- | exclusions.csv | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/exclusions.csv b/exclusions.csv index 86ab66e8..11330227 100644 --- a/exclusions.csv +++ b/exclusions.csv @@ -1,15 +1,19 @@ -Path,Reason -general\dchu\osrfx2_dchu_base,Wrong Toolset - needs migration -general\dchu\osrfx2_dchu_extension_loose,Needs fix for project not found -general\dchu\osrfx2_dchu_extension_tight,Wrong Toolset - needs migration -general\filehistory,Deprecated APIs -general\simplemediasource,ARM64 LNK1181: cannot open input file 'SimpleMediaSource.lib' -general\winhec 2017 lab\toaster driver,Needs input from end user -general\winhec 2017 lab\toaster support app,Needs input from end user -network\trans\stmedit,Invalid Win32 architecture -network\trans\wfpsampler,Missing INF section; missing libs -network\wlan\wdi,Invalid architecture -print\oem printer customization plug-in samples\c++,Invalid architecture -print\v4printdriversamples\printerextensionsample,Invalid architecture -tree,Missing headers -video\indirectdisplay,ARM64 Warning C4530: C++ exception handler used but unwind semantics are not enabled
\ No newline at end of file +Path,Configurations,MinBuild,MaxBuild,Reason +avstream\sampledevicemft,*,26031,,Only GE: Fails to build +general\dchu\osrfx2_dchu_base,*,,,Wrong Toolset - needs migration +general\dchu\osrfx2_dchu_extension_loose,*,,,Needs fix for project not found +general\dchu\osrfx2_dchu_extension_tight,*,,,Wrong Toolset - needs migration +general\filehistory,*,,,Deprecated APIs +general\simplemediasource,Debug|arm64,,,Only Debug|arm64: LNK1181: cannot open input file 'SimpleMediaSource.lib' +general\winhec 2017 lab\toaster driver,*,,,Needs input from end user +general\winhec 2017 lab\toaster support app,*,,,Needs input from end user +hid\hidusbfx2,*,,22621,Only NI: Bug 48374115: NI Serviced version of infverif and NI version of Windows Driver Samples should be compatible +hid\vhidmini2,*,,22621,Only NI: Bug 48374115: NI Serviced version of infverif and NI version of Windows Driver Samples should be compatible +network\trans\stmedit,*,,,Invalid Win32 architecture +network\trans\wfpsampler,*,,,Missing INF section; missing libs +network\wlan\wdi,*,,,Invalid architecture +print\oem printer customization plug-in samples\c++,*,,,Invalid architecture +print\v4printdriversamples\printerextensionsample,*,,,Invalid architecture +storage\class\cdrom,*,26031,,Only GE: Fails to build +tree,*,,,Missing headers +video\indirectdisplay,*|arm64,,,Only arm64: Warning C4530: C++ exception handler used but unwind semantics are not enabled |
