From: Hannu Niemistö Date: Wed, 31 May 2017 06:59:10 +0000 (+0300) Subject: Moved passing tests from UnimplementedTests to ModuleRegressionTests X-Git-Tag: v1.29.0~7^2 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=b9aa30eb655f773e2e7e7982e8e6348bca64fc85 Moved passing tests from UnimplementedTests to ModuleRegressionTests Change-Id: Id5e2c8c18c73147e7f1c30bb7cb8fcb56dcb6e76 --- diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java index f50056e8d..5bd0c85d7 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java @@ -138,6 +138,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void LocalDefinitions4() { test(); } @Test public void LocalDefinitions5() { test(); } @Test public void Logger() { test(); } + @Test public void LP() { test(); } @Test public void Macros1() { test(); } @Test public void Macros2() { test(); } @Test public void Macros4() { test(); } @@ -221,6 +222,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void SinConst1() { test(); } @Test public void Sort() { test(); } @Test public void Sort2() { test(); } + @Test public void SpecConstr1() { test(); } @Test public void SSATypingBug() { test(); } @Test public void StreamFusion() { test(); } @Test public void StringEscape() { test(); } diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/UnimplementedTests.java b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/UnimplementedTests.java index 612a3ab1e..ede9d008b 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/UnimplementedTests.java +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/UnimplementedTests.java @@ -13,16 +13,13 @@ public class UnimplementedTests extends TestBase { @Test public void FunctionalDependencies2() { test(); } @Test public void InlineLoop() { test(); } @Test public void InstanceTypeVariables() { test(); } - @Test public void LP() { test(); } @Test public void Macros3() { test(); } @Test public void MissingTypeParameter() { test(); } @Test(timeout=100L) public void RecursiveValues() { test(); } @Test public void Set1() { test(); } @Test public void Signals() { test(); } - @Test public void SpecConstr1() { test(); } @Test public void StackTrace() { test(); } - @Test public void StringInterpolation2() { test(); } @Test public void Timing() { test(); } }