ruffle/tests/tests
Aaron Hill 076016b1be avm2: Get XMLList 'filter' syntax working
This requires the ability to do a limited 'set_property',
as well as `get_enumerant_value`.

To prevent modification of XMLLists derived from queries,
I've introduced a `target` field on `XMLList`. This is
`None` for lists created with `new XMLList()`, and `Some`
when the list was derived from a query on an existing `XML`
/`XMLList`. We only allow `set_property` when `target` is `None`:
this is enough for filtering to work, and prevents silent incorrect
execution when trying to modify an existing node.
2023-03-01 12:04:02 -06:00
..
external_interface tests: Filter early to avoid creating test info (and thus wgpu) for tests that won't run 2023-01-28 12:15:59 -07:00
shared_object tests: Filter early to avoid creating test info (and thus wgpu) for tests that won't run 2023-01-28 12:15:59 -07:00
swfs avm2: Get XMLList 'filter' syntax working 2023-03-01 12:04:02 -06:00
util tests: Add TestAudioBackend, used only on request 2023-02-14 18:47:33 +01:00
regression_tests.rs tests: Set default log filter to warn for wgpu 2023-01-28 12:15:59 -07:00