From 922091851975ff5b82e3f0c526feeca4e4fb2157 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Wed, 9 Aug 2023 10:53:10 +0200 Subject: [PATCH] Move tests/run-custom-args/tasty-interpreter to tests/old-tasty-interpreter-prototype [Cherry-picked 96f580218bf92df1e5e721f69132d2c8d1b163ce] --- .../dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala | 2 +- .../InterpretedMain.scala | 0 .../Precompiled.scala | 0 .../Test.scala | 0 .../interpreter/TastyInterpreter.scala | 0 .../interpreter/TreeInterpreter.scala | 0 .../interpreter/jvm/Interpreter.scala | 0 .../interpreter/jvm/JVMReflection.scala | 0 .../notes.md | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename tests/{run-custom-args/tasty-interpreter => old-tasty-interpreter-prototype}/InterpretedMain.scala (100%) rename tests/{run-custom-args/tasty-interpreter => old-tasty-interpreter-prototype}/Precompiled.scala (100%) rename tests/{run-custom-args/tasty-interpreter => old-tasty-interpreter-prototype}/Test.scala (100%) rename tests/{run-custom-args/tasty-interpreter => old-tasty-interpreter-prototype}/interpreter/TastyInterpreter.scala (100%) rename tests/{run-custom-args/tasty-interpreter => old-tasty-interpreter-prototype}/interpreter/TreeInterpreter.scala (100%) rename tests/{run-custom-args/tasty-interpreter => old-tasty-interpreter-prototype}/interpreter/jvm/Interpreter.scala (100%) rename tests/{run-custom-args/tasty-interpreter => old-tasty-interpreter-prototype}/interpreter/jvm/JVMReflection.scala (100%) rename tests/{run-custom-args/tasty-interpreter => old-tasty-interpreter-prototype}/notes.md (100%) diff --git a/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala b/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala index 01efe1559de3..6a5e92a51a37 100644 --- a/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala +++ b/compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala @@ -132,7 +132,7 @@ class BootstrappedOnlyCompilationTests { ) val tests = if scala.util.Properties.isWin then basicTests - else compileDir("tests/run-custom-args/tasty-interpreter", withTastyInspectorOptions) :: basicTests + else compileDir("tests/old-tasty-interpreter-prototype", withTastyInspectorOptions) :: basicTests aggregateTests(tests: _*).checkRuns() } diff --git a/tests/run-custom-args/tasty-interpreter/InterpretedMain.scala b/tests/old-tasty-interpreter-prototype/InterpretedMain.scala similarity index 100% rename from tests/run-custom-args/tasty-interpreter/InterpretedMain.scala rename to tests/old-tasty-interpreter-prototype/InterpretedMain.scala diff --git a/tests/run-custom-args/tasty-interpreter/Precompiled.scala b/tests/old-tasty-interpreter-prototype/Precompiled.scala similarity index 100% rename from tests/run-custom-args/tasty-interpreter/Precompiled.scala rename to tests/old-tasty-interpreter-prototype/Precompiled.scala diff --git a/tests/run-custom-args/tasty-interpreter/Test.scala b/tests/old-tasty-interpreter-prototype/Test.scala similarity index 100% rename from tests/run-custom-args/tasty-interpreter/Test.scala rename to tests/old-tasty-interpreter-prototype/Test.scala diff --git a/tests/run-custom-args/tasty-interpreter/interpreter/TastyInterpreter.scala b/tests/old-tasty-interpreter-prototype/interpreter/TastyInterpreter.scala similarity index 100% rename from tests/run-custom-args/tasty-interpreter/interpreter/TastyInterpreter.scala rename to tests/old-tasty-interpreter-prototype/interpreter/TastyInterpreter.scala diff --git a/tests/run-custom-args/tasty-interpreter/interpreter/TreeInterpreter.scala b/tests/old-tasty-interpreter-prototype/interpreter/TreeInterpreter.scala similarity index 100% rename from tests/run-custom-args/tasty-interpreter/interpreter/TreeInterpreter.scala rename to tests/old-tasty-interpreter-prototype/interpreter/TreeInterpreter.scala diff --git a/tests/run-custom-args/tasty-interpreter/interpreter/jvm/Interpreter.scala b/tests/old-tasty-interpreter-prototype/interpreter/jvm/Interpreter.scala similarity index 100% rename from tests/run-custom-args/tasty-interpreter/interpreter/jvm/Interpreter.scala rename to tests/old-tasty-interpreter-prototype/interpreter/jvm/Interpreter.scala diff --git a/tests/run-custom-args/tasty-interpreter/interpreter/jvm/JVMReflection.scala b/tests/old-tasty-interpreter-prototype/interpreter/jvm/JVMReflection.scala similarity index 100% rename from tests/run-custom-args/tasty-interpreter/interpreter/jvm/JVMReflection.scala rename to tests/old-tasty-interpreter-prototype/interpreter/jvm/JVMReflection.scala diff --git a/tests/run-custom-args/tasty-interpreter/notes.md b/tests/old-tasty-interpreter-prototype/notes.md similarity index 100% rename from tests/run-custom-args/tasty-interpreter/notes.md rename to tests/old-tasty-interpreter-prototype/notes.md