Skip to content

Commit

Permalink
tests: Remove approximations for some tests
Browse files Browse the repository at this point in the history
Ruffle now produces the exact same output as FP in these tests!
  • Loading branch information
kjarosh committed Oct 21, 2024
1 parent 32c6a55 commit 2b84813
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions tests/tests/swfs/avm1/edittext_autosize/test.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
num_frames = 1

[approximations]
epsilon = 0.1
3 changes: 0 additions & 3 deletions tests/tests/swfs/avm2/edittext_autosize/test.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
num_frames = 1

[approximations]
epsilon = 0.1
3 changes: 0 additions & 3 deletions tests/tests/swfs/avm2/edittext_font_size/test.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
num_frames = 1

[approximations]
epsilon = 0.1
3 changes: 0 additions & 3 deletions tests/tests/swfs/avm2/edittext_leading/test.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
num_frames = 1

[approximations]
epsilon = 0.3
3 changes: 0 additions & 3 deletions tests/tests/swfs/avm2/edittext_tab_stops/test.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
num_frames = 1
known_failure = true

[approximations]
epsilon = 5.0

0 comments on commit 2b84813

Please sign in to comment.