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

git: disable failing test on darwin #73826

Merged
merged 1 commit into from Nov 22, 2019
Merged

git: disable failing test on darwin #73826

merged 1 commit into from Nov 22, 2019

Commits on Nov 22, 2019

  1. git: disable failing test on darwin

    The tests for null patterns where changed in 25754125cef278c7e9492fbd6dc4a28319b01f18,
    it's possible utf-8 normalisation is causing different behaviour here.
    
        not ok 54 - LC_ALL='C' git grep -P -f f -i 'Æ<NUL>[Ð]' a
        not ok 57 - LC_ALL='C' git grep -P -f f -i '[Æ]<NUL>Ð' a
        not ok 60 - LC_ALL='C' git grep -P -f f -i '[Æ]<NUL>ð' a
        not ok 63 - LC_ALL='C' git grep -P -f f -i 'Æ<NUL>Ð' a
        Dubious, test returned 1 (wstat 256, 0x100)
        Failed 4/145 subtests
                (less 48 skipped subtests: 93 okay)
    LnL7 committed Nov 22, 2019
    Copy the full SHA
    185e30c View commit details
    Browse the repository at this point in the history