Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport "Remove tests/pos-with-compiler-cc" to 3.3 LTS #116

Open
wants to merge 2 commits into
base: backport-lts-3.3-21859
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ class BootstrappedOnlyCompilationTests {
).checkCompile()
}

// @Test
def posWithCompilerCC: Unit =
implicit val testGroup: TestGroup = TestGroup("compilePosWithCompilerCC")
aggregateTests(
compileDir("tests/pos-with-compiler-cc/dotc", withCompilerOptions.and("-language:experimental.captureChecking"))
).checkCompile()

@Test def posWithCompiler: Unit = {
implicit val testGroup: TestGroup = TestGroup("compilePosWithCompiler")
aggregateTests(
Expand Down
232 changes: 0 additions & 232 deletions tests/pos-with-compiler-cc/backend/ScalaPrimitivesOps.scala

This file was deleted.

57 changes: 0 additions & 57 deletions tests/pos-with-compiler-cc/backend/WorklistAlgorithm.scala

This file was deleted.

65 changes: 0 additions & 65 deletions tests/pos-with-compiler-cc/backend/jvm/AsmUtils.scala

This file was deleted.

Loading