Skip to content

Commit a12ee94

Browse files
committed
gopls/internal/regtest/misc: update some unilaterally skipped tests
Remove skips for two tests related to line directives (now fixed), and delete a test related to the old parse cache, which no longer exists. Updates golang/go#53878 Change-Id: I15b1e5d72f5ccc8c094eaa43e73a9bcc1f75c031 Reviewed-on: https://go-review.googlesource.com/c/tools/+/496882 Reviewed-by: Peter Weinberger <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]>
1 parent 5ff5cbb commit a12ee94

File tree

2 files changed

+0
-91
lines changed

2 files changed

+0
-91
lines changed

gopls/internal/regtest/misc/failures_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
// that includes a line directive, which makes no difference since
1616
// gopls ignores line directives.
1717
func TestHoverFailure(t *testing.T) {
18-
t.Skip("line directives //line ")
1918
const mod = `
2019
-- go.mod --
2120
module mod.com
@@ -48,7 +47,6 @@ func main() {
4847
// This test demonstrates a case where gopls is not at all confused by
4948
// line directives, because it completely ignores them.
5049
func TestFailingDiagnosticClearingOnEdit(t *testing.T) {
51-
t.Skip("line directives //line ")
5250
// badPackageDup contains a duplicate definition of the 'a' const.
5351
// This is a minor variant of TestDiagnosticClearingOnEdit from
5452
// diagnostics_test.go, with a line directive, which makes no difference.

gopls/internal/regtest/misc/leak_test.go

-89
This file was deleted.

0 commit comments

Comments
 (0)