[compiler-rt] [llvm] [ORC][Runtime] Enhancing ELF Platform with Push-Request Model for Initializers (PR #102846)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 28 01:23:46 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-darwin` running on `doug-worker-3` while building `compiler-rt,llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/23/builds/3440
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'Clang-Unit :: AST/./ASTTests/4/15' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/unittests/AST/./ASTTests-Clang-Unit-67064-4-15.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=15 GTEST_SHARD_INDEX=4 /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/unittests/AST/./ASTTests
--
Note: This is test shard 5 of 15.
[==========] Running 244 tests from 88 test suites.
[----------] Global test environment set-up.
[----------] 1 test from GetParents
[ RUN ] GetParents.ReturnsParentInsideTemplateInstantiations
[ OK ] GetParents.ReturnsParentInsideTemplateInstantiations (18 ms)
[----------] 1 test from GetParents (18 ms total)
[----------] 1 test from Traverse
[ RUN ] Traverse.LambdaUnlessSpelledInSource
[ OK ] Traverse.LambdaUnlessSpelledInSource (5 ms)
[----------] 1 test from Traverse (5 ms total)
[----------] 1 test from ASTNodeKind
[ RUN ] ASTNodeKind.ConstexprIsNone
[ OK ] ASTNodeKind.ConstexprIsNone (0 ms)
[----------] 1 test from ASTNodeKind (0 ms total)
[----------] 1 test from ASTVectorTest
[ RUN ] ASTVectorTest.Compile
[ OK ] ASTVectorTest.Compile (0 ms)
[----------] 1 test from ASTVectorTest (0 ms total)
[----------] 4 tests from CommentLexerTest
[ RUN ] CommentLexerTest.DoxygenCommand3
[ OK ] CommentLexerTest.DoxygenCommand3 (0 ms)
[ RUN ] CommentLexerTest.VerbatimBlock6
[ OK ] CommentLexerTest.VerbatimBlock6 (0 ms)
[ RUN ] CommentLexerTest.HTML9
[ OK ] CommentLexerTest.HTML9 (0 ms)
[ RUN ] CommentLexerTest.HTMLCharacterReferences3
[ OK ] CommentLexerTest.HTMLCharacterReferences3 (0 ms)
[----------] 4 tests from CommentLexerTest (0 ms total)
[----------] 4 tests from CommentParserTest
[ RUN ] CommentParserTest.Basic1
=== Source:
//
=== AST:
FullComment 0x7fb48980f200
[ OK ] CommentParserTest.Basic1 (0 ms)
[ RUN ] CommentParserTest.TParamCommand2
=== Source:
// \tparam\brief
...
```
</details>
https://github.com/llvm/llvm-project/pull/102846
More information about the llvm-commits
mailing list