]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java
Fixed incorrect interaction of EAmbigious and TMetaVar.setRef
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ModuleRegressionTests.java
index cf3aa021b44981dddb463588e46b0bc5cfeb0b46..a61dc965d43b26806e4595c0f5ce2d88dbb7d289 100644 (file)
@@ -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(); }
@@ -135,6 +136,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 +181,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 +196,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 +212,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(); }