Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc707c80cf | ||
|
|
3956d16a26 | ||
|
|
ca9f5f929a |
4 changed files with 37 additions and 10 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <sguelton@redhat.com>
|
||||
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 @@
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
%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
|
||||
Version: 8.0.0
|
||||
Release: 1%{?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
|
||||
|
|
@ -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,15 @@ cp -R %{_builddir}/%{test_suite_srcdir}/* %{buildroot}%{_datadir}/llvm-test-suit
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 24 2019 Tom Stellard <tstellar@redhat.com> - 8.0.0-3
|
||||
- Fix python3 compatibililty in ABI-Testsuite
|
||||
|
||||
* Mon Sep 23 2019 Tom Stellard <tstellar@redhat.com> - 8.0.0-2
|
||||
- Bump python-lit version requirement
|
||||
|
||||
* 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
|
||||
|
||||
|
|
|
|||
2
sources
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue