Skip to content

Commit

Permalink
Update the number of passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Mar 26, 2024
1 parent fee62be commit 3ee5d2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using only character and most translation opcodes basically works.
The original YAML test suite is supported and can be used to test the
re-implementation.

Currently, the re-implementation passes 63% of the liblouis test suite
Currently, the re-implementation passes 70% of the liblouis test suite
successfully.

* Relation to liblouis
Expand Down Expand Up @@ -69,13 +69,13 @@ Run the tests in a YAML file:
Run all YAML tests:

#+BEGIN_SRC shell
$ LOUIS_TABLE_PATH=~/src/liblouis/tables:~/src/liblouis cargo run -- check --brief ~/src/liblouis/tests/braille-specs/*.yaml ~/src/liblouis/tests/yaml/*.yaml 2> /dev/null
$ LOUIS_TABLE_PATH=~/src/liblouis/tables:~/src/liblouis ./target/release/louis check --brief ~/src/liblouis/tests/braille-specs/*.yaml ~/src/liblouis/tests/yaml/*.yaml 2> /dev/null
================================================================================
654045 tests run:
410433 successes [63%]
231425 failures [35%]
11824 expected failures [2%]
363 unexpected successes [0%]
458154 successes [70%]
183704 failures [28%]
11928 expected failures [2%]
259 unexpected successes [0%]
#+END_SRC

Test the table query functionality:
Expand Down

0 comments on commit 3ee5d2c

Please sign in to comment.