Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1474)

Issue 408020: Upload test scripts which I'm currently using.... (Closed)

Created:
11 years, 1 month ago by Yusuke Sato
Modified:
9 years, 7 months ago
Reviewers:
jungshik at Google
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Upload test scripts which I'm currently using. - test_unmalicious_fonts.sh Apply ots/test/idempotent to all TT/OT files under $BASEDIR in order to verify that: * OTS does not reject unmalicious fonts. * The new font OTS generates can be loaded by a system font renderer. - test_malicious_fonts.sh Apply ots/test/validator-checker to all malicious TT/OT files in order to verify that OTS can reject malicious fonts, or the "sanitized" font generated by OTS does not crash a system font renderer. - test/validator-checker.cc Add Mac support. - test/idempotent.cc Add Mac and FreeType2 support. Example output: yusukes@z-yusukes-jp:~/chromium/src/third_party/ots/test$ ./test_unmalicious_fonts.sh ................ FAIL: /usr/share/fonts/truetype/ttf-oriya-fonts/Samyak-Oriya.ttf (Run ./idempotent /usr/share/fonts/truetype/ttf-oriya-fonts/Samyak-Oriya.ttf for more information.) ........ yusukes@z-yusukes-jp:~/chromium/src/third_party/ots/test$ BUG=27139 TEST=see http://code.google.com/p/ots/wiki/DesignDoc

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+361 lines, -14 lines) Patch
A test/BLACKLIST.txt View 1 chunk +123 lines, -0 lines 0 comments Download
M test/SConstruct View 1 chunk +1 line, -1 line 0 comments Download
M test/idempotent.cc View 2 chunks +69 lines, -0 lines 0 comments Download
A test/test_malicious_fonts.sh View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A test/test_unmalicious_fonts.sh View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
M test/validator-checker.cc View 1 5 chunks +79 lines, -13 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yusuke Sato
11 years, 1 month ago (2009-11-19 15:40:04 UTC) #1
Yusuke Sato
Jungshik, Can you please review this? This change is for issue 27139.
11 years, 1 month ago (2009-11-19 15:53:49 UTC) #2
Yusuke Sato
ping?
11 years, 1 month ago (2009-11-23 09:27:04 UTC) #3
Yusuke Sato
I'm going to submit this with TBR=jshin. It's all test scripts, not production code.
11 years ago (2009-12-03 07:50:05 UTC) #4
Yusuke Sato
11 years ago (2009-12-03 10:26:11 UTC) #5

Powered by Google App Engine
This is Rietveld 408576698