Martin Coufal
7a7420d7f4
Regression/bz434601-timedlock-segfault: use pthread in compilation
...
We use fedora tests for RHEL testing as well and some of the older
releases do not have libpthread -> libc merge, so we need the '-pthread'
option to compile the tests successfully.
2024-10-29 09:08:50 +00:00
Martin Coufal
8587305be0
tests/: relevancy updates
...
Rhel testing requires some relevancy updates in following tests:
* tests/Regression/ESTALE-error-message-translation-regression-from-RHEL7
* tests/Regression/bz1988382-annocheck-reports-pie-pic-test-failures-on
* tests/Regression/bz2007417-glibc-ldd-segfaults-when-inspecting
* tests/Regression/bz2024347-glibc-Optional-sched-getcpu-acceleration-using
* tests/Regression/bz2027789-glibc-backtrace-function-crashes-without-vdso-on
* tests/Sanity/bz2023420-glibc-Backport-ld-so-list-diagnostics
2024-09-20 13:29:17 +00:00
Sergey Kolosov
76510cb6c3
CI Tests: mark tests for tiers
2024-08-04 17:48:06 +02:00
Sergey Kolosov
6544ca1016
CI Tests: Regression/bz1430477-glibc-Missing-else-branch-in-libc-calloc: adds support for latest distros
2024-07-10 15:41:18 +02:00
Sergey Kolosov
ecb359903b
CI Tests: Regression/bz1612448-glibc-debuginfo-does-not-have-gdb-index: use require instead of recommend
2024-07-10 15:41:18 +02:00
Sergey Kolosov
c6d9960c4a
CI Tests: Regression/bz1563046-getlogin-r-return-early-when-linux-sentinel-value: use require instead of recommend
2024-07-10 15:41:18 +02:00
Sergey Kolosov
2112d49089
CI Tests: Regression/bz1612448-glibc-debuginfo-does-not-have-gdb-index: removes outdated glibc-debuginfo-common dependency
2024-07-10 15:41:18 +02:00
Sergey Kolosov
2d64356328
CI Tests: Regression/bz1563046-getlogin-r-return-early-when-linux-sentinel-value: removes outdated glibc-debuginfo-common dependency
2024-07-10 15:41:18 +02:00
Sergey Kolosov
aaf67f6194
CI Tests: Regression/bz1612448-glibc-debuginfo-does-not-have-gdb-index: removes outdated glibc-debuginfo-common dependency
2024-07-10 15:41:18 +02:00
Sergey Kolosov
a6d2abe702
CI Tests: Regression/bz1563046-getlogin-r-return-early-when-linux-sentinel-value: removes outdated glibc-debuginfo-common dependency
2024-07-10 15:41:18 +02:00
Martin Coufal
4720899564
CI Tests: disable Regression/bz863384-getaddrinfo-fails-to-return-FQDN-for-AF_INET-and-AF_INET6 on rhel10
...
* package perl-Net-DNS-Nameserver removed from rhel-10, test needs to be
rewritten, disable for rhel10 until then
2024-04-26 13:11:40 +00:00
Martin Coufal
86c3f272ad
CI Tests: make Regression/ESTALE-error-message-translation-regression-from-RHEL7 rhel-10 compatible
2024-03-28 16:28:21 +01:00
Sergey Kolosov
205275b675
CI Tests: makes tests/Regression/ESTALE-error-message-translation-regression-from-RHEL7 compatible with RHEL
2024-03-12 18:32:23 +01:00
Sergey Kolosov
9d961552f7
CI Tests: tests/Regression/bz2115831-glibc-missing-gnu-debuglink-section-in: disabled until the bug will be fixed
2024-03-06 14:57:01 +01:00
Sergey Kolosov
60e20f67b6
CI Tests: tests/Regression/bz1661513-glibc-Adjust-to-rpms-find-debuginfo-sh-changes-to-keep-stripping-binaries: set order to 1000 to avoid removing glibc-debuginfo package for other tests
2024-03-06 14:44:49 +01:00
Sergey Kolosov
4246727bc0
CI Tests: tests/Regression/bz2115831-glibc-missing-gnu-debuglink-section-in: fixes libc.so.6 search path
2024-03-05 11:43:40 +01:00
Sergey Kolosov
51fcca6292
CI Tests: tests/Regression/bz2115831-glibc-missing-gnu-debuglink-section-in: require glibc-debuginfo
2024-03-05 11:43:40 +01:00
Sergey Kolosov
c7aa4fc83f
CI Tests: tests/Regression/bz2115831-glibc-missing-gnu-debuglink-section-in: adjust test for future RHEL versions
2024-03-05 11:43:40 +01:00
Sergey Kolosov
fa5d2d58b2
CI Tests: updates zh_CN translation for tests/Regression/ESTALE-error-message-translation-regression-from-RHEL7
2024-03-05 11:43:40 +01:00
Sergey Kolosov
71d41742d1
CI Tests: fix Fedora support for tests/Regression/bz2115831-glibc-missing-gnu-debuglink-section-in
2024-03-05 11:43:40 +01:00
Sergey Kolosov
b07a1b7660
CI Tests: test coverage improvement
2024-03-05 11:43:40 +01:00
Martin Coufal
51c6ed86e2
CI tests: fix Regression/bz1661513-glibc-Adjust-to-rpms-find-debuginfo-sh-changes-to-keep-stripping-binaries
...
Destination (name) of ld.so symlink can change and assert fails. Use
readlink to get proper filename to be checked.
2024-02-28 09:55:29 +01:00
Martin Coufal
7ce2803ac6
CI Test: fix /tests/Regression/bz488748-inet6-opt-init-sets-incorrect-header-len
...
* add '-D_GNU_SOURCE' to compilation as 'inet6_opt_init' is a GNU
extension
2024-02-02 14:30:22 +00:00
Martin Coufal
ea742f068a
CI Tests: fix /tests/Standardscompliance/bz531160-ldd-Vulnerable-to-Social-Engineering-Exploits
...
* include 'unistd.h'
2024-02-02 14:30:22 +00:00
Martin Coufal
cace4f829d
CI Tests: fix /tests/Sanity/basic-linking-sanity
...
* use 'fclose'
* add missing includes
2024-02-02 14:30:22 +00:00
Martin Coufal
82e9f5dfc6
CI Tests: fix /tests/Regression/double_free_exploit
...
* add missing casts to int
* add missing includes
2024-02-02 14:30:22 +00:00
Martin Coufal
9b8bc360e1
CI Tests: fix /tests/Regression/bz827362-RHEL6-2-ftell-after-fseek-moves-the-offset-on-a
...
* include 'wchar.h'
2024-02-02 14:30:22 +00:00
Martin Coufal
306c1b65fa
CI Tests: fix /tests/Regression/bz600457-locally-defined-symbol-resolving-failure
...
* add includes
2024-02-02 14:30:22 +00:00
Martin Coufal
9ba57dfb0e
CI Tests: fix /tests/Regression/bz549813-dl-close-race-with-C-destructor
...
* include 'unistd.h'
2024-02-02 14:30:22 +00:00
Martin Coufal
ec13b9b33e
CI Tests: fix /tests/Regression/bz529997-sem_timedwait-with-invalid-time
...
* include 'unistd.h'
2024-02-02 14:30:22 +00:00
Martin Coufal
d1b1cc9c26
CI Tests: fix Regression/bz455360-RHEL4-vfprintf-call-goes-into-recursive
...
* add 'gcc' to required packages
* include 'unistd.h'
2024-02-02 14:30:22 +00:00
Martin Coufal
3eb443a2d1
CI Tests: fix Regression/bz1563046-getlogin-r-return-early-when-linux-sentinel-value
...
* add gcc to required packages
* include 'unistd.h'
2024-02-02 14:30:22 +00:00
Martin Coufal
1b6496d171
CI Tests: add Regression/bz1577212-glibc-Remove-stray-Sun-RPC-exports
...
test
2024-02-02 14:30:22 +00:00
Martin Coufal
53a0744ff2
CI Tests: add
...
Regression/bz1430477-glibc-Missing-else-branch-in-libc-calloc test
2024-02-02 14:30:22 +00:00
Sergey Kolosov
4538b5ade8
CI Tests: removes bz699724-Memory-leak-within-NSSLOW-Init-as-called-by as not relevant
2023-08-31 13:18:31 +00:00
mcoufal
3a527a095b
CI Tests: add Regression/bz1563046-getlogin-r-return-early-when-linux-sentinel-value test
2023-07-12 16:37:44 +02:00
Martin Coufal
24a378361d
CI Tests: add Regression/bz1305132-segfault-in-hesiod-getgrouplist test.
2023-07-04 12:31:45 +00:00
Sergey Kolosov
8944a27aaf
CI Tests: removes Regression/bz2141685-glibc-Restore-IPC-64-support-in-sysvipc-ctl and Sanity/bz1915330-glibc-Implement-find-debuginfo-sh-changes-to tests
2023-04-04 23:07:18 +02:00
Sergey Kolosov
ffce034896
CI Tests: changes recommend to require for several tests
2023-04-04 15:55:00 +02:00
Sergey Kolosov
af3beceadc
CI Tests: removes unnecessary library dependencies
2023-04-04 13:25:22 +02:00
Sergey Kolosov
642430bf83
CI Tests: test coverage improvement
2023-04-04 01:55:48 +02:00
Sergey Kolosov
7d661951ea
CI Tests: updates Regression/bz455360-RHEL4-vfprintf-call-goes-into-recursive to use actual beakerlib functions
2023-01-13 22:20:45 +01:00
Sergey Kolosov
353c8e0d93
CI Tests: updates Regression/bz464146-sp-corruption to use actual beakerlib functions
2023-01-13 22:20:25 +01:00
Sergey Kolosov
87390fd480
CI Tests: updates Regression/bz471298-pthread_cond to use actual beakerlib functions
2023-01-13 22:20:10 +01:00
Sergey Kolosov
6d3d89d0ca
CI Tests: switches remaining test cases to beakerlib framework
2023-01-13 21:15:35 +01:00
Florian Weimer
6d80152087
Merge #61 Added tags to main.fmf files as described in tcms
2022-07-15 07:11:46 +00:00
Sergey Kolosov
bcd58c23a3
CI Tests: removes redundant check for libstdc++.i686 in bz1882466-RHEL8-2-LD-PRELOAD-of-some-lib-that-has testcase
2022-07-12 21:19:22 +02:00
Sergey Kolosov
8859e9a9be
CI Tests: adds check for i686 packages in bz1882466-RHEL8-2-LD-PRELOAD-of-some-lib-that-has testcase
2022-07-12 20:57:52 +02:00
Luigi Pellecchia
3c29e122df
Added tags to main.fmf files as described in tcms
2022-07-08 10:41:28 +00:00
Sergey Kolosov
856fa5a570
CI Tests: Fix python syntax in bz699724 testcase
2022-06-29 15:47:28 +02:00