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

Don't run pcre test suite on Cygwin #24756

Closed
embray opened this issue Feb 16, 2018 · 12 comments
Closed

Don't run pcre test suite on Cygwin #24756

embray opened this issue Feb 16, 2018 · 12 comments

Comments

@embray
Copy link
Contributor

embray commented Feb 16, 2018

See #24628 comment:10

Component: porting: Cygwin

Author: Erik Bray

Branch/Commit: e4e85e8

Reviewer: Jeroen Demeyer

Issue created by migration from https://trac.sagemath.org/ticket/24756

@embray embray added this to the sage-8.2 milestone Feb 16, 2018
@embray
Copy link
Contributor Author

embray commented Feb 16, 2018

Commit: 1689baa

@embray
Copy link
Contributor Author

embray commented Feb 16, 2018

Branch: u/embray/cygwin/pcre/check

@embray
Copy link
Contributor Author

embray commented Feb 16, 2018

Author: Erik Bray

@embray
Copy link
Contributor Author

embray commented Feb 16, 2018

New commits:

1689baaFixes https://github.com/sagemath/sage/issues/24756

@jdemeyer
Copy link

comment:2

Just a question: do you build R on Cygwin? I ask because R needs PCRE and a broken PCRE might yield a broken R. This is how we found out about the PCRE issues on Solaris.

Or maybe only specific parts of PCRE are broken that are not used by R on Cygwin.

@embray
Copy link
Contributor Author

embray commented Feb 20, 2018

comment:4

I don't know--there's like one test for PCRE that fails but I haven't looked into it. The full tests for R have never passed on Cygwin either; see #22866. But I'll run them again to see if any of them are "obviously" regexp related (I'd be surprised).

I'd certainly like to address #22866 but it's low priority short of actual bug reports from users (and I don't think many people are installing Sage in order to use R on Windows...)

@jdemeyer
Copy link

comment:5

Replying to @embray:

I don't know--there's like one test for PCRE that fails but I haven't looked into it. The full tests for R have never passed on Cygwin either

On Solaris, even the build of R fails with the broken PCRE. So it seems that the Cygwin problem is not that severe.

The only thing that I'm missing in this branch is a comment saying that we don't run the testsuite on Cygwin because it fails always in a way which doesn't seem to affect other packages. positive review if you add that.

@jdemeyer
Copy link

Reviewer: Jeroen Demeyer

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 27, 2018

Branch pushed to git repo; I updated commit sha1. New commits:

e4e85e8Comment

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Feb 27, 2018

Changed commit from 1689baa to e4e85e8

@embray
Copy link
Contributor Author

embray commented Feb 27, 2018

comment:8

I think the additional comment is mostly superfluous since there's already a link to the original ticket, which could also be updated with a note about this. But I don't object.


New commits:

e4e85e8Comment

@vbraun
Copy link
Member

vbraun commented Mar 4, 2018

Changed branch from u/embray/cygwin/pcre/check to e4e85e8

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

No branches or pull requests

3 participants