X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FModuleRegressionTests.java;h=dc2c775241574595b88c5f36ccdf75e8610782c6;hp=347191a3f96c19a45932b1d9cd44594e4949d59e;hb=5d55c8c863ea9909064ee847f25163bf02e5e8f2;hpb=cb5fc8d606d8b322563e9345c441eecfa7f01753 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 347191a3f..dc2c77524 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 @@ -22,6 +22,11 @@ public class ModuleRegressionTests extends TestBase { @Test public void ClashingInstance() { test(); } @Test public void ClashingValueType() { test(); } @Test public void ClosingBrace() { test(); } + @Test public void CHR1() { test(); } + @Test public void CHR2() { test(); } + @Test public void CHR3() { test(); } + @Test public void CHR4() { test(); } + @Test public void ClosureRecursion() { test(); } @Test public void Collaz() { test(); } @Test public void Compose() { test(); } @Test public void Composition() { test(); } @@ -68,6 +73,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void FromDynamic4() { test(); } @Test public void FromDynamic5() { test(); } @Test public void FunctionFunctor() { test(); } + @Test public void FunctionIdentity() { test(); } @Test public void Functor() { test(); } @Test public void FunctorM1() { test(); } @Test public void Generalization() { test(); } @@ -131,6 +137,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void LocalDefinitions3() { test(); } @Test public void LocalDefinitions4() { test(); } @Test public void LocalDefinitions5() { test(); } + @Test public void Logger() { test(); } @Test public void Macros1() { test(); } @Test public void Macros2() { test(); } @Test public void Macros4() { test(); } @@ -140,6 +147,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void Matching2() { test(); } @Test public void Matching4() { test(); } @Test public void Matching5() { test(); } + @Test public void Matching6() { test(); } @Test public void MatchingWithMissingParameter() { test(); } @Test public void MatchingWithoutTypeAnnotations() { test(); } @Test public void MaximumBy() { test(); } @@ -180,6 +188,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void Random1() { test(); } @Test public void RangeSyntax() { test(); } @Test public void Record1() { test(); } + @Test public void Record2() { test(); } @Test public void RecordShorthand() { test(); } @Test public void RecursiveContext() { test(); } @Test public void RecursiveValues2() { test(); } @@ -194,7 +203,6 @@ public class ModuleRegressionTests extends TestBase { @Test public void Sections() { test(); } @Test public void Select1() { test(); } @Test public void Select2() { test(); } - @Test public void Select3() { test(); } @Test public void Select4() { test(); } @Test public void Select5() { test(); } @Test public void Select6() { test(); } @@ -208,6 +216,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void SharedTypeVariable() { test(); } @Test public void ShortcutFusion() { test(); } @Test public void Show1() { test(); } + @Test public void SkipEqAndHashable() { test(); } @Test public void SinConst1() { test(); } @Test public void Sort() { test(); } @Test public void Sort2() { test(); } @@ -219,6 +228,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void StringInterpolation3() { test(); } @Test public void StringMatching1() { test(); } @Test public void SumOfInverses2() { test(); } + @Test public void SwitchSimplification() { test(); } @Test public void TooManyParametersToSin() { test(); } @Test public void Transformation1() { test(); } @Test public void Transformation2() { test(); }