[clang] [clang][bytecode] Fix assignInteger() with allocated primtypes (PR #145302)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 23 06:08:54 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-debian-cpp20` running on `clang-debian-cpp20` while building `clang` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/108/builds/14393
<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 :: ./AllClangUnitTests/34/48' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/tools/clang/unittests/./AllClangUnitTests-Clang-Unit-3204704-34-48.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=48 GTEST_SHARD_INDEX=34 /vol/worker/clang-debian-cpp20/clang-debian-cpp20/build/tools/clang/unittests/./AllClangUnitTests
--
Note: This is test shard 35 of 48.
[==========] Running 510 tests from 104 test suites.
[----------] Global test environment set-up.
[----------] 1 test from MinimizeSourceToDependencyDirectivesTest
[ RUN ] MinimizeSourceToDependencyDirectivesTest.SplitIdentifier
[ OK ] MinimizeSourceToDependencyDirectivesTest.SplitIdentifier (0 ms)
[----------] 1 test from MinimizeSourceToDependencyDirectivesTest (0 ms total)
[----------] 1 test from LexerTest
[ RUN ] LexerTest.GetSourceTextInMiddleOfMacroArgument
[ OK ] LexerTest.GetSourceTextInMiddleOfMacroArgument (0 ms)
[----------] 1 test from LexerTest (0 ms total)
[----------] 1 test from PPCallbacksTest
[ RUN ] PPCallbacksTest.OpenCLExtensionPragmaDisabled
[ OK ] PPCallbacksTest.OpenCLExtensionPragmaDisabled (0 ms)
[----------] 1 test from PPCallbacksTest (1 ms total)
[----------] 1 test from ToolChainTest
[ RUN ] ToolChainTest.VFSGnuLibcxxPathNoSysroot
[ OK ] ToolChainTest.VFSGnuLibcxxPathNoSysroot (1 ms)
[----------] 1 test from ToolChainTest (1 ms total)
[----------] 1 test from MultilibTest
[ RUN ] MultilibTest.SelectHard
[ OK ] MultilibTest.SelectHard (0 ms)
[----------] 1 test from MultilibTest (0 ms total)
[----------] 2 tests from ExprMutationAnalyzerTest
[ RUN ] ExprMutationAnalyzerTest.ArrayToPointerDecay
[ OK ] ExprMutationAnalyzerTest.ArrayToPointerDecay (5 ms)
[ RUN ] ExprMutationAnalyzerTest.PointeeMutatedByAssign
[ OK ] ExprMutationAnalyzerTest.PointeeMutatedByAssign (12 ms)
[----------] 2 tests from ExprMutationAnalyzerTest (17 ms total)
[----------] 1 test from ArenaTest
[ RUN ] ArenaTest.GetOrCreateDisjunctionReturnsSameExprOnSubsequentCalls
[ OK ] ArenaTest.GetOrCreateDisjunctionReturnsSameExprOnSubsequentCalls (0 ms)
[----------] 1 test from ArenaTest (0 ms total)
[----------] 1 test from EnvironmentTest
[ RUN ] EnvironmentTest.LambdaCapturingThisInFieldInitializer
[ OK ] EnvironmentTest.LambdaCapturingThisInFieldInitializer (3 ms)
[----------] 1 test from EnvironmentTest (3 ms total)
...
```
</details>
https://github.com/llvm/llvm-project/pull/145302
More information about the cfe-commits
mailing list