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=6a416687d1ba7d280a93f1a7c30976f1ba957b9f;hp=0e06e61e3ef57d4704abbbfa8803829c1e4df22d;hb=f62bab9b78e60b94e055d51db98a03141415323e;hpb=fc2cb126576a7d0f3e6e1d4812992e4e69e481cd 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..6a416687d 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 @@ -1,5 +1,6 @@ package org.simantics.scl.compiler.tests; +import org.junit.Ignore; import org.junit.Test; import org.simantics.scl.compiler.top.ValueNotFound; @@ -36,6 +37,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void CHR11() { test(); } @Test public void CHR12() { test(); } @Test public void CHR13() { test(); } + @Ignore @Test public void CHR14() { test(); } @Test public void CHRSelect1() { test(); } @Test public void CHRSelect2() { test(); } @Test public void CHRSelect3() { test(); } @@ -71,6 +73,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 +103,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 +113,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(); } @@ -131,10 +136,12 @@ public class ModuleRegressionTests extends TestBase { @Test public void JavaMethods() { test(); } @Test public void JavaTypes() { test(); } @Test public void Kinds1() { test(); } + @Test public void Lazy1() { test(); } @Test public void Lambda() { test(); } @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 +192,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(); } @@ -215,7 +223,9 @@ public class ModuleRegressionTests extends TestBase { @Test public void Record1() { test(); } @Test public void Record2() { test(); } @Test public void Record3() { test(); } + @Test public void Record4() { 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 +234,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 +290,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(); }