Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: c81e4f10c2fb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7da9844fde23
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

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
  2. Merge pull request #73826 from LnL7/darwin-git

    git: disable failing test on darwin
    LnL7 committed Nov 22, 2019
    Copy the full SHA
    7da9844 View commit details
    Browse the repository at this point in the history