]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/RegressionTestsWithPrelude.java
Added missing parts from SVN org.simantics.root project.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / RegressionTestsWithPrelude.java
1 package org.simantics.scl.compiler.tests;
2
3 import org.junit.Test;
4
5 public class RegressionTestsWithPrelude extends TestBase {
6
7     public RegressionTestsWithPrelude() { super("scl"); }
8
9     @Test public void BigContext() { test(); }
10     @Test public void BigFunction() { test(); }
11     @Test public void BinaryOperators1() { test(); }
12     @Test public void Bug4450() { test(); }
13     @Test public void Character1() { test(); }
14     @Test public void Collaz() { test(); }
15     @Test public void Deriving1() { test(); }
16     @Test public void Deriving3() { test(); }
17     @Test public void Deriving4() { test(); }
18     @Test public void Div() { test(); }
19     @Test public void DoubleConversion() { test(); }
20     @Test public void ExpressionParsing() { test(); }
21     @Test public void Fibonacci2() { test(); }
22     @Test public void FoldlBuild1() { test(); }
23     @Test public void FoldlBuild2() { test(); }
24     @Test public void FoldMissingInitialValue() { test(); }
25     @Test public void FromDynamic() { test(); }
26     @Test public void FromDynamic2() { test(); }
27     @Test public void FromDynamic3() { test(); }
28     @Test public void FromDynamic4() { test(); }
29     @Test public void FromDynamic5() { test(); }
30     @Test public void FunctionFunctor() { test(); }
31     @Test public void FunctorM1() { test(); }
32     @Test public void GenericMutualRecursion() { test(); }
33     @Test public void GlobalVariables() { test(); }
34     @Test public void Guards1() { test(); }
35     @Test public void Guards2() { test(); }
36     @Test public void Hashable1() { test(); }
37     @Test public void Hashable2() { test(); }
38     @Test public void Index() { test(); }
39     @Test public void InstanceHierarchy() { test(); }
40     @Test public void InvalidModule() { test(); }
41     @Test public void Layout1() { test(); }
42     @Test public void ListSyntax() { test(); }
43     @Test public void ListSyntax2() { test(); }
44     @Test public void ListSyntax3() { test(); }
45     @Test public void ListSyntax4() { test(); }
46     @Test public void ListSyntax5() { test(); }
47     @Test public void ListSyntax6() { test(); }
48     @Test public void ListSyntax7() { test(); }
49     @Test public void ListSyntax8() { test(); }
50     @Test public void ListSyntax9() { test(); }
51     @Test public void ListSyntax10() { test(); }
52     @Test public void ListSyntax11() { test(); }
53     @Test public void ListSyntax12() { test(); }
54     @Test public void LocalDefinitions5() { test(); }
55     @Test public void Matching4() { test(); }
56     @Test public void MaximumBy() { test(); }
57     @Test public void Maybe4() { test(); }
58     @Test public void MissingEffect() { test(); }
59     @Test public void Monads1() { test(); }
60     @Test public void MonadSyntax1() { test(); }
61     @Test public void NonexistentTypeClassInAnnotation() { test(); }
62     @Test public void OverloadedLiterals2() { test(); }
63     @Test public void Parsing() { test(); }    
64     @Test public void Polynomials() { test(); }
65     @Test public void Proc1() { test(); }
66     @Test public void Proc2() { test(); }
67     @Test public void Proc3() { test(); }
68     @Test public void Random1() { test(); }
69     @Test public void RangeSyntax() { test(); }
70     @Test public void Record1() { test(); }
71     @Test public void RedBlackTrees() { test(); }
72     @Test public void Relations1() { test(); }
73     @Test public void Relations2() { test(); }
74     @Test public void Scanl() { test(); }
75     @Test public void Search() { test(); }
76     @Test public void Sections() { test(); }
77     @Test public void Select1() { test(); }
78     @Test public void Select2() { test(); }
79     @Test public void Select3() { test(); }
80     @Test public void Select4() { test(); }
81     @Test public void Select5() { test(); }
82     @Test public void Select6() { test(); }
83     @Test public void Select7() { test(); }
84     @Test public void Select8() { test(); }
85     @Test public void Select9() { test(); }
86     @Test public void Serialization() { test(); }
87     @Test public void Serialization2() { test(); }
88     @Test public void Serialization3() { test(); }
89     @Test public void Show1() { test(); }
90     @Test public void SinConst1() { test(); }
91     @Test public void Sort() { test(); }
92     @Test public void SSATypingBug() { test(); }
93     @Test public void StringInterpolation1() { test(); }
94     @Test public void SumOfInverses2() { test(); }
95     @Test public void TooManyParametersToSin() { test(); }
96     @Test public void Transformation1() { test(); }
97     @Test public void Transformation2() { test(); }
98     @Test public void Transformation3() { test(); }
99     @Test public void Transformation4() { test(); }
100     @Test public void Transformation5() { test(); }
101     @Test public void Transformation6() { test(); }
102     @Test public void Transformation7() { test(); }
103     @Test public void TransformationOrder() { test(); }
104     @Test(timeout=1000L) public void TypeInferenceBug2() { test(); }
105     @Test public void TypeOf1() { test(); }
106     @Test public void UnaryMinus() { test(); }
107     @Test public void Unification1() { test(); }
108     @Test public void ValueConversion() { test(); }
109     @Test public void Vector1() { test(); }
110     @Test public void Vector2() { test(); }
111     @Test public void While2() { test(); }
112     @Test public void While3() { test(); }
113
114 }