зеркало из https://github.com/mozilla/gecko-dev.git
servo: Reenable some shaper tests on linux
Source-Repo: https://github.com/servo/servo Source-Revision: 470a88f45961422ace82306a65e68cb686b7aa2e
This commit is contained in:
Родитель
ce80240ee2
Коммит
a0f0aa95a3
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче