mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Ignore more flaky font tests
This commit is contained in:
parent
cfefc42c25
commit
de59f7ef86
2 changed files with 2 additions and 0 deletions
|
@ -284,6 +284,7 @@ fn should_destruct_on_fail_without_leaking() {
|
||||||
|
|
||||||
fn should_get_glyph_indexes() {
|
fn should_get_glyph_indexes() {
|
||||||
#[test];
|
#[test];
|
||||||
|
#[ignore(reason = "random failures")];
|
||||||
|
|
||||||
let font = create_test_font();
|
let font = create_test_font();
|
||||||
let glyph_idx = font.glyph_idx('w');
|
let glyph_idx = font.glyph_idx('w');
|
||||||
|
|
|
@ -143,6 +143,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(reason = "random failures")];
|
||||||
|
|
||||||
let font = font::create_test_font();
|
let font = font::create_test_font();
|
||||||
let glyphs = shape_text(&font, "firecracker");
|
let glyphs = shape_text(&font, "firecracker");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue