Skip to content

Commit 4bd419c

Browse files
committed
Unfortunately, broken test also hangs. So comment out.
The rational in code comment.
1 parent ff3ef26 commit 4bd419c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/trim/runtests.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ end
4646

4747
for (mainfile, expectedtopass) in [
4848
("main_trimmable.jl", true),
49-
("main_clean.jl", false),
49+
#= The test below should verify that we indeed can't get a trimmed binary
50+
# for the "clean" implementation, but will trigger in the future if
51+
# it does start working. Unfortunately, right now it hangs indefinitely
52+
# so we are commenting it out. =#
53+
# ("main_clean.jl", false),
5054
]
5155
binpath = tempname()
5256
cmd = `$(Base.julia_cmd()) --project=. --depwarn=error $(JULIAC) --experimental --trim=unsafe-warn --output-exe $(binpath) $(mainfile)`

0 commit comments

Comments
 (0)