-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
I'm getting the following failure in the parallel.jl test.
exception on 2: ERROR: test failed: :((-(max(workloads),min(workloads))<=1))
in error at error.jl:21
in default_handler at test.jl:21
in do_test at test.jl:38
in runtests at /Users/nfoti/src/julia/test/testdefs.jl:5
in anonymous at multi.jl:811
in run_work_thunk at multi.jl:563
in anonymous at task.jl:811
at parallel.jl:29
ERROR: test failed: :((-(max(workloads),min(workloads))<=1))
in anonymous at multi.jl:1345
at parallel.jl:29
at /Users/nfoti/src/julia/test/runtests.jl:21
This is running on a Mac with a Core 2 Duo (maybe it has something to do with the fact that there are only two cores?) with OSX 10.8.4.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior