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: 5de50f8fa371
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 73cdd5a4762b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 2, 2018

  1. nixos/tests/chromium: Fix sandbox info matching

    As reported by @andir, the regular expressions that match the sandbox
    output are no longer matching in the recent Chromium bump as of
    bb03fbc.
    
    Instead of a boolean field that determines whether namespace sandboxes
    are on, the namespace sandbox is now an enum within "Layer 1 Sandbox".
    
    I've modified the regular expressions accordingly and also ran the test
    for the stable branch, which now succeeds.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Issue: #49442
    Cc: @bendlas, @andir
    aszlig committed Nov 2, 2018
    Copy the full SHA
    73cdd5a View commit details
    Browse the repository at this point in the history