зеркало из https://github.com/mozilla/gecko-dev.git
servo: Ignore more flaky font tests
Source-Repo: https://github.com/servo/servo Source-Revision: de59f7ef861dff855660dcac5f5851d3a239f58c
This commit is contained in:
Родитель
4d549f04d1
Коммит
e4e4669177
|
@ -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");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче