| ActionScript Class | Test Case Status | Notes
|
| ByteArray | Completed. | (NOTE: only exists in AS3 and higher) Tests for existence of methods and properties.
|
| CompressionAlgorithm | Incomplete. | AIR only This class is not implemented in haxe and the test file is simply a dummy that does not test anything because of this.
|
| Dictionary | Completed | Tests for existence of class
|
| Endian | Completed | Tests for correctness of constants
|
| IDataInput | Incomplete. | This is an interface and we don't currently know how to create test cases for these.
|
| IDataOutput | Incomplete. | This is an interface and we don't currently know how to create test cases for these.
|
| IExternalizable | Incomplete. | This is an interface and we don't currently know how to create test cases for these.
|
| Proxy | Completed | Tests for existence of class
|
| Timer | Completed | Tests for existence of all methods and properties
|