ruffle/core/tests/swfs/avm2
David Wendt 3558c3afa0 Add test of `Function.prototype.call` 2020-07-13 17:44:56 -04:00
..
class_enumeration Add `as3_object_enumeration` and `as3_class_enumeration` tests. 2020-07-13 17:44:33 -04:00
class_methods Add a test for various types of class methods. 2020-07-13 17:44:19 -04:00
class_to_string Add tests for `toString` on objects, functions, and classes. 2020-07-13 17:44:54 -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
es3_inheritance Add a test for legacy / ES3 inheritance. 2020-07-13 17:44:56 -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
function_call_via_call Add test of `Function.prototype.call` 2020-07-13 17:44:56 -04:00
function_to_string Add tests for `toString` on objects, functions, and classes. 2020-07-13 17:44:54 -04:00
has_own_property Add a test for `has_own_property` in various class instance scenarios. 2020-07-13 17:44:35 -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
is_prototype_of Actually enable the `isPrototypeOf` test. 2020-07-13 17:44:34 -04:00
object_enumeration Add `as3_object_enumeration` and `as3_class_enumeration` tests. 2020-07-13 17:44:33 -04:00
object_to_string Add tests for `toString` on objects, functions, and classes. 2020-07-13 17:44:54 -04:00
property_is_enumerable Add a test for `propertyIsEnumerable`. 2020-07-13 17:44:37 -04:00
set_property_is_enumerable Add test for `setPropertyIsEnumerable` 2020-07-13 17:44:39 -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