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 7e6ef91 commit 3ed4e94Copy full SHA for 3ed4e94
stdlib/SharedArrays/test/runtests.jl
@@ -145,9 +145,9 @@ finalize(S)
145
146
# call gc 3 times to avoid unlink: operation not permitted (EPERM) on Windows
147
S = nothing
148
-@everywhere GC.gc()
149
150
+@everywhere GC.gc(true)
151
rm(fn); rm(fn2); rm(fn3)
152
153
### Utility functions
@@ -288,7 +288,7 @@ let
288
id = a1.id
289
aorig = nothing
290
a1 = remotecall_fetch(fill!, id_other, a1, 1.0)
291
- GC.gc(); GC.gc()
+ GC.gc(true); GC.gc(true)
292
293
@test haskey(SharedArrays.sa_refs, id)
294
finalize(a1)
0 commit comments