From 27d6ad43be0d384022fa801a22189a9fbf62b20c Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 15 Nov 2006 18:13:20 +0100 Subject: [PATCH] add first test for movie lifetimes --- test/trace/Makefile.am | 2 ++ test/trace/lifetime1.swf | Bin 0 -> 223 bytes test/trace/lifetime1.swf.trace | 22 ++++++++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100755 test/trace/lifetime1.swf create mode 100755 test/trace/lifetime1.swf.trace diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am index 4ff45463..1edebc6c 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -25,6 +25,8 @@ EXTRA_DIST = \ goto3.swf.trace \ goto4.swf \ goto4.swf.trace \ + lifetime1.swf \ + lifetime1.swf.trace \ load-4.swf \ load-4.swf.trace \ load-5.swf \ diff --git a/test/trace/lifetime1.swf b/test/trace/lifetime1.swf new file mode 100755 index 0000000000000000000000000000000000000000..be038c19227100eead635917aa8943ea08be4e6f GIT binary patch literal 223 zcwPbD03iQES5pTY0RRAaoU349jb~usU%i758A!%LQong!_deCw1*AsJ^+q4JE#TXV-)}Z literal 0 HcwPel00001 diff --git a/test/trace/lifetime1.swf.trace b/test/trace/lifetime1.swf.trace new file mode 100755 index 00000000..642d94b9 --- /dev/null +++ b/test/trace/lifetime1.swf.trace @@ -0,0 +1,22 @@ +load +unload +_level0.ball +undefined +load +unload +_level0.ball +load +unload +_level0.ball +load +unload +_level0.ball +load +unload +_level0.ball +load +unload +_level0.ball +load +unload +_level0.ball -- 2.11.4.GIT