scratch-vm/test/fixtures
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
..
attach-test-storage.js Specify dataFormat when loading asset for import 2017-05-24 15:35:10 -07:00
clone-cleanup.sb2 Add test for clone cleanup 2017-06-08 11:16:29 -07:00
complex.sb2 Improve integration test coverage 2017-01-05 16:58:31 -05:00
control.sb2 Build out integration test SB2 files 2016-12-23 21:08:13 -05:00
data.sb2 Improve integration test coverage 2017-01-05 16:58:31 -05:00
default.sb2 Build out integration test SB2 files 2016-12-23 21:08:13 -05:00
demo.json Don't clean costume and sound lists 2017-05-04 13:03:42 -04:00
event.sb2 Build out integration test SB2 files 2016-12-23 21:08:13 -05:00
events.json Shadow improvements (#135) 2016-09-06 10:55:52 -04:00
extract.js Use ES6 linting rules in the project root 2017-04-24 15:37:58 -04:00
fake-renderer.js Use ES6 linting rules in the project root 2017-04-24 15:37:58 -04:00
hat-execution-order.sb2 Add hat execution order test 2017-02-14 16:33:42 -08:00
looks.sb2 Improve integration test coverage 2017-01-05 16:58:31 -05:00
motion.sb2 Improve integration test coverage 2017-01-05 16:58:31 -05:00
pen.sb2 Code review: more docs, move constants, clone util 2017-01-20 11:26:18 -08:00
procedure.sb2 Improve integration test coverage 2017-01-05 16:58:31 -05:00
sensing.sb2 Improve integration test coverage 2017-01-05 16:58:31 -05:00
sound.sb2 Add basic test coverage for the sound blocks 2017-02-03 17:39:36 -05:00
sprite.json Improve integration test coverage 2017-01-05 16:58:31 -05:00