Commit graph

17 commits

Author SHA1 Message Date
Nikita Popov
8e5e183f85 Allow python3.12-lldb in test 2024-08-09 09:36:50 +02:00
Jesus Checa Hidalgo
d69918d2f8 Add pre-commit config
Add pre-commit hooks for trailing whitespaces and newline at file end
Add pre-commit hook for tmt linting
Add pre-commit hook for static analysis on shell scripts (shellcheck)
Fixed issues flagged by shellcheck.
2024-08-05 09:48:18 +02:00
Jesus Checa Hidalgo
3e0a05df6c Fix readme formatting 2024-04-02 08:55:51 +02:00
Jesus Checa Hidalgo
443a26a24d Add documentation to README.md 2024-03-07 16:50:23 +01:00
Jesus Checa Hidalgo
a07664eccf Refactor build-gating plan
Move to dedicated directory. Removed no longer needed package
adjustments which are now provided by the tests. Also included
the integration testsuite to the plan and added the needed
prepare steps for it
2024-03-07 14:08:50 +01:00
Jesus Checa Hidalgo
fa120530f1 Move tests to subdirectory and gather common metadata in tests/main.fmf 2024-03-07 13:51:56 +01:00
Tulio Magno Quites Machado Filho
ffe7fa64b2 Update lldb output in LLVM 17.0
There have been a few changes that require to modify the regexes used in
lldb-std-vector-prettyprint and in python-embedded-interpreter.
2023-08-09 19:08:51 -03:00
Tulio Magno Quites Machado Filho
052a886fd0 lldb-std-vector-prettyprint: Update lldb output
lldb started to print the type used in the template.
2023-03-21 15:54:43 -03:00
Edjunior Machado
af3dcbf8a1 Add llvm-toolset-15.0 2022-09-29 10:25:03 +02:00
Jesus Checa Hidalgo
208cf98117 lldb-dwz: use a reproducible test
This test used /usr/bin/true to check that lldb doesn't crash with
DW_FORM values 0x1f20 and 0x1f21, but this is not happening in all
distros. Also there's no way to guarantee that it will stay this
way in future distros as well. Replaced with a a reproducible test
that generates debug info with the required DW_FORM values
2022-08-23 12:26:20 +02:00
Jesus Checa Hidalgo
fc28d8cd09 python-embedded-interpreter: fix line breakpoint
Breaking in line 9 was actually out of main() context
which might cause issues. Corrected to point to line 8
2022-07-15 12:30:16 +02:00
Jesus Checa Hidalgo
2c73313075 Add gating testplan 2022-07-13 10:09:05 +02:00
Jesus Checa Hidalgo
125e4514d1 Add nitrate metadata 2022-07-13 10:05:17 +02:00
Jesus Checa Hidalgo
a8cc88906c Import the tests from lldb dist-git 2022-07-13 09:53:06 +02:00
Jesus Checa Hidalgo
7744bcc340 Initialize tmt 2022-07-13 08:25:17 +02:00
Jesus Checa Hidalgo
acfc82b341 Add license files 2022-07-12 18:16:58 +02:00
59589a3599 Added the README 2022-07-11 14:58:02 +00:00