Changeset f6b87643


Ignore:
Timestamp:
12/03/2023 09:28:27 AM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
882979cd
Parents:
4614dc1
Message:

llvm: Remove a hanging test "getline_nohang.cpp"

This test hangs in a QEMU VM running LFS r12.0-102 (built with jhalfs
w/o any modification) even if -fsanitize=thread is not used... While
it's difficult to root cause the issue, let's not hang forever.

Link:https://github.com/llvm/llvm-project/issues/39012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r4614dc1 rf6b87643  
    342342
    343343<screen remap="doc"><userinput>ninja docs-clang-html docs-clang-man</userinput></screen>
     344
     345    <!-- https://github.com/llvm/llvm-project/issues/39012 -->
     346    <para>
     347      If you wish to run the tests, remove a test case known to hang
     348      indefinitely on some systems:
     349    </para>
     350
     351    <screen remap='test'><userinput>rm -f ../projects/compiler-rt/test/tsan/getline_nohang.cpp</userinput></screen>
    344352
    345353    <!-- The excessive core dump made my system irresponsive.  -->
Note: See TracChangeset for help on using the changeset viewer.