[clang] [libclang/python] Properly report errors when test fails (PR #142371)

2025-06-02 Thread Jannick Kremer via cfe-commits
https://github.com/DeinAlptraum closed https://github.com/llvm/llvm-project/pull/142371 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [libclang/python] Properly report errors when test fails (PR #142371)

2025-06-02 Thread Vlad Serebrennikov via cfe-commits
https://github.com/Endilll approved this pull request. https://github.com/llvm/llvm-project/pull/142371 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [libclang/python] Properly report errors when test fails (PR #142371)

2025-06-02 Thread Jannick Kremer via cfe-commits
DeinAlptraum wrote: @Endilll I was too lazy to reproduce the exact issue (installing 32bit library and rebuilding Clang etc.) but I've forced this with a different error. The symptom (`EEE%` output on testing runs) is not specific to that one issue, but occurs whenever the `get_cindex_lib

[clang] [libclang/python] Properly report errors when test fails (PR #142371)

2025-06-02 Thread Vlad Serebrennikov via cfe-commits
https://github.com/Endilll commented: Have you reproduced the issue and checked that this fix does what's it supposed to do? https://github.com/llvm/llvm-project/pull/142371 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.or

[clang] [libclang/python] Properly report errors when test fails (PR #142371)

2025-06-02 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Jannick Kremer (DeinAlptraum) Changes test_cdb.py's test_create_fail captures stderr to suppress output but did not release it in case the test fails. --- Full diff: https://github.com/llvm/llvm-project/pull/142371.diff 1 Files Affected

[clang] [libclang/python] Properly report errors when test fails (PR #142371)

2025-06-02 Thread Jannick Kremer via cfe-commits
DeinAlptraum wrote: This issue has been raised in https://github.com/llvm/llvm-project/pull/142353#pullrequestreview-2887698305 https://github.com/llvm/llvm-project/pull/142371 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm

[clang] [libclang/python] Properly report errors when test fails (PR #142371)

2025-06-02 Thread Jannick Kremer via cfe-commits
https://github.com/DeinAlptraum created https://github.com/llvm/llvm-project/pull/142371 test_cdb.py's test_create_fail captures stderr to suppress output but did not release it in case the test fails. >From 4b16005e56a631c4459bca55fb396483eeea3ac6 Mon Sep 17 00:00:00 2001 From: Jannick Kremer