Carlos O'Donell
16ad28b259
Rebuild ltrace for rawhide ( #2046722 )
...
Resolves : #2046722
2022-05-03 10:03:37 -04:00
DJ Delorie
8b45d8ed68
Fix use-after-free in ppc64le's plt.c
...
Found by gcc 12
Resolves : #2046722
2022-01-27 23:25:46 -05:00
Fedora Release Engineering
464fde80d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 18:10:39 +00:00
Martin Cermak
101cd9b6c3
CI testing: Fix the SRPM download
...
Usually, this test is used for gating ltrace. In such case the
Fedora infrastructure offers the SRPM along with other ltrace
subrpms within a repo called "test-artifacts".
However, this test is also used to test dejagnu, because ltrace
has dejagnu based testsuite. In such case the "test-artifacts"
repo has dejagnu, but not ltrace.
We need to be able to get the ltrace SRPM in both cases.
2021-11-12 09:09:08 +01:00
Martin Cermak
8fd295b7c5
Do not try to install compat arch requirements
2021-11-11 12:34:11 +01:00
Václav Kadlčík
809fa26deb
Fix the setup in tests/Sanity/testsuite
...
"koji download-build" is a wrong tool to download artifacts being
tested. They are freshly scratch-built and hosted in a local repo
called "test-artifacts" unknown to koji. Using "dnf download"
directly and limited to that specific repo is a correct way to
reach them.
I'm adding a fallback using the repo's local files just in case
"dnf" suffers some temporary hiccup.
2021-09-24 13:12:50 +02:00
Václav Kadlčík
0e4ab8cfe4
Import RHEL's wrapper for the upstream test suite
...
Note: In RHEL, it's "testsuite2" outside of categories, here I'm adding
it to the Sanity category.
Note: I've filed https://bugzilla.redhat.com/show_bug.cgi?id=1963110
and included it as a known failure to make this test pass.
2021-08-17 16:31:24 +00:00
Václav Kadlčík
0554fda54f
Import RHEL's test Sanity/random-apps
...
Note than several sub-tests (apps) had to be removed as unsuitable
for publishing.
2021-08-17 16:31:24 +00:00
Václav Kadlčík
c8ea90148a
Import RHEL's test for RFE #1449588
2021-08-17 16:31:24 +00:00
Fedora Release Engineering
5ed23e066e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 13:14:52 +00:00
Václav Kadlčík
04309572be
Remove RHEL's test for #1427140
...
Right now it cannot work; it needs to access the source RPM for the
ltrace being tested which, in case of scratch builds, isn't currently
possible.
2021-05-19 15:40:27 +02:00
Václav Kadlčík
c0dedd804f
Log more information in a regression test
...
To make the bz1427140-ltrace-ltrace-0-7-91-unwind-elfutils-patch work
not only for regular builds but for scratch builds as well, we need
to know how to refer them. This commit is just a temporary attempt to
find the environment variable holding the reference. I'll make use of
it in a follow-up commit.
2021-05-19 14:59:30 +02:00
Václav Kadlčík
d73a4e1684
Import a regression test from RHEL.
...
Sorry, no specific bug number, it wasn't recorded at that time and now
I can't find it, at least easily.
2021-05-19 13:29:09 +02:00
Václav Kadlčík
f20f6a9ea6
Import RHEL's regression test for #1158713
...
Note: I've prefixed the test with "bz1158713-" because ltrace's repo
in Fedora ignores "ltrace-*/". See the .gitignore file.
2021-05-19 13:24:04 +02:00
Václav Kadlčík
9af7a027b2
Import RHEL's regression test for #211135
2021-05-19 13:16:02 +02:00
Václav Kadlčík
6c7c2d2b36
Import RHEL's regression test for #211163
2021-05-19 13:16:02 +02:00
Václav Kadlčík
6dd7382d3c
Import RHEL's regression test for #223732
2021-05-19 13:16:02 +02:00
Václav Kadlčík
724196798c
Import RHEL's regression test for #235671
2021-05-19 13:16:02 +02:00
Václav Kadlčík
644de0d37c
Import RHEL's regression test for #427444
2021-05-19 13:16:02 +02:00
Václav Kadlčík
ec8db7cf57
Import RHEL's regression test for #447404
2021-05-19 13:16:01 +02:00
Václav Kadlčík
d7b87c0431
Import RHEL's regression test for #754096
2021-05-19 13:16:01 +02:00
Václav Kadlčík
f2f13e861b
Import RHEL's regression test for #797761
2021-05-19 13:16:01 +02:00
Václav Kadlčík
ff856ee840
Import RHEL's regression test for #868281
2021-05-19 13:16:01 +02:00
Václav Kadlčík
b190a780c0
Import RHEL's regression test for #890961
2021-05-19 13:16:01 +02:00
Václav Kadlčík
4d182004cf
Import RHEL's regression test for #1051221
2021-05-19 13:16:01 +02:00
Václav Kadlčík
cd59e55c7a
Import RHEL's regression test for #1053765
2021-05-19 13:16:01 +02:00
Václav Kadlčík
dc3264a1bc
Import RHEL's regression test for #1360259
2021-05-19 13:16:01 +02:00
Václav Kadlčík
fa03fb9fb0
Import RHEL's regression test for #1427140
2021-05-19 13:16:01 +02:00
DJ Delorie
7fad3fa72c
Support ppc64le SCV syscall insn
...
If the kernel supports it AND glibc supports it, the ppc64le
syscalls may use the SCV variant instead of the SC variant.
The registers we care about have the same use so little change
is required.
Reference: RHEL BZ 1922305
2021-02-08 15:34:58 -05:00
Fedora Release Engineering
5ec9ca7d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 18:46:42 +00:00
Václav Kadlčík
e84d51dcc0
Introduce CI gating with a simple test
2021-01-18 16:44:54 +01:00
Tom Stellard
a3bd583aee
Add BuildRequires: make
...
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-05 03:29:12 +00:00
Carlos O'Donell
bf46c36d90
Document official upstream.
2020-12-11 17:24:04 -05:00
Fedora Release Engineering
7583740404
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 06:22:42 +00:00
Tom Stellard
ddce3ea91b
Use make macros
...
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
2020-07-14 20:47:11 +00:00
DJ Delorie
d258184038
Initialize some variables to avoid gcc warning
...
GCC cannot follow the logic that determines if it's safe to free
lrhs in expr.c. Initializing these variables to NULL silences
this warning.
Resolves : #1799619
2020-02-06 17:06:01 -05:00
Fedora Release Engineering
26dcb3847a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-29 11:23:18 +00:00
DJ Delorie
29bc5d8e70
Temporarily skip ppc64 tests
...
Tests on ppc64le are hanging koji, despite the forced timeout.
The rpmbuild finishes normally - even building rpms - but the
hung testcase keeps koji from seeing it as "done".
So skip tests on ppc64le for now, until we can fix the hang.
2019-07-23 15:05:27 -04:00
DJ Delorie
3306a47dce
Testsuite fixed, aarch64 updates
...
- Add fixes in handling of bogus paths that come from XDG_CONFIG_DIRS.
- Testsuite fixes for pre-installed config files.
- Extra AARCH64 includes for gcc 9.
- Testsuite: AARCH64 ifuncs not supported yet yet.
2019-07-17 16:06:34 -04:00
DJ Delorie
33db0068ba
Add Intel CET support
...
Adds two features:
1. Parsing CET-enabled PLTs.
2. Using a second "insecure" PLT as a fallback.
2019-04-04 17:23:36 -04:00
DJ Delorie
926a6be35e
Revert previous patch.
...
Redundant. Not esyr's fault.
2019-03-12 20:34:42 -04:00
Eugene Syromiatnikov
5695a6a3e5
Fix "Too many return value classes" assert
...
Patch to ensure e_machine is properly initialized in some cases where
we attach to a running multi-threaded process.
2019-03-05 17:51:33 -05:00
Fedora Release Engineering
32b5bcdc8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-01 09:06:12 +00:00
Igor Gnatenko
2aadca5477
Remove obsolete Group tag
...
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:14 +01:00
Jeff Law
6ec3ae3207
- Avoid passing NULL as argument to %s in printf call
2019-01-16 15:06:46 -07:00
Fedora Release Engineering
b29373d636
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 09:25:07 +00:00
Jason Tibbitts
d85198bfb5
Remove needless use of %defattr
2018-07-10 01:50:56 -05:00
DJ Delorie
22553ad6c5
Fix AARCH64 params
...
- Fix aarch64 long parameters (via $r8) support.
- Make system_call_params test compare more exactly.
2018-07-06 14:54:28 -04:00
Igor Gnatenko
b6a19f9856
Escape macros in %changelog
...
Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-09 09:05:05 +01:00
Fedora Release Engineering
03c55be2ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-08 00:17:17 +00:00