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=7b693aa62212a6bf42bfb776d646c19ea748bbd3;hb=refs%2Fchanges%2F82%2F1482%2F2;hp=0e06e61e3ef57d4704abbbfa8803829c1e4df22d;hpb=89509fcdedf40fcfca0144158c28802dea4ab18f;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 0e06e61e3..7b693aa62 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 @@ -71,6 +71,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void Equality() { test(); } @Test public void ExistentialData() { test(); } @Test public void ExistentialData2() { test(); } + @Test public void ExportBug1() { test(); } @Test public void ExpressionParsing() { test(); } @Test public void FaultyRecursion() { test(); } @Test public void Fibonacci() { test(); } @@ -100,6 +101,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(); } @@ -109,6 +111,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void IndentationAndParenthesis() { test(); } @Test public void Index() { test(); } @Test public void Inline1() { test(); } + @Test public void InlineBug() { test(); } @Test public void InstanceHierarchy() { test(); } @Test public void InstanceIsTypoedAsClass() { test(); } @Test public void InvalidClass1() { test(); } @@ -135,6 +138,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void LambdaMatch() { test(); } @Test public void Layout1() { test(); } @Test public void List() { test(); } + @Test public void ListComprehensionBug1() { test(); } @Test public void ListError1() { test(); } @Test public void ListError2() { test(); } @Test public void ListFunctions() { test(); } @@ -185,6 +189,7 @@ public class ModuleRegressionTests extends TestBase { @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(); } @@ -216,6 +221,7 @@ public class ModuleRegressionTests extends TestBase { @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(); } @@ -224,8 +230,10 @@ public class ModuleRegressionTests extends TestBase { @Test public void RedBlackTrees() { test(); } @Test public void Relations1() { test(); } @Test public void Relations2() { test(); } + @Test public void RepeatedVariableDefinitionBug() { test(); } @Test public void RepeatedVariableInPattern() { test(); } @Test public void Scanl() { test(); } + @Test public void SafeDynamic1() { test(); } @Test public void Search() { test(); } @Test public void Sections() { test(); } @Test public void Select1() { test(); } @@ -278,6 +286,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void TypeClass() { test(); } @Test public void TypeClassBug1() { test(); } @Test(timeout=1000L) public void TypeInferenceBug2() { test(); } + @Test public void TypeInferenceBug3() { test(); } @Test public void TypeOf1() { test(); } @Test public void TypingBug1() { test(); } @Test public void TypingError1() { test(); }