Commit 44ebbe4
Remove broken marker from MKLLUFactorization JET test
MKLLUFactorization JET test behavior is system-dependent, not predictable by:
- Julia version (passes on some LTS systems, fails on others)
- OS (passes on some Linux systems, fails on others)
- Platform (behavior varies even within same OS)
The JET analysis depends on specific system configuration (MKL installation,
system libraries, etc.) that we cannot detect reliably in the test suite.
Solution: Remove broken marker entirely. Let the test:
- Pass when the system has good type stability (informative success)
- Fail when the system has runtime dispatch (informative failure)
"Unexpected Pass" errors are worse than occasional failures because they
block test suites that are actually working correctly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 434cad4 commit 44ebbe4
1 file changed
+5
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
109 | 105 | | |
110 | 106 | | |
111 | 107 | | |
| |||
0 commit comments