mirror of
https://github.com/golang/go
synced 2024-11-19 03:54:42 -07:00
0c9eba77bc
A common problem when writing regtests is that if you have an error in your expectations, you must wait until the regtest times out to see what went wrong. With the integration of additional progress reporting in the LSP server, we know when diagnostic work should have been completed, and we should be able to fail tests early once we know that our diagnostic expectations will never be met. This CL adds a new OnceMet Expectation, which combines two expecations: the first is a precondition that must be met before checking the second. The second is an arbitrary expectation, but is translated as follows: once the precondition is met, the second condition is checked and any Unmet verdicts are translated into Unmeetable. Change-Id: Ie8c677229a347c624e2659a3ef9104304b175243 Reviewed-on: https://go-review.googlesource.com/c/tools/+/229977 Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
definition_test.go | ||
diagnostics_114_test.go | ||
diagnostics_test.go | ||
doc.go | ||
env_test.go | ||
env.go | ||
formatting_test.go | ||
reg_test.go | ||
runner.go | ||
serialization_test.go | ||
shared_test.go | ||
wrappers.go |