Skip to content

Commit

Permalink
fix old tests (and then removed them hehe)
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 12, 2023
1 parent c5df2d9 commit 5bce4ee
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions test/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -139,26 +139,4 @@
m.stop(w)
@test m.isrunning(w) === false
end

(W === m.DistributedStdlibWorker) || @testset "Regular Exceptions" begin
w = W()

## Mutually Known errors are not thrown, but returned as values.

@test isa(
m.remote_eval_fetch(Main, w, quote
sqrt(-1)
end),
DomainError,
)
@test m.remotecall_fetch(&, w, true, true)

@test isa(
m.remote_eval_fetch(Main, w, quote
error("Julia stack traces are bad. GL 😉")
end),
ErrorException,
)
@test m.remotecall_fetch(&, w, true, true)
end
end

0 comments on commit 5bce4ee

Please sign in to comment.