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: golang/sync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: golang/sync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 19, 2023

  1. singleflight: make the check for exec support in TestPanicDoChan plat…

    …form-agnostic
    
    The new wasip1 GOOS does not support exec, but some ios environments
    (like Corellium) might. Update the test to exec itself with -test.list
    as a control case.
    
    For golang/go#58141.
    
    Change-Id: Id69950fc394910620f6c73cb437ca75c09ad8c29
    Reviewed-on: https://go-review.googlesource.com/c/sync/+/485980
    Run-TryBot: Bryan Mills <[email protected]>
    Commit-Queue: Bryan Mills <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Bryan Mills <[email protected]>
    Reviewed-by: Johan Brandhorst-Satzkorn <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Bryan C. Mills authored and gopherbot committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1ea3257 View commit details
    Browse the repository at this point in the history
Loading