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=23ae54a976c5563696f6144e5393c048a6a5f0d9;hp=cf3aa021b44981dddb463588e46b0bc5cfeb0b46;hb=ee50229d9a0d3e0903bda73c97c428fc2c05926d;hpb=6f11a60dee43d620d500c0cf5af34a1d91c80a8b 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 cf3aa021b..23ae54a97 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 @@ -20,6 +20,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void ClashingClass() { test(); } @Test public void ClashingData() { test(); } @Test public void ClashingInstance() { test(); } + @Test public void ClashingJavaImport() { test(); } @Test public void ClashingValueType() { test(); } @Test public void ClosingBrace() { test(); } @Test public void CHR1() { test(); } @@ -45,6 +46,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void ConjunctionMacro() { test(); } @Test public void Constant() { test(); } @Test public void ConstructorNameClash() { test(); } + @Test public void DeconstructEnum() { test(); } @Test public void DefaultMethods1() { test(); } @Test public void Deriving3() { test(); } @Test public void Deriving4() { test(); } @@ -135,6 +137,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void List() { test(); } @Test public void ListError1() { test(); } @Test public void ListError2() { test(); } + @Test public void ListFunctions() { test(); } @Test public void ListSyntax() { test(); } @Test public void ListSyntax10() { test(); } @Test public void ListSyntax11() { test(); } @@ -179,6 +182,8 @@ public class ModuleRegressionTests extends TestBase { @Test public void MonadBug1() { test(); } @Test public void Monads1() { test(); } @Test public void MonadSyntax1() { test(); } + @Test public void MonadSyntax3() { test(); } + @Test public void MonadSyntax4() { test(); } @Test public void NoDefinitionErrorMessage() { test(); } @Test public void NoInstance() { test(); } @Test public void NoInstance2() { test(); } @@ -192,7 +197,8 @@ public class ModuleRegressionTests extends TestBase { @Test public void OverloadedArithmetic2() { test(); } @Test public void OverloadedArithmetic3() { test(); } @Test public void OverloadedLiterals2() { test(); } - @Test public void Overloading1() { test(); } + @Test public void Overloading1() { test(); } + @Test public void Overloading4() { test(); } @Test public void Parsing() { test(); } @Test public void PolymorphicRecursion() { test(); } @Test public void PolymorphicRecursion2() { test(); } @@ -207,6 +213,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void RangeSyntax() { test(); } @Test public void Record1() { test(); } @Test public void Record2() { test(); } + @Test public void Record3() { test(); } @Test public void RecordShorthand() { test(); } @Test public void RecursionBug() { test(); } @Test public void RecursiveContext() { test(); }