Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master to release/dev16.7 #9587

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

dotnet-bot
Copy link
Contributor

This is an automatically generated pull request from master into release/dev16.7.

git fetch --all
git checkout merges/master-to-release/dev16.7
git reset --hard upstream/release/dev16.7
git merge upstream/master
# Fix merge conflicts
git commit
git push upstream merges/master-to-release/dev16.7 --force

Once all conflicts are resolved and all the tests pass, you are free to merge the pull request.

…e2.fs (#9516)

* Re-enabling tests from OperatorsModule1/2.fs (compile errors)

* Fix compile errors in OperatorsModule1/2.fs, fix tests. Note tanh test comment.

* Fix `tanh` test, ensure stable result on x86 vs x64 runtimes

* Stop using exception AssertionException, so that test window shows useful info

* Whitespace cleanup and redundant code removal

* Cleanup spelling etc

* Re-enabling int, int16, int32, int64, nativeint, incr, nullArg etc tests

* Special-case floating-point assertion messages for higher precision output

* Fix/update/add tests (some still failing)

* Separate Checked tests, add & fix others, differentiate framework/bitness for some tests

* Add branch for .NET Native (ignore cos test)

* Resorting to comparing floats with a delta using Assert.AreNearEqual

* Add some more tests
@cartermp cartermp merged commit 2cd49dc into release/dev16.7 Jun 29, 2020
@dotnet-bot dotnet-bot deleted the merges/master-to-release/dev16.7 branch June 29, 2020 12:04
@dotnet-bot dotnet-bot restored the merges/master-to-release/dev16.7 branch June 29, 2020 15:05
@dotnet-bot dotnet-bot deleted the merges/master-to-release/dev16.7 branch June 29, 2020 15:05
@dotnet-bot dotnet-bot restored the merges/master-to-release/dev16.7 branch June 29, 2020 18:05
@dotnet-bot dotnet-bot deleted the merges/master-to-release/dev16.7 branch June 29, 2020 18:05
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Feb 23, 2021
…e2.fs (dotnet#9516) (dotnet#9587)

* Re-enabling tests from OperatorsModule1/2.fs (compile errors)

* Fix compile errors in OperatorsModule1/2.fs, fix tests. Note tanh test comment.

* Fix `tanh` test, ensure stable result on x86 vs x64 runtimes

* Stop using exception AssertionException, so that test window shows useful info

* Whitespace cleanup and redundant code removal

* Cleanup spelling etc

* Re-enabling int, int16, int32, int64, nativeint, incr, nullArg etc tests

* Special-case floating-point assertion messages for higher precision output

* Fix/update/add tests (some still failing)

* Separate Checked tests, add & fix others, differentiate framework/bitness for some tests

* Add branch for .NET Native (ignore cos test)

* Resorting to comparing floats with a delta using Assert.AreNearEqual

* Add some more tests

Co-authored-by: Abel Braaksma <abel.online@xs4all.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants