From ca9f5f929a820e5c95261b5878c29bfee33d58d4 Mon Sep 17 00:00:00 2001 From: sergesanspaille Date: Thu, 21 Mar 2019 05:51:54 +0000 Subject: [PATCH 1/3] 8.0.0 final --- .gitignore | 4 ++++ llvm-test-suite.spec | 5 ++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d291846..15be3ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ /test-suite-7.0.1rc2.src.fedora.tar.xz /test-suite-7.0.1.src.fedora.tar.xz /test-suite-8.0.0rc1.src.fedora.tar.xz +/test-suite-8.0.0rc2.src.fedora.tar.xz +/test-suite-8.0.0rc3.src.fedora.tar.xz +/test-suite-8.0.0rc4.src.fedora.tar.xz +/test-suite-8.0.0.src.fedora.tar.xz diff --git a/llvm-test-suite.spec b/llvm-test-suite.spec index 91691bf..1ee4619 100644 --- a/llvm-test-suite.spec +++ b/llvm-test-suite.spec @@ -1,6 +1,6 @@ %global _binaries_in_noarch_packages_terminate_build %{nil} -%global rc_ver 1 +#%%global rc_ver 4 %global test_suite_srcdir test-suite-%{version}%{?rc_ver:rc%{rc_ver}}.src.fedora Name: llvm-test-suite @@ -73,6 +73,9 @@ cp -R %{_builddir}/%{test_suite_srcdir}/* %{buildroot}%{_datadir}/llvm-test-suit %changelog +* Wed Mar 20 2019 sguelton@redhat.com - 8.0.0-1 +- 8.0.0 final + * Mon Feb 11 2019 sguelton@redhat.com - 8.0.0-1.rc1 - 8.0.0 Release candidate 1 diff --git a/sources b/sources index 0d9bb7d..4c84eae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (test-suite-8.0.0rc1.src.fedora.tar.xz) = ebf0bc708fa3a3efa8aeaa66d06ef152e9949f6279bd22842cb934767a0b975a9b4b6250ae90e85a73766279b29d0410005f1ce84f75b6e6d64d2d429d2c87da +SHA512 (test-suite-8.0.0.src.fedora.tar.xz) = 617e3a96d7fd182c05a4ce5ecf1ad2428eefc6c07f984174fb1ef16d8f43875af14bff61cb45f99565ad0fbdc3963f6d751ab7e8e786fbc2e5117dd1d09eeefc From 3956d16a262aa8ed328843a5749f282cf004bf26 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 23 Sep 2019 23:30:17 +0000 Subject: [PATCH 2/3] Bump python-lit version requirement --- llvm-test-suite.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/llvm-test-suite.spec b/llvm-test-suite.spec index 1ee4619..4c1594e 100644 --- a/llvm-test-suite.spec +++ b/llvm-test-suite.spec @@ -5,7 +5,7 @@ Name: llvm-test-suite Version: 8.0.0 -Release: 1%{?rc_ver:.rc%{rc_ver}}%{?dist} +Release: 2%{?rc_ver:.rc%{rc_ver}}%{?dist} Summary: C/C++ Compiler Test Suite License: NCSA and BSD and GPLv1 and GPLv2+ and GPLv2 and MIT and Python and Public Domain and CRC32 and AML and Rdisc and ASL 2.0 and LGPLv3 @@ -26,7 +26,7 @@ BuildRequires: python3-devel Requires: cmake Requires: libstdc++-static -Requires: python3-lit = 0.7.1 +Requires: python3-lit >= 0.7.1 Requires: llvm Requires: tcl Requires: which @@ -73,6 +73,9 @@ cp -R %{_builddir}/%{test_suite_srcdir}/* %{buildroot}%{_datadir}/llvm-test-suit %changelog +* Mon Sep 23 2019 Tom Stellard - 8.0.0-2 +- Bump python-lit version requirement + * Wed Mar 20 2019 sguelton@redhat.com - 8.0.0-1 - 8.0.0 final From dc707c80cf7e64a79ef38f603463f31a70c7a888 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 24 Sep 2019 23:36:21 +0000 Subject: [PATCH 3/3] Fix python3 compatibililty in ABI-Testsuite --- 0001-Fix-extra-Python3-print-statements.patch | 26 ++++++++++++++----- llvm-test-suite.spec | 5 +++- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/0001-Fix-extra-Python3-print-statements.patch b/0001-Fix-extra-Python3-print-statements.patch index 9dd88d4..14b8456 100644 --- a/0001-Fix-extra-Python3-print-statements.patch +++ b/0001-Fix-extra-Python3-print-statements.patch @@ -1,15 +1,16 @@ -From 475c440f79fbf0600d1a22c4924fb962f59e9ecd Mon Sep 17 00:00:00 2001 +From 16e158c83445054736d40b77626eca81958f53dc Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Mon, 4 Feb 2019 15:18:03 +0000 Subject: [PATCH] Fix extra Python3 print statements --- - ABI-Testsuite/linux-x86.py | 17 +++++++++-------- - LNTBased/lib/spec.py | 9 +++++---- - 2 files changed, 14 insertions(+), 12 deletions(-) + ABI-Testsuite/linux-x86.py | 17 +++++++++-------- + ABI-Testsuite/test/lit.site.cfg | 2 +- + LNTBased/lib/spec.py | 9 +++++---- + 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/ABI-Testsuite/linux-x86.py b/ABI-Testsuite/linux-x86.py -index 41873cc42..bbab93c3e 100755 +index 41873cc..bbab93c 100755 --- a/ABI-Testsuite/linux-x86.py +++ b/ABI-Testsuite/linux-x86.py @@ -1,5 +1,6 @@ @@ -65,8 +66,21 @@ index 41873cc42..bbab93c3e 100755 from lit.main import main main(builtin_parameters) +diff --git a/ABI-Testsuite/test/lit.site.cfg b/ABI-Testsuite/test/lit.site.cfg +index 7e205c1..7fb8d1c 100755 +--- a/ABI-Testsuite/test/lit.site.cfg ++++ b/ABI-Testsuite/test/lit.site.cfg +@@ -153,7 +153,7 @@ def determinePlatform(): + hfp.write("#define ABISELECT(a,b) b // LP64 x86\n") + # #sys.exit(1) + else: +- print "ERROR: Invalid combination of config options. tspec= " , tspec ++ print("ERROR: Invalid combination of config options. tspec= " , tspec) + sys.exit(1) + hfp.close() + diff --git a/LNTBased/lib/spec.py b/LNTBased/lib/spec.py -index 853584a6c..d8c0ec9f0 100644 +index 853584a..d8c0ec9 100644 --- a/LNTBased/lib/spec.py +++ b/LNTBased/lib/spec.py @@ -1,5 +1,6 @@ diff --git a/llvm-test-suite.spec b/llvm-test-suite.spec index 4c1594e..7bf9fb6 100644 --- a/llvm-test-suite.spec +++ b/llvm-test-suite.spec @@ -5,7 +5,7 @@ Name: llvm-test-suite Version: 8.0.0 -Release: 2%{?rc_ver:.rc%{rc_ver}}%{?dist} +Release: 3%{?rc_ver:.rc%{rc_ver}}%{?dist} Summary: C/C++ Compiler Test Suite License: NCSA and BSD and GPLv1 and GPLv2+ and GPLv2 and MIT and Python and Public Domain and CRC32 and AML and Rdisc and ASL 2.0 and LGPLv3 @@ -73,6 +73,9 @@ cp -R %{_builddir}/%{test_suite_srcdir}/* %{buildroot}%{_datadir}/llvm-test-suit %changelog +* Tue Sep 24 2019 Tom Stellard - 8.0.0-3 +- Fix python3 compatibililty in ABI-Testsuite + * Mon Sep 23 2019 Tom Stellard - 8.0.0-2 - Bump python-lit version requirement