unicode-data icon indicating copy to clipboard operation
unicode-data copied to clipboard

unicode-data-0.4.0.1 testsuite failing for Stackage LTS

Open juhp opened this issue 1 year ago • 1 comments
trafficstars

           Failures:                                                                                                    [185/925911]
                                                                                                                                    
             test/Unicode/CharSpec.hs:200:23:                                                                                       
             1) Unicode.Char, Unicode general categories, generalCategory                                                           
                  predicate failed on: '\12284'                                                                                     
                                                                                                                                    
             To rerun use: --match "/Unicode.Char/Unicode general categories/generalCategory/" --seed 1231034160                    
                                                                                                                                    
             test/Unicode/CharSpec.hs:200:23:                                                                                       
             2) Unicode.Char, Character classification, isAlpha                                                                     
                  predicate failed on: '\191472'                                                                                    
                                                                                                                                    
             To rerun use: --match "/Unicode.Char/Character classification/isAlpha/" --seed 1231034160                              
                                                                                                                                    
             test/Unicode/CharSpec.hs:200:23:                                                                                       
             3) Unicode.Char, Character classification, isAlphaNum                                                                  
                  predicate failed on: '\191472'                                                                                    
                                                                                                                                    
             To rerun use: --match "/Unicode.Char/Character classification/isAlphaNum/" --seed 1231034160                           
                                                                                                                                    
             test/Unicode/CharSpec.hs:200:23:                                                                                       
             4) Unicode.Char, Character classification, isLetter                                                                    
                  predicate failed on: '\191472'                                                                                    
                                                                                                                                    
             To rerun use: --match "/Unicode.Char/Character classification/isLetter/" --seed 1231034160                             
            
             test/Unicode/CharSpec.hs:200:23: 
             5) Unicode.Char, Character classification, isPrint
                  predicate failed on: '\12284'
            
             To rerun use: --match "/Unicode.Char/Character classification/isPrint/" --seed 1231034160
            
             test/Unicode/CharSpec.hs:200:23: 
             6) Unicode.Char, Character classification, isSymbol
                  predicate failed on: '\12284'
            
             To rerun use: --match "/Unicode.Char/Character classification/isSymbol/" --seed 1231034160
            
           Randomized with seed 1231034160

juhp avatar Jan 18 '24 07:01 juhp

@juhp This failure can be ignored. This is an error in the test-suite and not in the library itself. The test-suite has been fixed accordingly.

adithyaov avatar Jun 17 '24 10:06 adithyaov