Commit 434cad4
Fix platform-specific MKLLUFactorization JET test behavior
MKLLUFactorization JET test behavior is platform-specific:
- Linux + Julia < 1.12: Has runtime dispatch in BLAS logging → mark as broken
- macOS + any Julia version: Passes → expect to pass
- All platforms + Julia >= 1.12: Passes due to improved type inference → expect to pass
This fixes the "Unexpected Pass" error on macOS LTS while correctly handling
the runtime dispatch issues on Linux LTS.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d4b6851 commit 434cad4
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
0 commit comments