summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2008-11-12 21:24:29 +0100
committerBenjamin Otte <otte@gnome.org>2008-11-12 21:24:29 +0100
commit779b4f1faedcea9b6717122adc169d56200b83f7 (patch)
tree654c341bf1fb3ec3284dc67619135bf878a22366
parent143247067febe1d20f664488c841d462aa6dc0c5 (diff)
parent5195c41ab749afc8bdfaf1f2603281f23fc6a5d7 (diff)
Merge branch '0.8'
Conflicts: swfdec/swfdec_bitmap_data.c
-rw-r--r--test/trace/Makefile.am9
-rw-r--r--test/trace/crash-0.8.2-copyPixels-5.swfbin0 -> 175 bytes
-rw-r--r--test/trace/crash-0.8.2-copyPixels-5.swf.trace0
-rw-r--r--test/trace/crash-0.8.2-copyPixels-6.swfbin0 -> 175 bytes
-rw-r--r--test/trace/crash-0.8.2-copyPixels-6.swf.trace0
-rw-r--r--test/trace/crash-0.8.2-copyPixels-7.swfbin0 -> 175 bytes
-rw-r--r--test/trace/crash-0.8.2-copyPixels-7.swf.trace0
-rw-r--r--test/trace/crash-0.8.2-copyPixels-8.swfbin0 -> 178 bytes
-rw-r--r--test/trace/crash-0.8.2-copyPixels-8.swf.trace0
-rw-r--r--test/trace/crash-0.8.2-copyPixels.as7
10 files changed, 16 insertions, 0 deletions
diff --git a/test/trace/Makefile.am b/test/trace/Makefile.am
index 75b4aafc..6b443fc3 100644
--- a/test/trace/Makefile.am
+++ b/test/trace/Makefile.am
@@ -1059,6 +1059,15 @@ EXTRA_DIST = \
crash-0.8.0-huffmann-table-8.swf \
crash-0.8.0-huffmann-table-8.swf.trace \
crash-0.8.0-huffmann-table.xml \
+ crash-0.8.2-copyPixels-5.swf \
+ crash-0.8.2-copyPixels-5.swf.trace \
+ crash-0.8.2-copyPixels-6.swf \
+ crash-0.8.2-copyPixels-6.swf.trace \
+ crash-0.8.2-copyPixels-7.swf \
+ crash-0.8.2-copyPixels-7.swf.trace \
+ crash-0.8.2-copyPixels-8.swf \
+ crash-0.8.2-copyPixels-8.swf.trace \
+ crash-0.8.2-copyPixels.as \
crash-0.8.2-gotoAndPlay-5.swf \
crash-0.8.2-gotoAndPlay-5.swf.trace \
crash-0.8.2-gotoAndPlay-6.swf \
diff --git a/test/trace/crash-0.8.2-copyPixels-5.swf b/test/trace/crash-0.8.2-copyPixels-5.swf
new file mode 100644
index 00000000..442360d3
--- /dev/null
+++ b/test/trace/crash-0.8.2-copyPixels-5.swf
Binary files differ
diff --git a/test/trace/crash-0.8.2-copyPixels-5.swf.trace b/test/trace/crash-0.8.2-copyPixels-5.swf.trace
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/trace/crash-0.8.2-copyPixels-5.swf.trace
diff --git a/test/trace/crash-0.8.2-copyPixels-6.swf b/test/trace/crash-0.8.2-copyPixels-6.swf
new file mode 100644
index 00000000..16ead005
--- /dev/null
+++ b/test/trace/crash-0.8.2-copyPixels-6.swf
Binary files differ
diff --git a/test/trace/crash-0.8.2-copyPixels-6.swf.trace b/test/trace/crash-0.8.2-copyPixels-6.swf.trace
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/trace/crash-0.8.2-copyPixels-6.swf.trace
diff --git a/test/trace/crash-0.8.2-copyPixels-7.swf b/test/trace/crash-0.8.2-copyPixels-7.swf
new file mode 100644
index 00000000..c433c195
--- /dev/null
+++ b/test/trace/crash-0.8.2-copyPixels-7.swf
Binary files differ
diff --git a/test/trace/crash-0.8.2-copyPixels-7.swf.trace b/test/trace/crash-0.8.2-copyPixels-7.swf.trace
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/trace/crash-0.8.2-copyPixels-7.swf.trace
diff --git a/test/trace/crash-0.8.2-copyPixels-8.swf b/test/trace/crash-0.8.2-copyPixels-8.swf
new file mode 100644
index 00000000..a7fe0741
--- /dev/null
+++ b/test/trace/crash-0.8.2-copyPixels-8.swf
Binary files differ
diff --git a/test/trace/crash-0.8.2-copyPixels-8.swf.trace b/test/trace/crash-0.8.2-copyPixels-8.swf.trace
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/trace/crash-0.8.2-copyPixels-8.swf.trace
diff --git a/test/trace/crash-0.8.2-copyPixels.as b/test/trace/crash-0.8.2-copyPixels.as
new file mode 100644
index 00000000..4e9b9fcb
--- /dev/null
+++ b/test/trace/crash-0.8.2-copyPixels.as
@@ -0,0 +1,7 @@
+// makeswf -v 7 -s 200x150 -r 1 -o crash-0.8.2-copyPixels.swf crash-0.8.2-copyPixels.as
+
+bd = new flash.display.BitmapData (50, 50);
+bd.copyPixels (bd, {}, {}, null);
+bd.copyPixels (bd, {}, {}, bd, {}, null);
+
+getURL ("fscommand:quit", "");