Skip to content

Commit

Permalink
Ignore 'json' and 'buffer' tests on LLVM for now (moved to #801)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiribenes committed Jan 24, 2025
1 parent 78ece9a commit 1c99123
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions effekt/jvm/src/test/scala/effekt/StdlibTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@ class StdlibLLVMTests extends StdlibTests {

// String comparison using `<`, `<=`, `>`, `>=` is not implemented yet on LLVM
examplesDir / "stdlib" / "string" / "compare.effekt",

// Wrong codegen for negative types, see #801
examplesDir / "stdlib" / "json.effekt",
examplesDir / "stdlib" / "buffer.effekt",
)
}

0 comments on commit 1c99123

Please sign in to comment.