Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Tests fail on Julia master (1.4) #13

Open
KristofferC opened this issue Jan 3, 2020 · 3 comments
Open

Tests fail on Julia master (1.4) #13

KristofferC opened this issue Jan 3, 2020 · 3 comments

Comments

@KristofferC
Copy link

Running the tests on Julia master fails with

Basics: Test Failed at /Users/kristoffer/JuliaPkgEval/SparsityDetection.jl/test/basics.jl:19
  Expression: sparse((testmeta(g, [1], [2]))[1]) == sparse([1], [1], true)
   Evaluated: 1×1 SparseMatrixCSC{Bool,Int64} with 0 stored entries ==
  [1, 1]  =  true
Stacktrace:
 [1] top-level scope at /Users/kristoffer/JuliaPkgEval/SparsityDetection.jl/test/basics.jl:19
 [2] include(::String) at ./client.jl:439
 [3] macro expansion at /Users/kristoffer/JuliaPkgEval/SparsityDetection.jl/test/runtests.jl:3 [inlined]
 [4] macro expansion at /Users/kristoffer/julia/usr/share/julia/stdlib/v1.5/Test/src/Test.jl:1116 [inlined]
 [5] top-level scope at /Users/kristoffer/JuliaPkgEval/SparsityDetection.jl/test/runtests.jl:3

It would be good to figure out the root cause to see if this is due to a regression in Julia.

@ChrisRackauckas
Copy link
Member

@shashi

@maleadt
Copy link

maleadt commented Jan 15, 2020

Bisected to JuliaLang/julia#33356, so this is JuliaLabs/Cassette.jl#155

@shashi
Copy link
Collaborator

shashi commented Jan 15, 2020

Thanks @maleadt that's super useful.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants