@@ -20,8 +20,6 @@ class LLVMTests extends EffektTests {
20
20
)
21
21
22
22
lazy val bugs : List [File ] = List (
23
- // names not sanitized (even?)
24
- examplesDir / " pos" / " special_names.effekt" ,
25
23
// Jump to the invalid address stated on the next line
26
24
examplesDir / " benchmarks" / " input_output" / " dyck_one.effekt" ,
27
25
examplesDir / " benchmarks" / " input_output" / " number_matrix.effekt" ,
@@ -33,36 +31,14 @@ class LLVMTests extends EffektTests {
33
31
* Documentation of currently failing tests and their reason
34
32
*/
35
33
lazy val missingFeatures : List [File ] = List (
36
-
37
- // now show instance for records / datatypes
38
- examplesDir / " pos" / " builtins.effekt" ,
39
- examplesDir / " pos" / " namespaces.effekt" ,
40
- examplesDir / " pos" / " triples.effekt" ,
41
- examplesDir / " pos" / " either.effekt" ,
42
-
43
- // inspect
44
- examplesDir / " pos" / " probabilistic.effekt" ,
45
- examplesDir / " pos" / " nim.effekt" ,
46
- examplesDir / " pos" / " exists.effekt" ,
47
-
48
- // arrays
49
- examplesDir / " pos" / " arrays.effekt" ,
50
- examplesDir / " pos" / " raytracer.effekt" ,
51
- examplesDir / " pos" / " issue319.effekt" ,
52
- examplesDir / " pos" / " array" ,
53
-
54
34
// Regex
55
35
examplesDir / " pos" / " simpleparser.effekt" ,
56
36
57
- // tuples
58
- examplesDir / " pos" / " records.effekt" ,
59
-
60
37
// toplevel def and let bindings
61
38
examplesDir / " pos" / " capture" / " mbed.effekt" ,
62
39
63
40
// unsafe cont
64
41
examplesDir / " pos" / " propagators.effekt" ,
65
- examplesDir / " pos" / " unsafe_cont.effekt" ,
66
42
67
43
// Only JS (tests should be moved to a JS folder)
68
44
examplesDir / " pos" / " genericcompare.effekt" ,
@@ -71,9 +47,6 @@ class LLVMTests extends EffektTests {
71
47
examplesDir / " pos" / " capture" / " resources.effekt" ,
72
48
examplesDir / " pos" / " io" ,
73
49
74
- // first class functions closing over capabilities
75
- examplesDir / " pos" / " capture" / " state_eff.effekt" ,
76
-
77
50
// higher order foreign functions are not supported
78
51
examplesDir / " pos" / " capture" / " ffi_blocks.effekt" ,
79
52
0 commit comments