[llvm] [OpenMP] Use range-based for loops (NFC) (PR #103511)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 21:05:22 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-aarch64-windows` running on `linaro-armv8-windows-msvc-05` while building `llvm` at step 6 "test".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/141/builds/1570

Here is the relevant piece of the build log for the reference:
```
Step 6 (test) failure: build (failure)
...
PASS: lldb-unit :: Expression/./ExpressionTests.exe/11/12 (1774 of 2001)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/2/12 (1775 of 2001)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/4/12 (1776 of 2001)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/3/12 (1777 of 2001)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/6/12 (1778 of 2001)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/5/12 (1779 of 2001)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/8/12 (1780 of 2001)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/7/12 (1781 of 2001)
PASS: lldb-unit :: Expression/./ExpressionTests.exe/9/12 (1782 of 2001)
PASS: lldb-unit :: Host/./HostTests.exe/0/8 (1783 of 2001)
FAIL: lldb-unit :: Host/./HostTests.exe/1/8 (1784 of 2001)
******************** TEST 'lldb-unit :: Host/./HostTests.exe/1/8' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\unittests\Host\.\HostTests.exe-lldb-unit-8644-1-8.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=8 GTEST_SHARD_INDEX=1 C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\unittests\Host\.\HostTests.exe
--

Script:
--
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\unittests\Host\.\HostTests.exe --gtest_filter=PipeTest.WriteWithTimeout
--
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\unittests\Host\PipeTest.cpp(120): error: Expected: (dur) >= (std::chrono::milliseconds(200)), actual: 8-byte object <40-16 DF-0B 00-00 00-00> vs 8-byte object <C8-00 00-00 00-00 00-00>


C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\unittests\Host\PipeTest.cpp:120
Expected: (dur) >= (std::chrono::milliseconds(200)), actual: 8-byte object <40-16 DF-0B 00-00 00-00> vs 8-byte object <C8-00 00-00 00-00 00-00>



********************
PASS: lldb-unit :: Host/./HostTests.exe/2/8 (1785 of 2001)
PASS: lldb-unit :: Host/./HostTests.exe/4/8 (1786 of 2001)
PASS: lldb-unit :: Host/./HostTests.exe/5/8 (1787 of 2001)
PASS: lldb-unit :: Host/./HostTests.exe/6/8 (1788 of 2001)
PASS: lldb-unit :: Host/./HostTests.exe/7/8 (1789 of 2001)
PASS: lldb-unit :: Host/common/./HostCommonTests.exe/0/3 (1790 of 2001)
PASS: lldb-unit :: Host/common/./HostCommonTests.exe/1/3 (1791 of 2001)
PASS: lldb-unit :: Host/common/./HostCommonTests.exe/2/3 (1792 of 2001)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/0/8 (1793 of 2001)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/1/8 (1794 of 2001)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/2/8 (1795 of 2001)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/3/8 (1796 of 2001)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/4/8 (1797 of 2001)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/5/8 (1798 of 2001)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/6/8 (1799 of 2001)
PASS: lldb-unit :: Instruction/./EmulatorTests.exe/7/8 (1800 of 2001)
PASS: lldb-unit :: Interpreter/./InterpreterTests.exe/0/8 (1801 of 2001)
PASS: lldb-unit :: Interpreter/./InterpreterTests.exe/1/8 (1802 of 2001)
PASS: lldb-unit :: Interpreter/./InterpreterTests.exe/2/8 (1803 of 2001)

```

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


More information about the llvm-commits mailing list