rime/librime-charcode

Test failures

Closed this issue ยท 1 comments

Parts of test suite fail:

$ test/charcode_test
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from RimeExtendedCharsetFilterTest
[ RUN      ] RimeExtendedCharsetFilterTest.FilterText
/tmp/librime-charcode/test/extended_charset_filter_test.cc:45: Failure
Value of: ExtendedCharsetFilter::FilterText("่ฃ๐Ÿ‘‹", "gbk+emoji")
  Actual: true
Expected: false
/tmp/librime-charcode/test/extended_charset_filter_test.cc:49: Failure
Value of: ExtendedCharsetFilter::FilterText("่ฃ๐Ÿ‘‹", "gb2312+emoji")
  Actual: true
Expected: false
[  FAILED  ] RimeExtendedCharsetFilterTest.FilterText (1 ms)
[----------] 1 test from RimeExtendedCharsetFilterTest (1 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (1 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] RimeExtendedCharsetFilterTest.FilterText

 1 FAILED TEST

Versions of dependencies:

  • Boost 1.75.0
  • ICU 68.2
  • librime 1.6.1
lotem commented

Fixed by updating tests in dce74d1