Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unicode-data-0.4.0.1 testsuite failing for Stackage LTS #118

Open
juhp opened this issue Jan 18, 2024 · 1 comment
Open

unicode-data-0.4.0.1 testsuite failing for Stackage LTS #118

juhp opened this issue Jan 18, 2024 · 1 comment

Comments

@juhp
Copy link

juhp commented Jan 18, 2024

           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 added a commit to commercialhaskell/lts-haskell that referenced this issue Jan 18, 2024
@adithyaov
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants