This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Commit f49bc5a
Fix issue with tests, see dotnet#9617 (dotnet#9622)
* Ignore NCrunch temp files and local user files
* Showing only failing line in ExprTests, cleanup temp files
* Show sensible message when UnresolvedPathReferenceNoRange is raised by tests
* Attempt to re-enable two base tests, may need to be re-disabled for Mono
* Cleanup tests that use global state, ensure deletion of temp files
* Fix difference Mono, fix spacing difference CI vs VS IDE
* Normalize null vs None
* Fix next issue difference between CI and local
* Make sure both smoke tests use the same filterhack function
* Next fix, overlooked
* Add procid and threadid to temp file
* Move #r System.Numerics to mkStandardProjectReferences
* Cleanup
* Fix tests that actually count references and are dependent on Common.fs1 parent 36daada commit f49bc5a
6 files changed
Lines changed: 204 additions & 88 deletions
File tree
- src/fsharp
- tests/service
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments