File tree Expand file tree Collapse file tree 11 files changed +30
-0
lines changed
presentation-compiler/test/dotty/tools/pc/tests Expand file tree Collapse file tree 11 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import java.nio.file.Path
55import dotty .tools .pc .base .{BaseCompletionSuite , BaseExtractMethodSuite }
66
77import org .junit .Test
8+ import org .junit .Ignore
89
910class ExtractMethodNoIndentSuite extends BaseExtractMethodSuite :
1011 override protected def scalacOptions (classpath : Seq [Path ]): Seq [String ] =
@@ -73,6 +74,7 @@ class CompletionMatchNoIndentSuite extends BaseCompletionSuite:
7374 filter = ! _.contains(" exhaustive" )
7475 )
7576
77+ @ Ignore
7678 @ Test def `exhaustive` =
7779 checkEdit(
7880 s """
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import dotty.tools.pc.base.BaseCompletionSuite
44
55import org .junit .FixMethodOrder
66import org .junit .Test
7+ import org .junit .Ignore
78import org .junit .runners .MethodSorters
89
910@ FixMethodOrder (MethodSorters .NAME_ASCENDING )
@@ -1174,6 +1175,7 @@ class CompletionArgSuite extends BaseCompletionSuite:
11741175 topLines = Some (1 ),
11751176 )
11761177
1178+ @ Ignore
11771179 @ Test def `comparison` =
11781180 check(
11791181 """
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import scala.meta.pc.PresentationCompilerConfig
66import dotty .tools .pc .base .BaseCompletionSuite
77
88import org .junit .Test
9+ import org .junit .Ignore
910
1011class CompletionCaseSuite extends BaseCompletionSuite :
1112
@@ -249,6 +250,7 @@ class CompletionCaseSuite extends BaseCompletionSuite:
249250 |""" .stripMargin
250251 )
251252
253+ @ Ignore
252254 @ Test def `lambda` =
253255 check(
254256 """
@@ -291,6 +293,7 @@ class CompletionCaseSuite extends BaseCompletionSuite:
291293 |""" .stripMargin
292294 )
293295
296+ @ Ignore
294297 @ Test def `lambda-curry` =
295298 check(
296299 """
@@ -305,6 +308,7 @@ class CompletionCaseSuite extends BaseCompletionSuite:
305308 |""" .stripMargin
306309 )
307310
311+ @ Ignore
308312 @ Test def `partial` =
309313 check(
310314 """
@@ -347,6 +351,7 @@ class CompletionCaseSuite extends BaseCompletionSuite:
347351 |""" .stripMargin
348352 )
349353
354+ @ Ignore
350355 @ Test def `infix` =
351356 check(
352357 """
Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ package dotty.tools.pc.tests.completion
33import dotty .tools .pc .base .BaseCompletionSuite
44
55import org .junit .Test
6+ import org .junit .Ignore
67
78class CompletionKeywordSuite extends BaseCompletionSuite :
89
10+ @ Ignore
911 @ Test def `super-template` =
1012 check(
1113 """
@@ -61,6 +63,7 @@ class CompletionKeywordSuite extends BaseCompletionSuite:
6163 includeCommitCharacter = true
6264 )
6365
66+ @ Ignore
6467 @ Test def `super-def` =
6568 check(
6669 """
@@ -81,6 +84,7 @@ class CompletionKeywordSuite extends BaseCompletionSuite:
8184 |""" .stripMargin
8285 )
8386
87+ @ Ignore
8488 @ Test def `super-val` =
8589 check(
8690 """
@@ -101,6 +105,7 @@ class CompletionKeywordSuite extends BaseCompletionSuite:
101105 |""" .stripMargin
102106 )
103107
108+ @ Ignore
104109 @ Test def `super-var` =
105110 check(
106111 """
@@ -121,6 +126,7 @@ class CompletionKeywordSuite extends BaseCompletionSuite:
121126 |""" .stripMargin
122127 )
123128
129+ @ Ignore
124130 @ Test def `super-arg` =
125131 check(
126132 """
@@ -380,6 +386,7 @@ class CompletionKeywordSuite extends BaseCompletionSuite:
380386 " "
381387 )
382388
389+ @ Ignore
383390 @ Test def `super-typeapply` =
384391 check(
385392 """
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import dotty.tools.pc.base.BaseCompletionSuite
44import dotty .tools .pc .utils .MockEntries
55
66import org .junit .Test
7+ import org .junit .Ignore
78
89class CompletionMatchSuite extends BaseCompletionSuite :
910
@@ -335,6 +336,7 @@ class CompletionMatchSuite extends BaseCompletionSuite:
335336 filter = _.contains(" exhaustive" )
336337 )
337338
339+ @ Ignore
338340 @ Test def `exhaustive-map` =
339341 check(
340342 """
@@ -346,6 +348,7 @@ class CompletionMatchSuite extends BaseCompletionSuite:
346348 filter = _.contains(" exhaustive" )
347349 )
348350
351+ @ Ignore
349352 @ Test def `exhaustive-map-edit` =
350353 checkEdit(
351354 """
Original file line number Diff line number Diff line change @@ -384,6 +384,7 @@ class CompletionSnippetSuite extends BaseCompletionSuite:
384384 topLines = Some (4 )
385385 )
386386
387+ @ Ignore
387388 @ Test def `no-apply` =
388389 checkSnippet(
389390 s """ |package example
Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ class CompletionSuite extends BaseCompletionSuite:
412412 includeCommitCharacter = true
413413 )
414414
415+ @ Ignore
415416 @ Test def `numeric-sort` =
416417 check(
417418 """
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import dotty.tools.pc.utils.MockEntries
99
1010import org .eclipse .lsp4j .Location
1111import org .junit .Test
12+ import org .junit .Ignore
1213
1314class TypeDefinitionSuite extends BasePcDefinitionSuite :
1415
@@ -216,6 +217,7 @@ class TypeDefinitionSuite extends BasePcDefinitionSuite:
216217 |""" .stripMargin
217218 )
218219
220+ @ Ignore
219221 @ Test def `string` =
220222 check(
221223 """ |object Main {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package dotty.tools.pc.tests.hover
33import dotty .tools .pc .base .BaseHoverSuite
44
55import org .junit .Test
6+ import org .junit .Ignore
67
78class HoverTermSuite extends BaseHoverSuite :
89
@@ -68,6 +69,7 @@ class HoverTermSuite extends BaseHoverSuite:
6869 |""" .stripMargin.hover
6970 )
7071
72+ @ Ignore
7173 @ Test def `interpolator-name` =
7274 check(
7375 """
@@ -80,6 +82,7 @@ class HoverTermSuite extends BaseHoverSuite:
8082 |""" .stripMargin.hover
8183 )
8284
85+ @ Ignore
8386 @ Test def `interpolator-macro` =
8487 check(
8588 """
Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ package dotty.tools.pc.tests.signaturehelp
33import dotty .tools .pc .base .BaseSignatureHelpSuite
44
55import org .junit .Test
6+ import org .junit .Ignore
67
78class SignatureHelpPatternSuite extends BaseSignatureHelpSuite :
89
10+ @ Ignore
911 @ Test def `case` =
1012 check(
1113 """
@@ -170,6 +172,7 @@ class SignatureHelpPatternSuite extends BaseSignatureHelpSuite:
170172 | """ .stripMargin
171173 )
172174
175+ @ Ignore
173176 @ Test def `pat2` =
174177 check(
175178 """
You can’t perform that action at this time.
0 commit comments