-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Checking for overflow in matrix_mod2_dense not working on OS X 10.12.6 #24190
Comments
comment:1
I'm currently building this on vbraun's testing machine. In the worst case, we just have to remove the test. |
comment:2
It seems that OS X simply doesn't support |
Commit: |
Author: Jeroen Demeyer |
New commits:
|
Reviewer: Volker Braun |
Changed branch from u/jdemeyer/checking_for_overflow_in_matrix_mod2_dense_not_working_on_os_x_10_12_6 to |
comment:7
I think this fix was incomplete, because it does not provide a workaround for the next two tests in the example:
The I think we need a better solution for dealing with tests on systems where setting memory limits by the test runner doesn't work properly... |
Changed commit from |
comment:8
I take it back--the other tests do immediately raise |
With OS X 10.12.6, Xcode 9.1 (and the same happens when building with clang, #12426):
The failing doctest was introduced at #23742
Component: linear algebra
Author: Jeroen Demeyer
Branch:
145f9df
Reviewer: Volker Braun
Issue created by migration from https://trac.sagemath.org/ticket/24190
The text was updated successfully, but these errors were encountered: