scratch-vm/test
Christopher Willis-Ford 6320fd72c3 Add test for clone cleanup
This new test verifies that clones and their associated threads are
cleaned up properly by the `delete this clone` block. The clones run two
stacks each: one which waits and then deletes the clone, and another
which includes a `forever` loop: this is to verify that the thread
running the `forever` loop is ended when the clone itself is deleted.
The project does this with two batches of clones to ensure there are no
problems with reusing array indices previously occupied by now-removed
threads or clones.
2017-06-08 11:16:29 -07:00
..
fixtures Add test for clone cleanup 2017-06-08 11:16:29 -07:00
integration Add test for clone cleanup 2017-06-08 11:16:29 -07:00
unit Merge pull request #579 from cwillisf/load-jpeg-backdrops 2017-06-02 09:06:37 -04:00
.eslintrc.js All linting other than console statements 2016-10-23 22:20:29 -04:00