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=769a1bde952daaa9de2d5f25d4b1d6c1b6f866bf;hp=4701e2586e961465e9a9a6c95085b984eb8111a2;hb=fad36d463b75c3a9944d875fc627c3533f6da74d;hpb=f5b8a3d0b68ab33a78235c5dfa84fc1d45f6271e 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 4701e2586..769a1bde9 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 @@ -26,6 +26,8 @@ public class ModuleRegressionTests extends TestBase { @Test public void CHR2() { test(); } @Test public void CHR3() { test(); } @Test public void CHR4() { test(); } + @Test public void CHR5() { test(); } + @Test public void CHR6() { test(); } @Test public void ClosureRecursion() { test(); } @Test public void Collaz() { test(); } @Test public void Compose() { test(); } @@ -138,6 +140,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(); } @@ -147,6 +150,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(); } @@ -156,6 +160,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void Maybe4() { test(); } @Test public void MissingEffect() { test(); } @Test public void MissingMethod() { test(); } + @Test public void ModuleExport() { test(); } @Test public void ModuleInitialization() { test(); } @Test public void MonadBug1() { test(); } @Test public void Monads1() { test(); } @@ -219,6 +224,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(); }