Commit 97778cb
authored
Re enable tests for operators: OperatorsModule1.fs and OperatorsModule2.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 tests1 parent de5dc3b commit 97778cb
File tree
6 files changed
+1197
-897
lines changed- tests/FSharp.Core.UnitTests
- FSharp.Core
6 files changed
+1197
-897
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
| |||
59 | 66 | | |
60 | 67 | | |
61 | 68 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
90 | | - | |
91 | | - | |
92 | | - | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
109 | 114 | | |
0 commit comments