search for: hivex_005_load

Displaying 3 results from an estimated 3 matches for "hivex_005_load".

2011 May 09
1
[PATCH] Don't rely on OCaml native compiler for tests
...ex_c.c $(CC) $(AM_CPPFLAGS) $(CFLAGS) -fPIC -Wall -c $< TESTS_ENVIRONMENT = \ - LD_LIBRARY_PATH=$(top_builddir)/lib/.libs \ + LD_LIBRARY_PATH=$(top_builddir)/lib/.libs:$(top_builddir)/ocaml \ $(VG) TESTS = \ @@ -59,33 +59,33 @@ TESTS = \ t/hivex_300_fold noinst_DATA += $(TESTS) -t/hivex_005_load: t/hivex_005_load.cmx mlhivex.cmxa +t/hivex_005_load: t/hivex_005_load.cmo mlhivex.cma mkdir -p t - $(OCAMLFIND) ocamlopt -cclib -L$(top_builddir)/lib/.libs -I . -package unix -linkpkg mlhivex.cmxa $< -o $@ + $(OCAMLFIND) ocamlc -cclib -L$(top_builddir)/lib/.libs -I . -package unix -linkpkg ml...
2011 May 11
1
hivex: Test failure for Perl, OCaml, Python bindings on sparc
...=== | make[1]: *** [check-TESTS] Error 1 | make[1]: Leaving directory `/home/bengen/hivex.git/python' | make: *** [check-am] Error 2 `---- ,---- | (sid)bengen at smetana:~/hivex.git/ocaml$ make check | make check-TESTS | make[1]: Entering directory `/home/bengen/hivex.git/ocaml' | PASS: t/hivex_005_load | PASS: t/hivex_010_open | PASS: t/hivex_020_root | 01 non-existent file | 02 closed handle | 03 write to read-only file | 04 node_get_child node not found | PASS: t/hivex_100_errors | PASS: t/hivex_110_gc_handle | PASS: t/hivex_200_write | Fatal error: exception Hivex.Error("node_values"...
2013 Jul 25
19
[PATCH hivex 00/19] Fix read/write handling of li-records.
This is, hopefully, a full fix for handling of li-records. See: https://bugzilla.redhat.com/show_bug.cgi?id=717583 https://bugzilla.redhat.com/show_bug.cgi?id=987463 Rich.