We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3ef26 commit 4bd419cCopy full SHA for 4bd419c
test/trim/runtests.jl
@@ -46,7 +46,11 @@ end
46
47
for (mainfile, expectedtopass) in [
48
("main_trimmable.jl", true),
49
- ("main_clean.jl", false),
+ #= 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),
54
]
55
binpath = tempname()
56
cmd = `$(Base.julia_cmd()) --project=. --depwarn=error $(JULIAC) --experimental --trim=unsafe-warn --output-exe $(binpath) $(mainfile)`
0 commit comments