Uh oh!
There was an error while loading. Please reload this page.
Port NUnit based tests to Core CLR - #748
Conversation
KevinRansom
commented
Dec 1, 2015
@PatrickMcDonald This is really nice!!!! |
KevinRansom
commented
Dec 1, 2015
@PatrickMcDonald Yesterday I updated all of the project jsons to use the latest RC2 version of the .Net framework. That may!!!! explain the failures. Kevin |
enricosada
commented
Dec 1, 2015
great work @PatrickMcDonald !! |
KevinRansom
commented
Dec 11, 2015
@PatrickMcDonald, @enricosada --- hey guys, I love this PR, the changes look great, although I expect you have both stomped over similar sets of files. What additional work is needed before I pull this. Or should I just pull it and fixup the issues? Kevin |
enricosada
commented
Dec 12, 2015
I'll update my pr if you pull this one. |
PatrickMcDonald
commented
Dec 12, 2015
There's just the 2 tests failing, both due to Reflection errors I think, but I'm not sure how to fix them.. Upgrading to Core CLR RC2 did not fix. The choices are to fix or ignore the tests or leave them failing. I'd welcome guidance on how to proceed! |
enricosada
commented
Dec 12, 2015
I think you can disable the failing tests and open an issue with details about failure. |
3d7876e to
385ac5dCompareKevinRansom
commented
Dec 18, 2015
Okay I am going to try to bring these into the coreclr branch .... I know you have done all of the work, but I feel like being needy and high maintenance today. |
PatrickMcDonald
commented
Dec 18, 2015
hehe, good luck! |
KevinRansom
commented
Dec 21, 2015
Thank you so much for this, its awesome. |
enricosada
commented
Dec 21, 2015
👍 great! |
dsyme
commented
Jan 5, 2016
fab |
PR for #690
This version keeps NUnit 3.0 as the test framework.
The Core CLR version of FSharp.Core.Unittests now compiles to an exe, and uses NUnitLite as the test runner.
Alternative to #699, which uses xUnit.net