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

rake quick/tests fails with Mono #91

Open
mzabani opened this issue Oct 28, 2013 · 3 comments
Open

rake quick/tests fails with Mono #91

mzabani opened this issue Oct 28, 2013 · 3 comments

Comments

@mzabani
Copy link

mzabani commented Oct 28, 2013

There is a known issue with some versions (many versions) of Mono and Json.Net when deserializing integers. It is described below:
http://json.codeplex.com/workitem/24176

Because of this, the tests stop running too early. It would be nice if we could run all tests and get a summary of failures and good runs.

@markrendle
Copy link
Owner

Which version of mono are you trying to build on? Simple.Web only works on Mono 3.

@mzabani
Copy link
Author

mzabani commented Oct 28, 2013

Simple.Web builds fine on my system (I'm using Mono 3.0.7). The error I get
happens when running the first test in Simple.Web.JsonNet.Tests. This is
because of a bug in Mono (or so I believe, according to the link I supplied
in the first post), and it stops the other tests from running.

On Mon, Oct 28, 2013 at 4:27 PM, Mark Rendle notifications@github.comwrote:

Which version of mono are you trying to build on? Simple.Web only works on
Mono 3.


Reply to this email directly or view it on GitHubhttps://github.com//issues/91#issuecomment-27240689
.

@ianbattersby
Copy link
Collaborator

I confess in thinking the BigInteger thing had been fixed long ago in Mono, but perhaps in 3.1.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants