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
Copy file name to clipboardExpand all lines: test/direct.jl
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,11 @@ end
203
203
Base.Libc.flush_cstdio();
204
204
end
205
205
close(io.in)
206
-
@testchomp(String(read(io))) =="Error: no BLAS/LAPACK library loaded for cblas_sbstobf16()\nError: no BLAS/LAPACK library loaded for cblas_sbstobf1664_()"
206
+
if Sys.ARCH !=:arm
207
+
@testchomp(String(read(io))) =="Error: no BLAS/LAPACK library loaded for cblas_sbstobf16()\nError: no BLAS/LAPACK library loaded for cblas_sbstobf1664_()"
208
+
else
209
+
@testchomp(String(read(io))) =="Error: no BLAS/LAPACK library loaded for (unknown function)\nError: no BLAS/LAPACK library loaded for (unknown function)"
210
+
end
207
211
208
212
# Override the default function to keep track of people who try to call uninitialized BLAS functions
0 commit comments