Skip to content

Commit e6593d2

Browse files
Paul Westcottlatkin
Paul Westcott
authored andcommitted
Regression tests for comparers
closes #577 commit fe9ee00 Author: Paul Westcott <[email protected]> Date: Wed Aug 12 19:41:29 2015 +1000 Tests that allowing compiler inlining and not commit 018efe0 Author: Paul Westcott <[email protected]> Date: Tue Aug 11 15:31:14 2015 +1000 Removed the regression tests as they were using compiler optimizations commit fdf40c0 Author: Paul Westcott <[email protected]> Date: Mon Aug 10 15:33:50 2015 +1000 Added more regression tests for DateTime and Tuples commit 9de59c9 Author: Paul Westcott <[email protected]> Date: Sun Aug 9 20:05:30 2015 +1000 Regression tests for comparers
1 parent f094532 commit e6593d2

File tree

3 files changed

+58637
-0
lines changed

3 files changed

+58637
-0
lines changed

src/fsharp/FSharp.Core.Unittests/FSharp.Core.Unittests.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
<Compile Include="FSharp.Core\Microsoft.FSharp.Collections\CollectionModulesConsistency.fs" Condition="'$(TargetFramework)' != 'portable47' AND '$(TargetFramework)' != 'net20'" />
9999
<Compile Include="FSharp.Core\Microsoft.FSharp.Collections\StringModule.fs" />
100100
<Compile Include="FSharp.Core\PrimTypes.fs" />
101+
<Compile Include="FSharp.Core\ComparersRegression.fs" />
101102
<Compile Include="FSharp.Core\DiscrimantedUnionType.fs" />
102103
<Compile Include="FSharp.Core\Microsoft.FSharp.Core\BigIntType.fs" />
103104
<Compile Include="FSharp.Core\Microsoft.FSharp.Core\IntConversions.fs" />

0 commit comments

Comments
 (0)