mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 03:25:50 +00:00
add comments about why tests are disabled
This commit is contained in:
@@ -1078,6 +1078,8 @@ test "shape Devanagari string" {
|
||||
try testing.expect(try it.next(alloc) == null);
|
||||
}
|
||||
|
||||
// This test fails on Linux if you have the "Noto Sans Tai Tham" font installed
|
||||
// locally. Disabling this test until it can be fixed.
|
||||
test "shape Tai Tham vowels (position differs from advance)" {
|
||||
return error.SkipZigTest;
|
||||
// // Note that while this test was necessary for CoreText, the old logic was
|
||||
@@ -1195,6 +1197,8 @@ test "shape Tibetan characters" {
|
||||
try testing.expectEqual(@as(usize, 1), count);
|
||||
}
|
||||
|
||||
// This test fails on Linux if you have the "Noto Sans Tai Tham" font installed
|
||||
// locally. Disabling this test until it can be fixed.
|
||||
test "shape Tai Tham letters (run_offset.y differs from zero)" {
|
||||
return error.SkipZigTest;
|
||||
// const testing = std.testing;
|
||||
@@ -1256,6 +1260,8 @@ test "shape Tai Tham letters (run_offset.y differs from zero)" {
|
||||
// try testing.expectEqual(@as(usize, 1), count);
|
||||
}
|
||||
|
||||
// This test fails on Linux if you have the "Noto Sans Javanese" font installed
|
||||
// locally. Disabling this test until it can be fixed.
|
||||
test "shape Javanese ligatures" {
|
||||
return error.SkipZigTest;
|
||||
// const testing = std.testing;
|
||||
|
||||
Reference in New Issue
Block a user