Skip to content

Commit

Permalink
Uncomment leaking LLVM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinborner committed Dec 16, 2024
1 parent 87ab60d commit 7eb6a51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
17 changes: 0 additions & 17 deletions effekt/jvm/src/test/scala/effekt/LLVMTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,6 @@ class LLVMTests extends EffektTests {
lazy val bugs: List[File] = List(
// names not sanitized (even?)
examplesDir / "pos" / "special_names.effekt",

// sanitizer/valgrind: segfault
examplesDir / "pos" / "parametrized.effekt",

// Valgrind leak, unclear
examplesDir / "llvm" / "polymorphism_map.effekt",
examplesDir / "pos" / "type_parameters_blocks.effekt",

// Valgrind leak in array_new
examplesDir / "benchmarks" / "are_we_fast_yet" / "sieve.effekt",
examplesDir / "benchmarks" / "are_we_fast_yet" / "nbody.effekt",
examplesDir / "benchmarks" / "are_we_fast_yet" / "bounce.effekt", // + c_ref_fresh
examplesDir / "benchmarks" / "are_we_fast_yet" / "towers.effekt",
examplesDir / "benchmarks" / "are_we_fast_yet" / "permute.effekt",
examplesDir / "benchmarks" / "are_we_fast_yet" / "queens.effekt",
examplesDir / "benchmarks" / "input_output" / "word_count_ascii.effekt",
examplesDir / "benchmarks" / "input_output" / "word_count_utf8.effekt",
)

/**
Expand Down
22 changes: 0 additions & 22 deletions effekt/jvm/src/test/scala/effekt/StdlibTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,5 @@ class StdlibLLVMTests extends StdlibTests {
override def ignored: List[File] = List(
// Toplevel let-bindings (for ANSI-color-codes in output) not supported
examplesDir / "stdlib" / "test" / "test.effekt",

// Valgrind leak/failure
examplesDir / "stdlib" / "bytearray" / "bytearray.effekt",
examplesDir / "stdlib" / "stream" / "characters.effekt",
examplesDir / "stdlib" / "stream" / "fuse_newlines.effekt",
examplesDir / "stdlib" / "io" / "filesystem" / "async_file_io.effekt",
examplesDir / "stdlib" / "io" / "filesystem" / "files.effekt",
examplesDir / "stdlib" / "io" / "filesystem" / "wordcount.effekt",
examplesDir / "stdlib" / "io" / "time.effekt",
examplesDir / "stdlib" / "list" / "flatmap.effekt",
examplesDir / "stdlib" / "list" / "zip.effekt",
examplesDir / "stdlib" / "list" / "deleteat.effekt",
examplesDir / "stdlib" / "list" / "join.effekt",
examplesDir / "stdlib" / "list" / "modifyat.effekt",
examplesDir / "stdlib" / "list" / "updateat.effekt",
examplesDir / "stdlib" / "list" / "insert.effekt",
examplesDir / "stdlib" / "list" / "fill.effekt",
examplesDir / "stdlib" / "list" / "zipwith.effekt",
examplesDir / "stdlib" / "list" / "collect.effekt",
examplesDir / "stdlib" / "list" / "build.effekt",
examplesDir / "stdlib" / "string" / "strings.effekt",
examplesDir / "stdlib" / "string" / "unicode.effekt",
)
}

0 comments on commit 7eb6a51

Please sign in to comment.