-
Notifications
You must be signed in to change notification settings - Fork 154
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
Engine Tests crash in Mono Latest #211
Comments
Just did a little searching through the history. This has been happening since #45 where mono:latest was added. It was failing with a similar issue then with Mono 4.2.4. |
#44 looks to be the same issue. |
This seems to be fixed with the current mono latest, 5.0.1.1. mono bug? I'll close, please reopen if people think we should look into it further. |
I think it is a mono bug. The nunit framework tests started doing the same thing with Mono 5.0. I wonder if it is fixed in 5.0.1.1 too? |
See https://travis-ci.org/nunit/nunit-console/jobs/217230850
Not sure if we made the Travis Linux/Mono/Latest build no longer required because of this or another failure, but I am also getting this on my local box with Mono 4.8.1 so it isn't a Travis issue.
Most of the error is probably useless to us, but it begins with,
and ends with
Not sure what we are going to do about it.
The text was updated successfully, but these errors were encountered: