[llvm-branch-commits] [clang] release/23.x: [clang-repl] Don't double-remove extern "C" decls from the IdResolver (#218129) (PR #218220)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Aug 23 02:53:02 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 99413 tests passed
* 2995 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### libc
<details>
<summary>libc.src/sys/socket/linux/libc.test.src.sys.socket.linux.sockatmark_test.__build__</summary>

```
[32m[==========] [0mRunning 3 tests from 1 test suite.
[32m[ RUN      ] [0mLlvmLibcSockatmarkTest.SocketpairReturnsFalse
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/sys/socket/linux/sockatmark_test.cpp:37: FAILURE
Failed to match LIBC_NAMESPACE::sockatmark(sockpair[0]) against Succeeds(0).
Expected return value to be equal to 0 but got -1.
Expected errno to be equal to 0(0) but got ENOTSUP(95).
[31m[  FAILED  ] [0mLlvmLibcSockatmarkTest.SocketpairReturnsFalse
[32m[ RUN      ] [0mLlvmLibcSockatmarkTest.InvalidFdFails
[32m[       OK ] [0mLlvmLibcSockatmarkTest.InvalidFdFails (1 us)
[32m[ RUN      ] [0mLlvmLibcSockatmarkTest.NonSocketFdFails
[32m[       OK ] [0mLlvmLibcSockatmarkTest.NonSocketFdFails (8 us)
Ran 3 tests.  PASS: 2  FAIL: 1

```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

https://github.com/llvm/llvm-project/pull/218220


More information about the llvm-branch-commits mailing list