Skip to content

Commit

Permalink
Regression tests for comparers
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Paul Westcott authored and latkin committed Aug 13, 2015
1 parent f094532 commit e6593d2
Show file tree
Hide file tree
Showing 3 changed files with 58,637 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<Compile Include="FSharp.Core\Microsoft.FSharp.Collections\CollectionModulesConsistency.fs" Condition="'$(TargetFramework)' != 'portable47' AND '$(TargetFramework)' != 'net20'" />
<Compile Include="FSharp.Core\Microsoft.FSharp.Collections\StringModule.fs" />
<Compile Include="FSharp.Core\PrimTypes.fs" />
<Compile Include="FSharp.Core\ComparersRegression.fs" />
<Compile Include="FSharp.Core\DiscrimantedUnionType.fs" />
<Compile Include="FSharp.Core\Microsoft.FSharp.Core\BigIntType.fs" />
<Compile Include="FSharp.Core\Microsoft.FSharp.Core\IntConversions.fs" />
Expand Down
Loading

0 comments on commit e6593d2

Please sign in to comment.