You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JET tests that fail on Julia < 1.12 now pass on Julia nightly/pre-release
(1.12+) due to improvements in type inference in the Julia stdlib (LinearAlgebra,
Printf) and better constant propagation.
Version-specific broken markers added for:
- Dense Factorizations: QRFactorization, LDLtFactorization, BunchKaufmanFactorization
- Extension Factorizations: FastLUFactorization, FastQRFactorization
- Krylov Methods: KrylovJL_GMRES, KrylovJL_MINRES, KrylovJL_MINARES
These tests will:
- Be marked as broken (expected to fail) on Julia < 1.12
- Run normally (expected to pass) on Julia >= 1.12
This follows the same pattern as the existing Dual tests which are version-specific
for Julia < 1.11 vs >= 1.11.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments