Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currently failing tests #42

Closed
vtjnash opened this issue Oct 21, 2020 · 1 comment · Fixed by #43
Closed

Currently failing tests #42

vtjnash opened this issue Oct 21, 2020 · 1 comment · Fixed by #43

Comments

@vtjnash
Copy link
Member

vtjnash commented Oct 21, 2020

run tests: Test Failed at /home/buildworker/.julia/packages/CoverageBase/imrRa/test/runtests.jl:40
  Expression: !(runtests(["fail_does_not_even_exist", "goto"]))
Stacktrace:
 [1] (::var"#8#10")()
   @ Main /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:664
 [2] redirect_stderr(f::var"#8#10", stream::IOStream)
   @ Base ./stream.jl:1224
 [3] #7
   @ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:663 [inlined]
 [4] open(::var"#7#9", ::String, ::Vararg{String, N} where N; kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
   @ Base ./io.jl:330
 [5] open(::Function, ::String, ::String)
   @ Base ./io.jl:328
 [6] top-level scope
   @ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:662
 [7] top-level scope
   @ ~/.julia/packages/CoverageBase/imrRa/test/runtests.jl:40
 [8] top-level scope
   @ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1144
 [9] top-level scope
   @ ~/.julia/packages/CoverageBase/imrRa/test/runtests.jl:39
run tests: Test Failed at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:667
  Expression: contains_warn(read(fname, String), $(Expr(:escape, "ERROR: failed process")))
Stacktrace:
 [1] top-level scope
   @ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:667
 [2] top-level scope
   @ ~/.julia/packages/CoverageBase/imrRa/test/runtests.jl:40
 [3] top-level scope
   @ /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.6/Test/src/Test.jl:1144
 [4] top-level scope
   @ ~/.julia/packages/CoverageBase/imrRa/test/runtests.jl:39
Test Summary: | Pass  Fail  Total
run tests     |    1     2      3

https://build.julialang.org/#/builders/5/builds/667/steps/7/logs/stdio
However, may be fixed incidentally by JuliaLang/julia#38127

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

Successfully merging a pull request may close this issue.

1 participant