]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: add flag to render HTML BoGo report
authorDaniel McCarney <daniel@binaryparadox.net>
Mon, 30 Jun 2025 16:45:36 +0000 (12:45 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 3 Oct 2025 15:29:57 +0000 (08:29 -0700)
commit630799c6c957994a7720b5d0b6bdd10f3acfc605
tree2492d27d01944fde700a1d91614541559ed40df5
parentadce7f196e6ac6d22e9bc851efea5f3ab650947c
crypto/tls: add flag to render HTML BoGo report

Updates the BoGo test runner to add a `-bogo-html-report` flag. When
provided, an HTML report is written to the flag argument path. The
report shows the fail/pass/skip status of run tests and allows
sorting/searching the output.

Change-Id: I8c704a51fbb03500f4134ebfaba06248baa3ca2f
Reviewed-on: https://go-review.googlesource.com/c/go/+/684955
Auto-Submit: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
TryBot-Bypass: Daniel McCarney <daniel@binaryparadox.net>
Commit-Queue: Carlos Amedee <carlos@golang.org>
src/crypto/tls/bogo_shim_test.go
src/crypto/tls/handshake_test.go