go crypto/ecdh: TestLinker失败

yuvru6vn  于 10个月前  发布在  Go
关注(0)|答案(4)|浏览(85)
  1. #!watchflakes
  2. default <- pkg == "crypto/ecdh" && test == "TestLinker"

自动创建的问题以收集这些故障。
示例( log ):

  1. --- FAIL: TestLinker (0.36s)
  2. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
  3. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point

watchflakes

tpxzln5u

tpxzln5u1#

找到了新的 Jmeter 板测试碎片:

  1. #!watchflakes
  2. default <- pkg == "crypto/ecdh" && test == "TestLinker"

2024-03-29 16:46 linux-386-longtest go@9a028e14 crypto/ecdh.TestLinker ( log )

  1. --- FAIL: TestLinker (0.36s)
  2. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
  3. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point
  • 2024-03-29 16:46 linux-amd64-longtest go@9a028e14 crypto/ecdh.TestLinker ( log )
  1. --- FAIL: TestLinker (0.27s)
  2. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
  3. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point
  • 2024-03-29 16:46 linux-arm64-longtest go@9a028e14 crypto/ecdh.TestLinker ( log )
  1. --- FAIL: TestLinker (0.17s)
  2. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
  3. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point
  • 2024-03-29 16:46 windows-amd64-longtest go@9a028e14 crypto/ecdh.TestLinker ( log )
  1. --- FAIL: TestLinker (0.69s)
  2. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
  3. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point

watchflakes

展开查看全部
pvabu6sv

pvabu6sv2#

找到新的 Jmeter 板测试碎片:

  1. #!watchflakes
  2. default <- pkg == "crypto/ecdh" && test == "TestLinker"

2024-03-29 16:46 linux-amd64-longtest-race go@9a028e14 crypto/ecdh.TestLinker ( log )

  1. --- FAIL: TestLinker (0.87s)
  2. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
  3. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point

watchflakes

z5btuh9x

z5btuh9x3#

找到新的 Jmeter 板测试碎片:

  1. #!watchflakes
  2. default <- pkg == "crypto/ecdh" && test == "TestLinker"

2024-03-29 16:46 darwin-amd64-longtest go@9a028e14 crypto/ecdh.TestLinker ( log )

  1. --- FAIL: TestLinker (1.27s)
  2. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
  3. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point

watchflakes

xwmevbvl

xwmevbvl4#

找到新的 Jmeter 板测试碎片:

  1. #!watchflakes
  2. default <- pkg == "crypto/ecdh" && test == "TestLinker"

2024-03-29 16:46 gotip-darwin-amd64-longtest go@9a028e14 crypto/ecdh.TestLinker ( log )

  1. === RUN TestLinker
  2. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
  3. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point
  4. --- FAIL: TestLinker (0.89s)

2024-03-29 16:46 gotip-linux-amd64-longtest-race go@9a028e14 crypto/ecdh.TestLinker ( log )

  1. === RUN TestLinker
  2. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP256Point
  3. ecdh_test.go:481: unexpected symbol in program using only ecdh.P384: crypto/internal/nistec.NewP521Point
  4. --- FAIL: TestLinker (4.54s)

watchflakes

展开查看全部

相关问题