Skip to content

Commit 8336a3e

Browse files
committed
Resolve failures
1 parent 1ced8e0 commit 8336a3e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.Tests/LicenseScanTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public class LicenseScanTests : TestBase
5656
"bsd-original", // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/bsd-original.LICENSE
5757
"bsd-original-uc", // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/bsd-original-uc.LICENSE
5858
"bsd-simplified", // https://opensource.org/license/bsd-2-clause/
59+
"bsd-zero", // https://opensource.org/license/0bsd/
5960
"bytemark", // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/bytemark.LICENSE
6061
"bzip2-libbzip-2010", // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/bzip2-libbzip-2010.LICENSE
6162
"cc0-1.0", // https://creativecommons.org/publicdomain/zero/1.0/legalcode
@@ -102,6 +103,7 @@ public class LicenseScanTests : TestBase
102103
"sax-pd", // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/sax-pd.LICENSE
103104
"unicode", // https://opensource.org/license/unicode-inc-license-agreement-data-files-and-software/
104105
"unicode-mappings", // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/unicode-mappings.LICENSE
106+
"unlicense", // https://opensource.org/license/unlicense/
105107
"uoi-ncsa", // https://opensource.org/license/uoi-ncsa-php/
106108
"w3c-software-19980720", // https://opensource.org/license/w3c/
107109
"w3c-software-doc-20150513", // https://opensource.org/license/w3c/

src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.Tests/assets/LicenseScanTests/LicenseExclusions.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,17 @@ src/diagnostics/THIRD-PARTY-NOTICES.TXT|codesourcery-2004
6868

6969
# False positive
7070
src/efcore/test/EfCore.Tests/ChangeTracking/ComplexPropertyEntryTest.cs|proprietary-license
71+
src/efcore/test/EFCore.Tests/ChangeTracking/EntityEntryTest.cs|proprietary-license
7172
src/efcore/test/EfCore.Tests/ChangeTracking/MemberEntryTest.cs|proprietary-license
73+
src/efcore/test/EFCore.Tests/ChangeTracking/PropertyEntryTest.cs|proprietary-license
7274

7375
#
7476
# fsharp
7577
#
7678

7779
# Applies to installer, not source
7880
src/fsharp/setup/resources/eula/*.rtf
81+
src/fsharp/tests/fsharp/core/members/ops/THIRD-PARTY-NOTICES.TXT|unknown-license-reference
7982

8083
#
8184
# msbuild
@@ -108,6 +111,7 @@ src/nuget-client/test/NuGet.Core.Tests/NuGet.Packaging.Test/DefaultManifestValue
108111
src/nuget-client/test/NuGet.Core.Tests/NuGet.Packaging.Test/LicensesTests/LicenseExpressionTokenizerTests.cs
109112
src/nuget-client/test/NuGet.Core.Tests/NuGet.Packaging.Test/LicensesTests/NuGetLicenseExpressionParserTests.cs
110113
src/nuget-client/test/NuGet.Core.Tests/NuGet.Packaging.Test/LicensesTests/NuGetLicenseTests.cs
114+
src/nuget-client/test/NuGet.Core.FuncTests/Dotnet.Integration.Test/PackCommandTests.cs|389-exception
111115
src/nuget-client/test/TestUtilities/Test.Utility/JsonData.cs
112116

113117
#
@@ -235,6 +239,7 @@ src/vstest/src/package/Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI/Lice
235239

236240
# Not applicable to source
237241
src/wpf/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Media/FontEmbeddingRights.cs|proprietary-license
242+
src/wpf/src/Microsoft.DotNet.Wpf/src/WindowsBase/MS/Internal/IO/Packaging/CompoundFile/RightsManagementEncryptionTransform.cs|proprietary-licens
238243
src/wpf/eng/WpfArcadeSdk/tools/AvTrace/GenTraceSources.pl|proprietary-license
239244
src/wpf/eng/WpfArcadeSdk/tools/GenXmlStringTable.pl|proprietary-license
240245

@@ -246,3 +251,6 @@ src/wpf/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resourc
246251
src/wpf/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/*.xaml|bsd-2-clause-views
247252
src/wpf/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/*.xaml|mpl-2.0
248253
src/wpf/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/*.xaml|bsd-2-clause-views
254+
255+
# Test data
256+
src/wpf/src/Microsoft.DotNet.Wpf/tests/UnitTests/WindowsBase.Tests/System/Security/RightsManagement/PublishLicenseTests.cs|unknown-license-reference

0 commit comments

Comments
 (0)