public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/check/files/
@ 2017-11-06  7:33 Amy Liffey
  0 siblings, 0 replies; 2+ messages in thread
From: Amy Liffey @ 2017-11-06  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d6008d5da2ae30b86fea0f8ee943a27a9c408653
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Nov  5 09:39:07 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 07:31:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6008d5d

dev-libs/check: remove unused patch

Closes:#6129

 .../check/files/check-0.9.10-AM_PATH_CHECK.patch   | 33 ----------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-libs/check/files/check-0.9.10-AM_PATH_CHECK.patch b/dev-libs/check/files/check-0.9.10-AM_PATH_CHECK.patch
deleted file mode 100644
index a433549a363..00000000000
--- a/dev-libs/check/files/check-0.9.10-AM_PATH_CHECK.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Index: doc/example/tests/Makefile.am
-===================================================================
---- doc/example/tests/Makefile.am	(revision 747)
-+++ doc/example/tests/Makefile.am	(working copy)
-@@ -3,5 +3,5 @@
- TESTS = check_money
- check_PROGRAMS = check_money
- check_money_SOURCES = check_money.c $(top_builddir)/src/money.h
--check_money_CFLAGS = @CHECK_CFLAGS@
--check_money_LDADD = $(top_builddir)/src/libmoney.la @CHECK_LIBS@
-+check_money_CFLAGS = $(CHECK_CFLAGS)
-+check_money_LDADD = $(top_builddir)/src/libmoney.la $(CHECK_LIBS)
-Index: doc/example/configure.ac
-===================================================================
---- doc/example/configure.ac	(revision 747)
-+++ doc/example/configure.ac	(working copy)
-@@ -20,12 +20,10 @@
- 
- # Checks for libraries.
- 
--# This macro is defined in check.m4 and tests if check.h and
--# libcheck.a are installed in your system. It sets CHECK_CFLAGS and
--# CHECK_LIBS accordingly.  
--#  AM_PATH_CHECK([MINIMUM-VERSION,
--#                [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
--AM_PATH_CHECK()
-+# Use pkg-config instead of upstream-provided and possibly-broken
-+# AM_PATH_CHECK. This command sets CHECK_CFLAGS and CHECK_LIBS
-+# appropriately.
-+PKG_CHECK_MODULES([CHECK], [check])
- 
- # Checks for header files.
- AC_HEADER_STDC


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/check/files/
@ 2020-06-04 22:16 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2020-06-04 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     bf4badeb02f3f19dda85f2d9a66316311850e185
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jun  4 18:26:15 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 22:16:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4badeb

dev-libs/check: remove unused patches

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16069
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/check/files/check-0.12.0-fp.patch        | 22 ----------------------
 dev-libs/check/files/check-0.14-xfail-tests.patch | 13 -------------
 2 files changed, 35 deletions(-)

diff --git a/dev-libs/check/files/check-0.12.0-fp.patch b/dev-libs/check/files/check-0.12.0-fp.patch
deleted file mode 100644
index 7907df989a1..00000000000
--- a/dev-libs/check/files/check-0.12.0-fp.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/tests/check_check_master.c.orig	2018-01-29 20:33:55.033001412 -0700
-+++ b/tests/check_check_master.c	2018-01-29 20:34:31.501879454 -0700
-@@ -214,7 +214,7 @@ static master_test_t master_tests[] = {
-   { "Simple Tests", "test_ck_assert_ldouble_ge", CK_FAILURE, CK_MSG_TEXT, "Assertion 'x >= y' failed: x == 2.5, y == 3" },
-   { "Simple Tests", "test_ck_assert_ldouble_ge_with_mod", CK_FAILURE, CK_MSG_TEXT, "Assertion '2%d >= 3%f' failed: 2%d == 0, 3%f == 1" },
-   { "Simple Tests", "test_ck_assert_ldouble_with_expr", CK_PASS, CK_MSG_TEXT, "Passed" },
--  { "Simple Tests", "test_ck_assert_ldouble_eq_tol", CK_FAILURE, CK_MSG_TEXT, "Assertion 'fabsl(y - x) < t' failed: x == 0.001, y == 0.002, t == 0.001" },
-+  { "Simple Tests", "test_ck_assert_ldouble_eq_tol", CK_FAILURE, CK_MSG_TEXT, "Assertion 'fabsl(y - x) < t' failed: x == 0.001, y == 0.002, t == 0.0009" },
-   { "Simple Tests", "test_ck_assert_ldouble_eq_tol_with_mod", CK_FAILURE, CK_MSG_TEXT, "Assertion 'fabsl(2%f - 3%d) < 2%p' failed: 3%d == 1, 2%f == 0, 2%p == 0" },
-   { "Simple Tests", "test_ck_assert_ldouble_ne_tol", CK_FAILURE, CK_MSG_TEXT, "Assertion 'fabsl(y - x) >= t' failed: x == 0.001, y == 0.002, t == 0.01" },
-   { "Simple Tests", "test_ck_assert_ldouble_ne_tol_with_mod", CK_FAILURE, CK_MSG_TEXT, "Assertion 'fabsl(3%f - 3%d) >= 3%p' failed: 3%d == 1, 3%f == 1, 3%p == 1" },
---- a/tests/check_check_sub.c.orig	2017-10-20 06:44:10.000000000 -0600
-+++ b/tests/check_check_sub.c	2018-01-29 20:33:55.034001409 -0700
-@@ -1812,7 +1812,7 @@ START_TEST(test_ck_assert_ldouble_eq_tol
-   y*=10.0l;
-   t*=10.0l;
-   ck_assert_ldouble_eq_tol(x, y, t);
--  t/=10.0l;
-+  t=0.0009l;
-   record_failure_line_num(__LINE__);
-   ck_assert_ldouble_eq_tol(x, y, t);
- }

diff --git a/dev-libs/check/files/check-0.14-xfail-tests.patch b/dev-libs/check/files/check-0.14-xfail-tests.patch
deleted file mode 100644
index ea2ffe10aa4..00000000000
--- a/dev-libs/check/files/check-0.14-xfail-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/tests/Makefile.am	2020-02-02 09:33:17.807391927 +0200
-+++ b/tests/Makefile.am.1	2020-02-02 09:34:01.267166205 +0200
-@@ -19,6 +19,10 @@
- # XFAIL_TESTS = \
- # 	check_thread_stress
- 
-+XFAIL_TESTS = \
-+    check_check_export	\
-+    check_check
-+
- noinst_PROGRAMS =		\
- 	check_check_export	\
- 	check_check		\


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-04 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-06  7:33 [gentoo-commits] repo/gentoo:master commit in: dev-libs/check/files/ Amy Liffey
  -- strict thread matches above, loose matches on Subject: below --
2020-06-04 22:16 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox