github-actions[bot] wrote:

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

* 4948 tests passed
* 7 tests skipped
* 1 test failed

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

### libc
<details>
<summary>libc.src/__support/CPP/libc.test.src.__support.CPP.atomic_test.__unit__.__build__</summary>

```
[32m[==========] [0mRunning 4 tests from 1 test suite.
[32m[ RUN      ] [0mLlvmLibcAtomicTest.LoadStore
[32m[       OK ] [0mLlvmLibcAtomicTest.LoadStore (2 us)
[32m[ RUN      ] [0mLlvmLibcAtomicTest.CompareExchangeStrong
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/CPP/atomic_test.cpp:29:
 FAILURE
      Expected: aint.compare_exchange_strong(desired, 100)
      Which is: 0
To be equal to: true
      Which is: 1
[31m[  FAILED  ] [0mLlvmLibcAtomicTest.CompareExchangeStrong
[32m[ RUN      ] [0mLlvmLibcAtomicTest.TrivialCompositeData
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/CPP/atomic_test.cpp:44:
 FAILURE
      Expected: data.load(__llvm_libc_23_0_0_git::cpp::MemoryOrder::RELAXED).a
      Which is: 119
To be equal to: 'a'
      Which is: 97
[31m[  FAILED  ] [0mLlvmLibcAtomicTest.TrivialCompositeData
[32m[ RUN      ] [0mLlvmLibcAtomicTest.AtomicRefTest
/home/gha/actions-runner/_work/llvm-project/llvm-project/libc/test/src/__support/CPP/atomic_test.cpp:57:
 FAILURE
      Expected: aint.load(__llvm_libc_23_0_0_git::cpp::MemoryOrder::RELAXED)
      Which is: 0
To be equal to: 123
      Which is: 123
[31m[  FAILED  ] [0mLlvmLibcAtomicTest.AtomicRefTest
Ran 4 tests.  PASS: 1  FAIL: 3

```
</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/196870
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to