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

macOS: REPL test failure #24789

Closed
fredrikekre opened this issue Nov 26, 2017 · 0 comments · Fixed by #24796
Closed

macOS: REPL test failure #24789

fredrikekre opened this issue Nov 26, 2017 · 0 comments · Fixed by #24796
Labels
system:mac Affects only macOS

Comments

@fredrikekre
Copy link
Member

fredrikekre commented Nov 26, 2017

Seen locally (on master) and on the recent PR's on Travis:

~/julia-master$ make test-repl
    JULIA test/repl
Test (Worker) | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB)
repl: Test Failed at /Users/Fredrik/julia-master/test/repl.jl:167
  Expression: wait(get_stdout) == "HI\n"
   Evaluated: "repl: Test Failed at /Users/Fredrik/julia-master/test/repl.jl:161\n  Expression: contains(s, \"shell> \")\nStacktrace:\n [1] (::getfield(Main.Test65Main_repl, Symbol(\"##6#12\")))(::Base.PipeEndpoint, ::Base.PipeEndpoint, ::Base.REPL.LineEditREPL) at /Users/Fredrik/julia-master/test/repl.jl:161\n [2] fake_repl(::getfield(Main.Test65Main_repl, Symbol(\"##6#12\"))) at /Users/Fredrik/julia-master/test/repl.jl:23\n [3] top-level scope\n [4] include_relative(::Module, ::String) at ./loading.jl:509\n [5] include at ./sysimg.jl:15 [inlined]\n [6] include(::String) at /Users/Fredrik/julia-master/test/testdefs.jl:13\n [7] macro expansion at /Users/Fredrik/julia-master/test/testdefs.jl:22 [inlined]\n [8] macro expansion at /Users/Fredrik/julia-master/usr/share/julia/site/v0.7/Test/src/Test.jl:950 [inlined]\n [9] macro expansion at /Users/Fredrik/julia-master/test/testdefs.jl:21 [inlined]\n [10] macro expansion at ./util.jl:310 [inlined]\n [11] top-level scope at ./<missing>:19\nHI\n" == "HI\n"
Stacktrace:
 [1] (::getfield(Main.Test65Main_repl, Symbol("##6#12")))(::Base.PipeEndpoint, ::Base.PipeEndpoint, ::Base.REPL.LineEditREPL) at /Users/Fredrik/julia-master/test/repl.jl:167
 [2] fake_repl(::getfield(Main.Test65Main_repl, Symbol("##6#12"))) at /Users/Fredrik/julia-master/test/repl.jl:23
 [3] top-level scope
 [4] include_relative(::Module, ::String) at ./loading.jl:509
 [5] include at ./sysimg.jl:15 [inlined]
 [6] include(::String) at /Users/Fredrik/julia-master/test/testdefs.jl:13
 [7] macro expansion at /Users/Fredrik/julia-master/test/testdefs.jl:22 [inlined]
 [8] macro expansion at /Users/Fredrik/julia-master/usr/share/julia/site/v0.7/Test/src/Test.jl:950 [inlined]
 [9] macro expansion at /Users/Fredrik/julia-master/test/testdefs.jl:21 [inlined]
 [10] macro expansion at ./util.jl:310 [inlined]
 [11] top-level scope at ./<missing>:19
@fredrikekre fredrikekre added the system:mac Affects only macOS label Nov 26, 2017
vtjnash added a commit that referenced this issue Nov 26, 2017
This removes the last remaining dependence on `ldconfig -p` (#22828)
as well as DYLD_FALLBACK_LIBRARY_PATH (#24789).

fix #6742
vtjnash added a commit that referenced this issue Nov 27, 2017
This removes the last remaining dependence on `ldconfig -p` (#22828)
as well as DYLD_FALLBACK_LIBRARY_PATH (#24789).

fix #6742
vtjnash added a commit that referenced this issue Nov 27, 2017
This removes the last remaining dependence on `ldconfig -p` (#22828)
as well as DYLD_FALLBACK_LIBRARY_PATH (#24789).

fix #6742
vtjnash added a commit that referenced this issue Nov 27, 2017
This removes the last remaining dependence on `ldconfig -p` (#22828)
as well as DYLD_FALLBACK_LIBRARY_PATH (#24789).

fix #6742
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:mac Affects only macOS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant