Skip to content

Commit

Permalink
tests: Add avm2/font_enumeratefonts_filter test
Browse files Browse the repository at this point in the history
This test verifies which fonts are returned by Font.enumerateFonts()
and which are skipped.
  • Loading branch information
kjarosh committed Jan 14, 2025
1 parent 3e169e4 commit de62cea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tests/swfs/avm2/font_enumeratefonts_filter/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
TestFont1
TestFont2
TestFontNoGlyphs
TestFontZeroMetrics
Binary file not shown.
1 change: 1 addition & 0 deletions tests/tests/swfs/avm2/font_enumeratefonts_filter/test.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
num_ticks = 1

0 comments on commit de62cea

Please sign in to comment.