X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FModuleRegressionTests.java;h=cf3aa021b44981dddb463588e46b0bc5cfeb0b46;hb=6f11a60dee43d620d500c0cf5af34a1d91c80a8b;hp=dc2c775241574595b88c5f36ccdf75e8610782c6;hpb=36799f7fc9a4793236d9085aa87ee5baff167376;p=simantics%2Fplatform.git 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 dc2c77524..cf3aa021b 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,18 @@ 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 CHR13() { 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(); } @@ -39,18 +51,21 @@ public class ModuleRegressionTests extends TestBase { @Test public void DifferentBranchTypes() { test(); } @Test public void Div() { test(); } @Test public void DoubleConversion() { test(); } - @Test public void DoubleEffect() { test(); } + @Test public void DoubleEffect() { test(); } + @Test public void Dynamic1() { test(); } @Test public void Effects1() { test(); } @Test public void Effects2() { test(); } @Test public void Effects3() { test(); } @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 +122,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 +154,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(); } @@ -157,6 +174,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(); } @@ -190,13 +208,14 @@ public class ModuleRegressionTests extends TestBase { @Test public void Record1() { test(); } @Test public void Record2() { test(); } @Test public void RecordShorthand() { test(); } + @Test public void RecursionBug() { test(); } @Test public void RecursiveContext() { test(); } @Test public void RecursiveValues2() { test(); } @Test public void RecursiveValues3() { test(); } @Test public void RecursiveValues4() { test(); } @Test public void RedBlackTrees() { test(); } @Test public void Relations1() { test(); } - @Test public void Relations2() { test(); } + @Test public void Relations2() { test(); } @Test public void RepeatedVariableInPattern() { test(); } @Test public void Scanl() { test(); } @Test public void Search() { test(); } @@ -220,6 +239,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(); }