search for: hivex_010_open

Displaying 5 results from an estimated 5 matches for "hivex_010_open".

2011 May 09
1
[PATCH] Don't rely on OCaml native compiler for tests
...vex.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 mlhivex.cma $< -o $@ -t/hivex_010_open: t/hivex_010_open.cmx mlhivex.cmxa +t/hivex_010_open: t/hivex_010_open.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 Dec 08
0
[hivex] [PATCH 4/8] ocaml: Add unit test for new RLenValue type
...ivex_120_rlenvalue.ml | 43 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 0 deletions(-) create mode 100644 ocaml/t/hivex_120_rlenvalue.ml diff --git a/.gitignore b/.gitignore index 820130e..13351e1 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ ocaml/t/hivex_010_open ocaml/t/hivex_020_root ocaml/t/hivex_100_errors ocaml/t/hivex_110_gc_handle +ocaml/t/hivex_120_rlenvalue ocaml/t/hivex_200_write ocaml/t/hivex_300_fold perl/blib diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index ca4c111..eb49431 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@...
2011 Oct 19
1
[hivex][PATCH 4/8] ocaml: Add unit test for new RLenValue type
...ivex_120_rlenvalue.ml | 42 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 0 deletions(-) create mode 100644 ocaml/t/hivex_120_rlenvalue.ml diff --git a/.gitignore b/.gitignore index 40a4780..9c17ac6 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ ocaml/t/hivex_010_open ocaml/t/hivex_020_root ocaml/t/hivex_100_errors ocaml/t/hivex_110_gc_handle +ocaml/t/hivex_120_rlenvalue ocaml/t/hivex_200_write ocaml/t/hivex_300_fold perl/blib diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index ca4c111..eb49431 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@...
2011 May 11
1
hivex: Test failure for Perl, OCaml, Python bindings on sparc
...-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", 9, "Bad address&qu...
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.