History log of /frameworks/minikin/tests/unittest/how_to_run.txt
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
946e8893faf74aa3a7655cab3134fd3f28fe0d80 13-Jun-2017 Roozbeh Pournader <roozbeh@google.com> Ignore various format characters in font itemization

Previously, various format characters, specially bidi format
characters, could affect font selection as they may have existed in a
font lower in the font chain and could cause unexpected behavior.

With this CL, we no longer try to find a font for such format
characters and keep them with exising runs.

Also remove specific make job number from how_to_run test help files.

Change-Id: I35b6fb6c41b61f5f7063ef87ac24f8d69fcc572f
Fixes: 30039912
Test: adb shell /data/nativetest/minikin_tests/minikin_tests
Test: adb shell am instrument -w -e package android.text com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner
/frameworks/minikin/tests/unittest/how_to_run.txt
f980baa2bef85c4d035b4d7dbd1edb9c28d55d96 07-Feb-2017 Seigo Nonaka <nona@google.com> Update the instruction to run tests.

"adb sync data" pushes test data as well as test executables.

Test: ran minikin_perftests
Test: ran minikin_tests
Change-Id: I08219f8abc4b59bd26d8f9155975b65b56a88b7b
/frameworks/minikin/tests/unittest/how_to_run.txt
549e2315179f03732ec61061017f9754e781fc66 10-Dec-2016 Dan Willemsen <dwillemsen@google.com> Use LOCAL_TEST_DATA to install test data

This will handle installation for local builds as well as for the test
bundles.

Test: m -j minikin_tests; ls $OUT/data/nativetest*/minikin_tests
Test: m -j continous_native_tests dist; zipinfo -1 out/dist/*continuous_native_tests*.zip
Test: /data/nativetest{,64}/minikin_tests/minikin_tests
Change-Id: Iafd31fa119e7c4d92937ca8ae8346e268a6c1f38
/frameworks/minikin/tests/unittest/how_to_run.txt
e1d7f6168a0a485ecac75cfc9ae3bdc5143d0fb1 12-Sep-2016 yirui <yirui@google.com> Parse Emoji subtag and store it to FontLanguage

Parse Emoji subtag and store into 4 different styles: default, text,
color and empty. Replace hasEmojiFlag function with getEmojiStyle to
get effective status according to script and subtag. However, score
calculation for the font selection needs to be completed in the next
stage. No performance regression is observed with this CL.

Bug: 31608997
Test: Done by unittests.
Change-Id: I923243641c946248dd5a0aa9fb9c940515310d34
/frameworks/minikin/tests/unittest/how_to_run.txt
c38b249ef7ed969fa8f8cf3c98331353a90ba9f2 03-Jun-2016 Seigo Nonaka <nona@google.com> Reconstruct the directory structure of minikin tests.

To add perftests and reuse some utility classes, reconstruct
test directory structure.

- Move unit tests from minikin/tests to minikin/tests/unittests
- Extract utilitiy classes to minikin/tests/utils which will be
used by perftests eventually.

Change-Id: I5026b177934e72ae67d362ee888302037da2f808
/frameworks/minikin/tests/unittest/how_to_run.txt