Hi all, from llvm-trunk I'm getting this failure: llvm[0]: Running test suite make[1]: Entering directory `/home/rleissa/projects/llvm/build_debug/test' Making a new site.exp file... Making LLVM 'lit.site.cfg' file... Making LLVM unittest 'lit.site.cfg' file... make -C /home/rleissa/projects/llvm/build_debug/test/../tools/clang/test lit.site.cfg Unit/lit.site.cfg make[2]: Entering directory `/home/rleissa/projects/llvm/build_debug/tools/clang/test' Making Clang 'lit.site.cfg' file... Making Clang 'Unit/lit.site.cfg' file... make[2]: Leaving directory `/home/rleissa/projects/llvm/build_debug/tools/clang/test' ( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; \ /home/rleissa/projects/llvm/llvm/utils/lit/lit.py -s -v . /home/rleissa/projects/llvm/build_debug/test/../tools/clang/test ) lit.py: lit.cfg:175: note: using clang: '/home/rleissa/projects/llvm/build_debug/Debug+Asserts+Checks/bin/clang' FAIL: LLVM :: Bindings/Ocaml/ext_exc.ml (4914 of 10524) ******************** TEST 'LLVM :: Bindings/Ocaml/ext_exc.ml' FAILED ******************** Script: -- /usr/bin/ocamlopt -cc \"g++ -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT\" -I /home/rleissa/projects/llvm/build_debug/Debug+Asserts+Checks/lib/ocaml -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_executionengine.cmxa /home/rleissa/projects/llvm/llvm/test/Bindings/Ocaml/ext_exc.ml -o /home/rleissa/projects/llvm/build_debug/test/Bindings/Ocaml/Output/ext_exc.ml.tmp /home/rleissa/projects/llvm/build_debug/test/Bindings/Ocaml/Output/ext_exc.ml.tmp </dev/null -- Exit Code: 134 Command Output (stderr): -- ext_exc.ml.tmp: /home/rleissa/projects/llvm/llvm/lib/Support/StreamableMemoryObject.cpp:23: {anonymous}::RawMemoryObject::RawMemoryObject(const unsigned char*, const unsigned char*): Assertion `LastChar > FirstChar && "Invalid start/end range"' failed. /home/rleissa/projects/llvm/build_debug/test/Bindings/Ocaml/Output/ext_exc.ml.script: line 4: 14804 Aborted '/home/rleissa/projects/llvm/build_debug/test/Bindings/Ocaml/Output/ext_exc.ml.tmp' < '/dev/null' -- ******************** Testing Time: 148.11s ******************** Failing Tests (1): LLVM :: Bindings/Ocaml/ext_exc.ml Expected Passes : 8974 Expected Failures : 52 Unsupported Tests : 1497 Unexpected Failures: 1 make[1]: *** [check-local-all] Error 1 make[1]: Leaving directory `/home/rleissa/projects/llvm/build_debug/test' make: *** [check-all] Error 2 Is this a known problem or am I missing sth? -- Roland
Roland Leißa <leissa <at> cs.uni-saarland.de> writes:> > Hi all, > > from llvm-trunk I'm getting this failure: >[...]> FAIL: LLVM :: Bindings/Ocaml/ext_exc.ml (4914 of 10524) > ******************** TEST 'LLVM :: Bindings/Ocaml/ext_exc.ml' FAILED \ > ********************[...]> ext_exc.ml.tmp: >/home/rleissa/projects/llvm/llvm/lib/Support/StreamableMemoryObject.cpp:23: > {anonymous}::RawMemoryObject::RawMemoryObject(const unsigned char*, \ > const unsigned char*): > Assertion `LastChar > FirstChar && "Invalid start/end range"' failed.[...]> > Is this a known problem or am I missing sth? >I get this too. FWIW, I'm building on CentOS 6/x86-64, gcc 4.4.6. Anybody?