[Lldb-commits] [lldb] [LLDB]Fix test crash (PR #129921)
Vy Nguyen via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 5 12:34:15 PST 2025
oontvoo wrote:
P.S: Verified that it no longer crashed:
```
vyng at web:~/repo/oontvoo/llvm-project/build$ lldb ./tools/lldb/unittests/Core/LLDBCoreTests
(lldb) target create "./tools/lldb/unittests/Core/LLDBCoreTests"
Current executable set to '~/repo/oontvoo/llvm-project/build/tools/lldb/unittests/Core/LLDBCoreTests' (x86_64).
(lldb) env GTEST_SHUFFLE=1
(lldb) env GTEST_TOTAL_SHARDS=17
(lldb) env GTEST_SHARD_INDEX=13
(lldb) env
target.env-vars (dictionary of strings) =
GTEST_SHARD_INDEX=13
GTEST_SHUFFLE=1
GTEST_TOTAL_SHARDS=17
(lldb) run
Process 3437730 launched: '~/repo/oontvoo/llvm-project/build/tools/lldb/unittests/Core/LLDBCoreTests' (x86_64)
Note: This is test shard 14 of 17.
Note: Randomizing tests' orders with a seed of 61877 .
[==========] Running 4 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 1 test from TelemetryTest
[ RUN ] TelemetryTest.PluginTest
[ OK ] TelemetryTest.PluginTest (0 ms)
[----------] 1 test from TelemetryTest (0 ms total)
[----------] 1 test from DumpDataExtractorTest
[ RUN ] DumpDataExtractorTest.MultiLine
[ OK ] DumpDataExtractorTest.MultiLine (0 ms)
[----------] 1 test from DumpDataExtractorTest (0 ms total)
[----------] 1 test from ProgressReportTest
[ RUN ] ProgressReportTest.TestMinimumReportTime
[ OK ] ProgressReportTest.TestMinimumReportTime (1503 ms)
[----------] 1 test from ProgressReportTest (1503 ms total)
[----------] 1 test from MangledTest
[ RUN ] MangledTest.EmptyForInvalidName
[ OK ] MangledTest.EmptyForInvalidName (0 ms)
[----------] 1 test from MangledTest (0 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 4 test suites ran. (1503 ms total)
[ PASSED ] 4 tests.
Process 3437730 exited with status = 0 (0x00000000)
(lldb) quit
```
https://github.com/llvm/llvm-project/pull/129921
More information about the lldb-commits
mailing list