Skip to content

Commit

Permalink
add some stats to claims of correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLydike committed Jul 8, 2024
1 parent ca48611 commit 63f2034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# filecheck - A Python-native clone of LLVMs FileCheck tool

This tries to be as close a clone of LLVMs FileCheck as possible, without going crazy.
This tries to be as close a clone of LLVMs FileCheck as possible, without going crazy. It currently passes 1209 out of
1645 (73%) of LLVMs MLIR filecheck tests.

There are some features that are left out for now (e.g. [pseudo-numeric variables](https://llvm.org/docs/CommandGuide/FileCheck.html#filecheck-pseudo-numeric-variables) and parts of [numeric substitution](https://llvm.org/docs/CommandGuide/FileCheck.html#filecheck-numeric-substitution-blocks)).

Expand Down

0 comments on commit 63f2034

Please sign in to comment.