ruffle/core/tests/swfs/avm2
David Wendt 7253c091a2 Add tests for control flow instructions that use booleans or strict equality.
Other comparisons will have to wait until we have ECMA-compliant abstract comparison and coercion.
2020-07-13 17:44:30 -04:00
..
class_methods Add a test for various types of class methods. 2020-07-13 17:44:19 -04:00
constructor_call Add (currently failing) test for constructors. 2020-07-13 17:44:14 -04:00
control_flow_bool Add tests for control flow instructions that use booleans or strict equality. 2020-07-13 17:44:30 -04:00
control_flow_stricteq Add tests for control flow instructions that use booleans or strict equality. 2020-07-13 17:44:30 -04:00
es4_method_binding Add a test for ES4 method binding of `this`. 2020-07-13 17:44:29 -04:00
es4_oop_prototypes Add a test for interactions between prototype and class-trait properties. 2020-07-13 17:44:27 -04:00
function_call Add a basic test for function calls. 2020-07-13 17:44:13 -04:00
hello_world Add our first AVM2 regression test: hello world! 2020-07-13 17:44:09 -04:00
inheritance Add `as3_inheritance` test, which is primarily designed to test method calls, constructor execution, and usage of `super`. 2020-07-13 17:44:22 -04:00
stored_properties Add a test for stored properties as well. 2020-07-13 17:44:24 -04:00
virtual_properties Add test of AVM2 virtual properties. 2020-07-13 17:44:24 -04:00