mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Reenable some shaper tests on linux
This commit is contained in:
parent
9169270e21
commit
470a88f459
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ fn hb_glyph_pos_to_servo_glyph_pos(hb_pos: &hb_glyph_position_t) -> GlyphPos {
|
||||||
|
|
||||||
fn should_get_glyph_indexes() {
|
fn should_get_glyph_indexes() {
|
||||||
#[test];
|
#[test];
|
||||||
#[ignore];
|
#[ignore(cfg(target_os = "macos"), reason = "bad metrics")];
|
||||||
|
|
||||||
let lib = FontLibrary();
|
let lib = FontLibrary();
|
||||||
let font = lib.get_test_font();
|
let font = lib.get_test_font();
|
||||||
|
@ -155,7 +155,7 @@ fn should_get_glyph_indexes() {
|
||||||
|
|
||||||
fn should_get_glyph_h_advance() {
|
fn should_get_glyph_h_advance() {
|
||||||
#[test];
|
#[test];
|
||||||
#[ignore];
|
#[ignore(cfg(target_os = "macos"), reason = "bad metrics")];
|
||||||
|
|
||||||
let lib = FontLibrary();
|
let lib = FontLibrary();
|
||||||
let font = lib.get_test_font();
|
let font = lib.get_test_font();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue