Skip to content

Commit

Permalink
Unskip 4 text rendering tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed May 4, 2024
1 parent 55a60ff commit 9a28a0e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Alexandrie-Canvas-Tests/AeCanvasTest.class.st
Expand Up @@ -301,9 +301,6 @@ AeCanvasTest >> renderCurvedFigure [
AeCanvasTest >> renderEmoji [

| fontHeight aeCanvas cairoScaledFont cairoGlyphsArray |

self skip. "Randomly fails. We suspect we need a more recent version of cairo (it introduced improvements in this area)."

fontHeight := 25.
aeCanvas := AeCanvas extent: fontHeight * 1.3 asPoint.
aeCanvas clear: Color paleYellow.
Expand Down Expand Up @@ -388,8 +385,6 @@ AeCanvasTest >> renderLigatureTextWithHarfbuzz [
"Test Harfbuzz converting a 'ff' pair of letters into a single glyph."

| aString fontSize aeCanvas cairoScaledFont cairoGlyphsArray |
self skip.

aString := 'Office'.
fontSize := 19.
aeCanvas := AeCanvas extent: 50 @ 25.
Expand Down Expand Up @@ -480,8 +475,6 @@ AeCanvasTest >> renderOpenFigure [
AeCanvasTest >> renderZWJEmojiWithHarfbuzz [

| fontHeight aeCanvas cairoScaledFont cairoGlyphsArray |
self skip. "Randomly fails. We suspect we need a more recent version of cairo (it introduced improvements in this area)."

fontHeight := 24.
aeCanvas := AeCanvas extent: 200 @ (fontHeight * 2).
aeCanvas clear: Color white.
Expand Down Expand Up @@ -514,8 +507,6 @@ AeCanvasTest >> renderZWJEmojiWithHarfbuzz [
AeCanvasTest >> renderZWJEmojiWithoutHarfbuzz [

| fontHeight aeCanvas cairoScaledFont cairoGlyphsArray |
self skip. "Randomly fails. We suspect we need a more recent version of cairo (it introduced improvements in this area)."

fontHeight := 21.
aeCanvas := AeCanvas extent: (fontHeight * 5.5) @ (fontHeight * 1.2).
aeCanvas clear: Color white.
Expand Down

0 comments on commit 9a28a0e

Please sign in to comment.