Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 61c837a

Browse files
committed
Merge pull request #2132 from JeremyKuhne/Remove1610
Remove workaround for 1610 as it no longer repros.
2 parents 94fef02 + 8126b43 commit 61c837a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Documentation/unix-instructions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ PDBs aren't generated by Roslyn on Unix. https://github.com/dotnet/roslyn/issues
7171

7272
Test runs are currently disabled when building on Unix. https://github.com/dotnet/corefx/issues/1776
7373

74-
System.Diagnostics.FileVersionInfo.Tests.csproj does not build on Unix. https://github.com/dotnet/corefx/issues/1610
75-
7674
System.Diagnostics.Debug.Tests does not build on Unix. https://github.com/dotnet/corefx/issues/1609
7775

7876
Mono fails when trying to get custom attributes on CoreFx assemblies. https://bugzilla.xamarin.com/show_bug.cgi?id=29679

dir.props

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@
9292
https://github.com/dotnet/corefx/issues/1609
9393
-->
9494
<ExcludeProjects Include="System.Diagnostics.Debug/tests/System.Diagnostics.Debug.Tests.csproj" />
95-
<!--
96-
The OpenSourceSign target complains about System.Diagnostics.FileVersionInfo.TestAssembly.dll not being delay signed.
97-
https://github.com/dotnet/corefx/issues/1610
98-
-->
99-
<ExcludeProjects Include="System.Diagnostics.FileVersionInfo/tests/System.Diagnostics.FileVersionInfo.Tests.csproj" />
10095
</ItemGroup>
10196

10297
<PropertyGroup Condition="'$(OsEnvironment)'=='Unix'">

0 commit comments

Comments
 (0)