servo: Reenable some shaper tests on linux

Source-Repo: https://github.com/servo/servo
Source-Revision: 470a88f45961422ace82306a65e68cb686b7aa2e
This commit is contained in:
Brian Anderson 2012-08-09 20:09:29 -07:00
Родитель ce80240ee2
Коммит a0f0aa95a3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -144,7 +144,7 @@ fn hb_glyph_pos_to_servo_glyph_pos(hb_pos: &hb_glyph_position_t) -> GlyphPos {
fn should_get_glyph_indexes() {
#[test];
#[ignore];
#[ignore(cfg(target_os = "macos"), reason = "bad metrics")];
let lib = FontLibrary();
let font = lib.get_test_font();
@ -155,7 +155,7 @@ fn should_get_glyph_indexes() {
fn should_get_glyph_h_advance() {
#[test];
#[ignore];
#[ignore(cfg(target_os = "macos"), reason = "bad metrics")];
let lib = FontLibrary();
let font = lib.get_test_font();