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=5403dbf27be828e99bac0e399e549cc0c9ff09e1;hp=f50056e8d230e37a8b309b908736607ae13667ee;hb=292e64ba21f8044df19884dc3e61fe5e292a82df;hpb=b2676209b072592da3425c2efb29f51eb5c4a0e0 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..5403dbf27 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,17 @@ 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 CHR7() { test(); } + @Test public void CHR8() { test(); } + @Test public void CHR9() { test(); } + @Test public void CHR10() { test(); } + @Test public void CHR11() { test(); } + @Test public void CHR12() { test(); } + @Test public void CHRSelect1() { test(); } + @Test public void CHRSelect2() { test(); } + @Test public void CHRSelect3() { test(); } @Test public void ClosureRecursion() { test(); } @Test public void Collaz() { test(); } @Test public void Compose() { test(); } @@ -46,11 +57,13 @@ public class ModuleRegressionTests extends TestBase { @Test public void Effects4() { test(); } @Test public void Effects5() { test(); } @Test public void Effects6() { test(); } + @Test public void EmptyDo() { test(); } @Test public void EmptyLet() { test(); } @Test(expected=ValueNotFound.class) public void EmptyModule() throws ValueNotFound { test(new String[]{"EmptyModule"}, new String[]{""}); } + @Test public void Equality() { test(); } @Test public void ExistentialData() { test(); } @Test public void ExistentialData2() { test(); } @@ -107,6 +120,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void InvalidPattern2() { test(); } @Test public void InvalidPattern3() { test(); } @Test public void InvalidPattern4() { test(); } + @Test public void InvalidRunProc() { test(); } @Test public void InvalidTypeClassInstance1() { test(); } @Test public void JavaAccess1() { test(); } @Test public void JavaConstructors() { test(); } @@ -138,6 +152,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 +236,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(); }