llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.26k stars 12.09k forks source link

[libc] re-enable issignaling_c_test / iscanonical_c_test tests #114618

Open nickdesaulniers opened 3 weeks ago

nickdesaulniers commented 3 weeks ago

Landing https://github.com/llvm/llvm-project/pull/114566 broke 2 tests added in https://github.com/llvm/llvm-project/pull/111403. I'm going to disable them for now. Let's figure out why these aren't working, then get them re-enabled.

$ cmake ../runtimes -G Ninja -DLLVM_ENABLE_LLD=ON -DCMAKE_BUILD_TYPE=Debug -DLLVM_ENABLE_RUNTIMES="libc" -DLLVM_LIBC_FULL_BUILD=ON
$ ninja libc_include_tests
llvmbot commented 3 weeks ago

@llvm/issue-subscribers-libc

Author: Nick Desaulniers (nickdesaulniers)

Landing https://github.com/llvm/llvm-project/pull/114566 broke 2 tests added in https://github.com/llvm/llvm-project/pull/111403. I'm going to disable them for now. Let's figure out why these aren't working, then get them re-enabled.