[babl] babl: increase number of pixels in tests ~8 times



commit 75dbae303053d2ab527b5013033bd5146fbfbf93
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Sat Aug 25 16:11:23 2012 +0200

    babl: increase number of pixels in tests ~8 times
    
    This makes 32bit systems also trip up on many more possible !8bpc
    discrpeancies.

 babl/babl-fish-path.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c
index f51501e..addc56d 100644
--- a/babl/babl-fish-path.c
+++ b/babl/babl-fish-path.c
@@ -25,6 +25,8 @@
 #define BABL_HARD_MAX_PATH_LENGTH  8
 #define BABL_MAX_NAME_LEN          1024
 
+#define NUM_TEST_PIXELS            2048
+
 int   babl_in_fish_path = 0;
 
 typedef struct _FishPathInstrumentation
@@ -478,7 +480,6 @@ process_conversion_path (BablList   *path,
   return n;
 }
 
-#define NUM_TEST_PIXELS  (256 + 16 + 16)
 
 static double *
 test_create (void)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]