Skip to content

[release-branch.go1.27] internal/fakecgo: use libthr.so.3 instead of libpthread.so on FreeBSD - #2434

Merged
gdams merged 1 commit into
microsoft/release-branch.go1.27from
dev/gadams/freebsd1.27
Jul 28, 2026
Merged

[release-branch.go1.27] internal/fakecgo: use libthr.so.3 instead of libpthread.so on FreeBSD#2434
gdams merged 1 commit into
microsoft/release-branch.go1.27from
dev/gadams/freebsd1.27

internal/fakecgo: use libthr.so.3 instead of libpthread.so on FreeBSD

fd43ba3
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft-go succeeded Jul 28, 2026 in 43m 17s

Build #20260728.2 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 67,439 (97.89%)
  • Other: 1,452 (2.11%)
  • Total: 68,893

Annotations

Check failure on line 1 in time.TestAfterQueuing

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft-go

time.TestAfterQueuing

failed
Raw output
=== RUN   TestAfterQueuing
--- FAIL: TestAfterQueuing (7.75s)

Check failure on line 1 in time.TestAfterQueuing/impl=func

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft-go

time.TestAfterQueuing/impl=func

failed
Raw output
=== RUN   TestAfterQueuing/impl=func
    sleep_test.go:437: attempt 0 failed: After calls returned out of order: [0 4 1 1 2 3 8 5 6 6 6 7 9]
    sleep_test.go:437: attempt 1 failed: After calls returned out of order: [0 1 1 2 3 5 4 6 6 6 7 9 8]
    sleep_test.go:437: attempt 2 failed: After calls returned out of order: [0 1 1 4 2 3 6 5 6 6 9 7 8]
    sleep_test.go:437: attempt 3 failed: After calls returned out of order: [0 1 1 3 2 4 6 5 6 6 8 7 9]
    sleep_test.go:437: attempt 4 failed: After calls returned out of order: [0 1 1 2 3 4 5 6 6 6 8 7 9]
    sleep_test.go:441: After calls returned out of order: [0 1 1 2 3 4 5 6 6 6 8 7 9]
--- FAIL: TestAfterQueuing/impl=func (5.77s)