summaryrefslogtreecommitdiff
path: root/media-libs/gd/files/gd-2.3.0-disable-flaky-tests.patch
blob: 245b3aac44333c93ec00ba0f3484be0c5f5b3c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff --git a/tests/gdimagecopyresampled/Makemodule.am b/tests/gdimagecopyresampled/Makemodule.am
index d42eab5..3644213 100644
--- a/tests/gdimagecopyresampled/Makemodule.am
+++ b/tests/gdimagecopyresampled/Makemodule.am
@@ -4,8 +4,7 @@ libgd_test_programs += \
 if HAVE_LIBPNG
 libgd_test_programs += \
 	gdimagecopyresampled/basic \
-	gdimagecopyresampled/basic_alpha \
-	gdimagecopyresampled/bug00201
+	gdimagecopyresampled/basic_alpha
 endif
 
 EXTRA_DIST += \
diff --git a/tests/gdimagegrayscale/Makemodule.am b/tests/gdimagegrayscale/Makemodule.am
index c6fec00..2d81a4a 100644
--- a/tests/gdimagegrayscale/Makemodule.am
+++ b/tests/gdimagegrayscale/Makemodule.am
@@ -1,6 +1,5 @@
 if HAVE_LIBPNG
 libgd_test_programs += \
-	gdimagegrayscale/basic \
 	gdimagegrayscale/bug00386
 endif