Skip to content

Commit

Permalink
Disable constantinits.t for LLVM 17 Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Oct 7, 2023
1 parent 2a76723 commit f3a09ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/constantinits.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
if terralib.llvm_version >= 170 and require("ffi").os == "Linux" then
print("Skipping broken test on Linux, see #644")
return -- FIXME: https://github.com/terralang/terra/issues/644
end

function failit(match,fn)
local success,msg = xpcall(fn,debug.traceback)
--print(msg)
Expand Down

0 comments on commit f3a09ac

Please sign in to comment.