Issue 131115
Summary `LLVM :: Bindings/OCaml/debuginfo.ml` tests are failing
Labels new issue
Assignees
Reporter mgorny
    For a while now, too — sorry for not reporting it earlier:

```
-- Testing: 13 tests, 13 workers --
Testing:  0.. 10.. 20.. 30.. 40
FAIL: LLVM :: Bindings/OCaml/debuginfo.ml (11 of 13)
******************** TEST 'LLVM :: Bindings/OCaml/debuginfo.ml' FAILED ********************
Exit Code: 10

Command Output (stderr):
--
RUN: at line 1: rm -rf /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp && mkdir -p /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp && cp /home/mgorny/llvm-project/llvm/test/Bindings/OCaml/debuginfo.ml /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/debuginfo.ml && cp /home/mgorny/llvm-project/llvm/test/Bindings/OCaml/Utils/Testsuite.ml /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/Testsuite.ml
+ rm -rf /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp
+ mkdir -p /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp
+ cp /home/mgorny/llvm-project/llvm/test/Bindings/OCaml/debuginfo.ml /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/debuginfo.ml
+ cp /home/mgorny/llvm-project/llvm/test/Bindings/OCaml/Utils/Testsuite.ml /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/Testsuite.ml
RUN: at line 2: /usr/bin/ocamlfind ocamlc -cclib -L/home/mgorny/llvm-project/build/lib  -g -w +A -package llvm.all_backends -package llvm.target -package llvm.analysis -package llvm.debuginfo -I /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/ -linkpkg /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/Testsuite.ml /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/debuginfo.ml -o /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/executable
+ /usr/bin/ocamlfind ocamlc -cclib -L/home/mgorny/llvm-project/build/lib -g -w +A -package llvm.all_backends -package llvm.target -package llvm.analysis -package llvm.debuginfo -I /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/ -linkpkg /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/Testsuite.ml /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/debuginfo.ml -o /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/executable
File "/home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/Testsuite.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
File "/home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/debuginfo.ml", line 1:
Warning 70 [missing-mli]: Cannot find interface file.
RUN: at line 3: /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/executable | /home/mgorny/llvm-project/build/bin/FileCheck /home/mgorny/llvm-project/llvm/test/Bindings/OCaml/debuginfo.ml
+ /home/mgorny/llvm-project/build/test/Bindings/OCaml/Output/debuginfo.ml.tmp/executable
+ /home/mgorny/llvm-project/build/bin/FileCheck /home/mgorny/llvm-project/llvm/test/Bindings/OCaml/debuginfo.ml
FAILED: //module_level_tests #5
FAILED: //module_level_tests #6
FAILED: //module_level_tests #7
FAILED: //function_level_tests #1
FAILED: //function_level_tests #3
FAILED: //basic_block and instructions tests #4
FAILED: //global variable _expression_ tests #3
FAILED: //type tests #1
FAILED: //type tests #4
FAILED: //type tests #11

--

********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
********************
Failed Tests (1):
  LLVM :: Bindings/OCaml/debuginfo.ml


Testing Time: 11.43s
```

To reproduce:
```
cmake ../llvm -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DLLVM_ENABLE_CURL=ON -DLLVM_ENABLE_HTTPLIB=ON -DLLVM_CCACHE_BUILD=ON
ninja check-llvm-bindings-ocaml
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to