summaryrefslogtreecommitdiff
path: root/scripts/run_android_tests.py
Commit message (Collapse)AuthorAge
* More moving web-specific tests and touchups to common.Roozbeh Pournader2015-04-16
|
* More refactoring of touchup and test scripts.Roozbeh Pournader2015-04-16
|
* Refactor tests to a reusable structure.Roozbeh Pournader2015-04-16
| | | | | | | | Tests that are common to some targets are not moved to common_tests.py, with target-specific tests basically inheriting its classes and modifying them. The web tests are not refactored yet.
* Move common and repeated tests to run_general_tests.py.Roozbeh Pournader2015-04-16
|
* Add tests for version and revision numbers.Roozbeh Pournader2015-04-16
| | | | Also add a touchup to fix the revision number.
* Move the exhaustive tests to a different make targe.Roozbeh Pournader2015-04-16
| | | | Plus some cleanup in imports.
* Move tests for spacing marks to general tests.Roozbeh Pournader2015-04-16
| | | | | Also add test for font vendor ID in the OS/2 table and remove no-longer-necessary touchups from touchup_for_android.py.
* Update Android touchup and test tools for latest delivery.Roozbeh Pournader2015-04-16
| | | | | | | | | | | | Touchup: - Shared touchups between Android and web are moved to a new module - OS/2.usWeightClass is fixed to match the font name - Unassigned characters are no longer explicitly dropped Testing: - Rhotic hook is skipped when checking that spacing marks don't form ligatures - OS/2.usWeightClass is tested to be set correctly
* Move test for lack of unassigned characters from Android to general tests.Roozbeh Pournader2015-04-16
|
* Move TestDigitWidths from android tests to general tests.Roozbeh Pournader2015-04-16
|
* Move test for sound copyright from Android-specific to general.Roozbeh Pournader2015-04-16
|
* Check for PUA characters in Android tests.Roozbeh Pournader2015-04-16
| | | | Fixes issue 5.
* Remove unassigned characters from the fonts' cmap.Roozbeh Pournader2015-04-16
|
* Fix ccmp rules that used spacing marks instead of non-spacing ones.Roozbeh Pournader2015-04-16
| | | | Fixes https://b.corp.google.com/issue?id=16727859.
* Add missing cmap entry for U+2117 SOUND RECORDING COPYRIGHT.Roozbeh Pournader2015-04-16
| | | | | The cmap was missing in Thin and Thin Italic fonts, although the glyph existed in the fonts.
* Add the beginning of a test infrastructure.Roozbeh Pournader2014-07-24
We now test for expected values of yMin and yMax, and equal widths for digits.