-
Notifications
You must be signed in to change notification settings - Fork 829
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
julia 0.4 tests fail #536
Comments
It does, you probably just don't have all the build prereqs installed. If you re-run It doesn't pass all the tests though last I tried, so we could repurpose the issue once you figure out which build pre-req you're missing. I think many of the test failures should already be covered by other "missing syscall" issues though. |
Yes, you are right, it compiles, both 0.4 and master. Running
Well, I kind of think it would make a lot of sense if the MS people just tried to compile the beast with the repo steps above and figured out what the problem is. julia is a nice test case, it covers a lot of areas. The model of volunteers hunting down the root causes of failures as observed seems a bit unpractical with closed-source software. And with us getting new releases only very couple of weeks, there might just not be enough pre-release cycles left to fix all the problems. Would probably be much easier if the MS devs added this to the scenarios that they are trying to enable. |
Oh, I may have not tried on the release-0.4 branch, so if it's just PCRE2 failing tests that's a much smaller test case and should be reproducible without involving Julia at all. |
Btw., quite funny that julia starts noticeably faster on bash on windows in a VM than just the windows version on my main system (i.e. the VM host) ;) |
Reading through this and it looks like the julia issues is closed. I'm going to close this out on our end to keep things a bit cleaner. Please feel free to re-open with repro steps if we still have an issue. |
That issue 15956 was just in response to
so a change on our win32 build, not our linux build or WSL. Don't bother reopening this, but I suspect
should be reproducible without involving Julia and is worth re-trying on its own. |
For completeness, I did follow the steps in the original post. Some of the tests did pass.
...
|
Given that these tests fail, it seems that there is still a problem in WSL, right? I believe this issue should be closed when the instructions at the top of this issue succeed without any error. |
Run it in gdb or strace and see what differs between WSL and actual Linux. It'll likely be a missing or incorrect syscall implementation, the majority of which should have more targeted issues open by now. Worth identifying which it is though. |
This is a pretty simple repo case:
On my machine that ends with a failed test run in PCRE2. This is on build 14366.
@Mike43110 in issue #446 indicated that julia does compile, but there were not many details, so not sure what was done differently there...
Also looping in @tkelman, the master of all julia builds.
The text was updated successfully, but these errors were encountered: