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=00af273c71d8c1295e70e61a9b0e13b9b4d6c09b;hp=39b53b8b548476e673a657728e250d318c45ec73;hb=52b3c02e20d817f124f9024bd3f40518d19cbe94;hpb=1a70d6085093907f2120e5319554420b1ada614a 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 39b53b8b5..00af273c7 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,13 +46,15 @@ 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(); } @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(); } @@ -97,6 +100,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void Guards1() { test(); } @Test public void Guards2() { test(); } @Test public void IdAsOperator() { test(); } + @Test public void IfBranchesWithDifferentTypes() { test(); } //@Test public void IfWithoutElse() { test(); } @Test public void IllegalChar() { test(); } @Test public void ImportJavaConstructor() { test(); } @@ -134,6 +138,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(); } @@ -178,6 +183,10 @@ 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 MonadSyntax5() { test(); } + @Test public void MonadSyntax6() { test(); } @Test public void NoDefinitionErrorMessage() { test(); } @Test public void NoInstance() { test(); } @Test public void NoInstance2() { test(); } @@ -191,7 +200,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(); } @@ -206,7 +216,9 @@ 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 RecordWildcards() { test(); } @Test public void RecursionBug() { test(); } @Test public void RecursiveContext() { test(); } @Test public void RecursiveValues2() { test(); } @@ -248,6 +260,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void StringMatching1() { test(); } @Test public void SumOfInverses2() { test(); } @Test public void SwitchSimplification() { test(); } + @Test public void Throw1() { test(); } @Test public void TooManyParametersToSin() { test(); } @Test public void Transformation1() { test(); } @Test public void Transformation2() { test(); }