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

Pkg.test("DebuggerFramework") fails on Windows #4

Open
bmharsha opened this issue Dec 21, 2017 · 0 comments
Open

Pkg.test("DebuggerFramework") fails on Windows #4

bmharsha opened this issue Dec 21, 2017 · 0 comments

Comments

@bmharsha
Copy link

Exact error message can be found below

julia> Pkg.test("DebuggerFramework")
INFO: Computing test dependencies for DebuggerFramework...
INFO: Installing AbstractTrees v0.1.0
INFO: Installing VT100 v0.2.3
INFO: Testing DebuggerFramework
ERROR: LoadError: LoadError: UndefVarError: PTY not defined
Stacktrace:
 [1] include_from_node1(::String) at .\loading.jl:576
 [2] include(::String) at .\sysimg.jl:14
 [3] include_from_node1(::String) at .\loading.jl:576
 [4] include(::String) at .\sysimg.jl:14
 [5] process_options(::Base.JLOptions) at .\client.jl:305
 [6] _start() at .\client.jl:371
while loading C:\Users\harsha\AppData\Local\JuliaPro-0.6.2.1\pkgs-0.6.2.1\v0.6\VT100\test\TerminalRegressionTests.jl, in expression starting on line 42
while loading C:\Users\harsha\AppData\Local\JuliaPro-0.6.2.1\pkgs-0.6.2.1\v0.6\DebuggerFramework\test\runtests.jl, in expression starting on line 19
==========================[ ERROR: DebuggerFramework ]==========================

failed process: Process(`'C:\Users\harsha\AppData\Local\JuliaPro-0.6.2.1\Julia-0.6.2\bin\julia.exe' -Cx86-64 '-JC:\Users\harsha\AppData\Local\JuliaPro-0.6.2.1\Julia-0.6.2\lib\julia\sys.dll' --compile=yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilecache=yes 'C:\Users\harsha\AppData\Local\JuliaPro-0.6.2.1\pkgs-0.6.2.1\v0.6\DebuggerFramework\test\runtests.jl'`, ProcessExited(1)) [1]

================================================================================
INFO: Removing AbstractTrees v0.1.0
INFO: Removing VT100 v0.2.3
ERROR: DebuggerFramework had test errors

I tested this on both DebuggerFramework master and on latest tagged version
OS = Windows 10
Julia version = 0.6.2

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

No branches or pull requests

1 participant