Update xunit version to match corefx (#21098)
authorJan Kotas <jkotas@microsoft.com>
Tue, 20 Nov 2018 05:30:40 +0000 (21:30 -0800)
committerGitHub <noreply@github.com>
Tue, 20 Nov 2018 05:30:40 +0000 (21:30 -0800)
* Update xunit version to match corefx

Fixes https://github.com/dotnet/corefx/issues/33587

* Disabled outdated test

tests/CoreFX/CoreFX.issues.json
tests/src/Common/CoreFX/CoreFX.depproj

index ecb9db6..7e317fa 100644 (file)
                 {
                     "name": "System.Tests.DecimalTests+BigIntegerMod.Test",
                     "reason": "https://github.com/dotnet/coreclr/issues/12605"
+                },
+                {
+                    "name": "System.Tests.ArrayTests.Copy",
+                    "reason": "Needs updates for XUnit 2.4"
                 }
             ]
         }
index 0a7db4a..6e3fa66 100644 (file)
@@ -13,7 +13,8 @@
       <SystemCompositionVersions>1.3.0-preview3-26501-04</SystemCompositionVersions>
       <XUnitNetcoreExtensionsVersion>2.2.0-preview1-02902-01</XUnitNetcoreExtensionsVersion>
       <!-- Xunit Abstractions is differently versioned then the rest of XUnit -->
-      <XUnitAbstractionsVersion>2.0.1</XUnitAbstractionsVersion>
+      <XUnitAbstractionsVersion>2.0.3</XUnitAbstractionsVersion>
+      <XUnitAssertVersion>2.4.1-pre.build.4059</XUnitAssertVersion>
       <CoreFXXUnitPackageVersion>2.2.0-beta2-build3300</CoreFXXUnitPackageVersion>
       <MicrosoftDiagnosticsTracingTraceVentVersion>2.0.19</MicrosoftDiagnosticsTracingTraceVentVersion>
       <MicrosoftDotnetPlatformAbstractionsVersion>2.1.0</MicrosoftDotnetPlatformAbstractionsVersion>
@@ -36,7 +37,7 @@
       <Version>$(CoreFXXUnitPackageVersion)</Version>
     </PackageReference>
     <PackageReference Include="xunit.assert">
-      <Version>$(CoreFXXUnitPackageVersion)</Version>
+      <Version>$(XUnitAssertVersion)</Version>
     </PackageReference>
     <PackageReference Include="xunit.abstractions">
       <Version>$(XUnitAbstractionsVersion)</Version>