Open ranjanan opened 8 years ago
I've commented out these tests
Here's the test result on current master:
julia> Pkg.test("Gallium")
INFO: Testing Gallium
WARNING: could not import StructIO.pack into COFF
Gallium.Hooking.#hook()
Gallium.Hooking.#hook()
ERROR: LoadError: LoadError: AssertionError: length(ips) >= 10
in (::##5#6)(::Gallium.Hooking.Hook, ::Gallium.X86_64.ExtendedRegs) at C:\Users
\julia\.julia\v0.5\Gallium\test\Hooking.jl:30
in _callback(::Ptr{Void}) at C:\Users\julia\.julia\v0.5\Gallium\src\Hooking\Hoo
king.jl:293
in callback(::Ptr{Void}) at C:\Users\julia\.julia\v0.5\Gallium\src\Hooking\Hook
ing.jl:330
in bigfib(::Int64) at C:\Users\julia\.julia\v0.5\Gallium\test\Hooking.jl:0
in include_from_node1(::String) at .\loading.jl:488 (repeats 2 times)
in process_options(::Base.JLOptions) at .\client.jl:262
in _start() at .\client.jl:318
while loading C:\Users\julia\.julia\v0.5\Gallium\test\Hooking.jl, in expression
starting on line 36
while loading C:\Users\julia\.julia\v0.5\Gallium\test\runtests.jl, in expression
starting on line 3
===============================[ ERROR: Gallium ]===============================
failed process: Process(`'C:\Users\julia\AppData\Local\Julia-0.5.0\bin\julia' -C
x86-64 '-JC:\Users\julia\AppData\Local\Julia-0.5.0\lib\julia\sys.dll' --compile=
yes --depwarn=yes --check-bounds=yes --code-coverage=none --color=yes --compilec
ache=yes 'C:\Users\julia\.julia\v0.5\Gallium\test\runtests.jl'`, ProcessExited(1
)) [1]
================================================================================
ERROR: Gallium had test errors
in #test#61(::Bool, ::Function, ::Array{AbstractString,1}) at .\pkg\entry.jl:74
0
in (::Base.Pkg.Entry.#kw##test)(::Array{Any,1}, ::Base.Pkg.Entry.#test, ::Array
{AbstractString,1}) at .\<missing>:0
in (::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#test,Tuple{Array{Abstract
String,1}}})() at .\pkg\dir.jl:31
in cd(::Base.Pkg.Dir.##2#3{Array{Any,1},Base.Pkg.Entry.#test,Tuple{Array{Abstra
ctString,1}}}, ::String) at .\file.jl:48
in #cd#1(::Array{Any,1}, ::Function, ::Function, ::Array{AbstractString,1}, ::V
ararg{Array{AbstractString,1},N}) at .\pkg\dir.jl:31
in (::Base.Pkg.Dir.#kw##cd)(::Array{Any,1}, ::Base.Pkg.Dir.#cd, ::Function, ::A
rray{AbstractString,1}, ::Vararg{Array{AbstractString,1},N}) at .\<missing>:0
in #test#3(::Bool, ::Function, ::String, ::Vararg{String,N}) at .\pkg\pkg.jl:25
8
in test(::String, ::Vararg{String,N}) at .\pkg\pkg.jl:258
I assume this is Gallium and ASTInterpreter master?
Yes.
On the latest tagged release and master of Gallium
my versioninfo():