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: dotnet/xharness
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cfc0a52
Choose a base ref
...
head repository: dotnet/xharness
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 958d1dd
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 30, 2020

  1. [wasm][test-browser] Retry launching chrome if it fails on startup (#343

    )
    
    * [wasm][test-browser] Retry launching chrome if it fails on startup
    
    When starting chrome via selenium+chromedriver, it seems to crash
    inexplicably (dotnet/runtime#43955).
    As a workaround, let's retry that a few times.
    
    * [wasm][test-browser] Enable verbose driver logging
    
    .. and remove `--no-sandbox`, as that seems to be discouraged in the
    docs.
    radical authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    6cbe79c View commit details
    Browse the repository at this point in the history
  2. Run "adb bugreport" when instrumentation process crashes (#344)

    We've seen a few cases where we get "INSTRUMENTATION_RESULT: shortMsg=Process crashed." and the adb log shows that the process crashed with a segmentation fault.
    Android writes a crashdump into `/data/tombstones` but you can't just pull from there. Instead there's an adb command to create a bugreport which produces a .zip file with all sorts of info about the OS, including the tombstones.
    
    See https://developer.android.com/studio/debug/bug-report.html
    akoeplinger authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    958d1dd View commit details
    Browse the repository at this point in the history
Loading