ruffle/core/tests/swfs/avm2/if_gt
David Wendt f88f2e225a Add tests for `>`, `<`, `<=`, and `>=`.
Note that this does NOT completely test the full range of if instructions for abstract relational comparison. Notably, the Adobe Animate CC compiler compiles each operator into it's negated equivalent, e.g. `<` becomes `ifnlt`.

I do not know how to get it to emit `ifge` or the like, which differ only by how they handle `NaN`s.
2020-08-10 16:38:04 -07:00
..
Test.as Add tests for `>`, `<`, `<=`, and `>=`. 2020-08-10 16:38:04 -07:00
output.txt Add tests for `>`, `<`, `<=`, and `>=`. 2020-08-10 16:38:04 -07:00
test.fla Add tests for `>`, `<`, `<=`, and `>=`. 2020-08-10 16:38:04 -07:00
test.swf Add tests for `>`, `<`, `<=`, and `>=`. 2020-08-10 16:38:04 -07:00