-
Notifications
You must be signed in to change notification settings - Fork 262
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
Large File Tests fail with Visual Studio 2015 #188
Comments
All tests failing are:
See http://my.cdash.org/testDetails.php?test=23591494&build=920726 for details regarding one of the failures. |
At the initial glance, failures appear to be related to calls to |
Diving into
|
When trying to track down errno This suggests that the problem/error is Note that Windows is not listed as one of the platforms on this webpage, however
This may be a red herring, however; the same page says that we may need to reference |
Found a comment in libsrc/posixio.c that I vaguely recall writing (for function ncio_px_filesize); /* There is a problem with fstat on Windows based systems
which manifests (so far) when Config RELEASE is built.
Use _filelengthi64 isntead. */ This suggests that I've encountered this or a similar issue in the past. It's also possible that we need to be using |
I've got a fix in place, but another issue needs investigating. With Large File Tests enabled |
The timing issue has not reoccurred so I'm treating it as a one-off for now. The fix is in branch gh188 and will be merged after Travis tests pass. |
Fix has been pushed into |
Large File tests are failing under Windows 10 when using Visual Studio 2015 (VS14). I've confirmed this using hdf5 1.8.15 and hdf5 1.8.16 (which shouldn't matter anyways), and have tried with libraries built using VS12 as well as VS14 . Visual Studio 13 (VS12) continues to work as expected.
The text was updated successfully, but these errors were encountered: