[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

kbr at google.com kbr at google.com
Wed Dec 22 11:09:07 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4da4ca7755b61afce69b5445d1878d9de13002c2
Author: kbr at google.com <kbr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 13 21:39:05 2010 +0000

    2010-07-13  Kenneth Russell  <kbr at google.com>
    
            Reviewed by Darin Fisher.
    
            Rename bug-zzzzz.html WebGL tests
            https://bugs.webkit.org/show_bug.cgi?id=42200
    
            Per changes already made to Khronos copy of tests, renamed:
              bug-31889.html to array-buffer-crash.html
              bug-32364.html to tex-image-and-uniform-binding-bugs.html
              bug-32692.html to index-validation-verifies-too-many-indices.html
              bug-32888.html to texture-transparent-pixels-initialized.html
    
            Deleted bug-32456.html because it is now redundant; its
            functionality is already in array-unit-tests.html.
    
            * fast/canvas/webgl/array-buffer-crash-expected.txt: Copied from LayoutTests/fast/canvas/webgl/bug-31889-expected.txt.
            * fast/canvas/webgl/array-buffer-crash.html: Copied from LayoutTests/fast/canvas/webgl/bug-31889.html.
            * fast/canvas/webgl/bug-31889-expected.txt: Removed.
            * fast/canvas/webgl/bug-31889.html: Removed.
            * fast/canvas/webgl/bug-32364-expected.txt: Removed.
            * fast/canvas/webgl/bug-32364.html: Removed.
            * fast/canvas/webgl/bug-32456-expected.txt: Removed.
            * fast/canvas/webgl/bug-32456.html: Removed.
            * fast/canvas/webgl/bug-32692-expected.txt: Removed.
            * fast/canvas/webgl/bug-32692.html: Removed.
            * fast/canvas/webgl/bug-32888-expected.txt: Removed.
            * fast/canvas/webgl/bug-32888.html: Removed.
            * fast/canvas/webgl/index-validation-verifies-too-many-indices-expected.txt: Copied from LayoutTests/fast/canvas/webgl/bug-32692-expected.txt.
            * fast/canvas/webgl/index-validation-verifies-too-many-indices.html: Copied from LayoutTests/fast/canvas/webgl/bug-32692.html.
            * fast/canvas/webgl/tex-image-and-uniform-binding-bugs-expected.txt: Copied from LayoutTests/fast/canvas/webgl/bug-32364-expected.txt.
            * fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html: Copied from LayoutTests/fast/canvas/webgl/bug-32364.html.
            * fast/canvas/webgl/texture-transparent-pixels-initialized-expected.txt: Copied from LayoutTests/fast/canvas/webgl/bug-32888-expected.txt.
            * fast/canvas/webgl/texture-transparent-pixels-initialized.html: Copied from LayoutTests/fast/canvas/webgl/bug-32888.html.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63249 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 0d4dc7c..e2c1890 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,38 @@
+2010-07-13  Kenneth Russell  <kbr at google.com>
+
+        Reviewed by Darin Fisher.
+
+        Rename bug-zzzzz.html WebGL tests
+        https://bugs.webkit.org/show_bug.cgi?id=42200
+
+        Per changes already made to Khronos copy of tests, renamed:
+          bug-31889.html to array-buffer-crash.html
+          bug-32364.html to tex-image-and-uniform-binding-bugs.html
+          bug-32692.html to index-validation-verifies-too-many-indices.html
+          bug-32888.html to texture-transparent-pixels-initialized.html
+
+        Deleted bug-32456.html because it is now redundant; its
+        functionality is already in array-unit-tests.html.
+
+        * fast/canvas/webgl/array-buffer-crash-expected.txt: Copied from LayoutTests/fast/canvas/webgl/bug-31889-expected.txt.
+        * fast/canvas/webgl/array-buffer-crash.html: Copied from LayoutTests/fast/canvas/webgl/bug-31889.html.
+        * fast/canvas/webgl/bug-31889-expected.txt: Removed.
+        * fast/canvas/webgl/bug-31889.html: Removed.
+        * fast/canvas/webgl/bug-32364-expected.txt: Removed.
+        * fast/canvas/webgl/bug-32364.html: Removed.
+        * fast/canvas/webgl/bug-32456-expected.txt: Removed.
+        * fast/canvas/webgl/bug-32456.html: Removed.
+        * fast/canvas/webgl/bug-32692-expected.txt: Removed.
+        * fast/canvas/webgl/bug-32692.html: Removed.
+        * fast/canvas/webgl/bug-32888-expected.txt: Removed.
+        * fast/canvas/webgl/bug-32888.html: Removed.
+        * fast/canvas/webgl/index-validation-verifies-too-many-indices-expected.txt: Copied from LayoutTests/fast/canvas/webgl/bug-32692-expected.txt.
+        * fast/canvas/webgl/index-validation-verifies-too-many-indices.html: Copied from LayoutTests/fast/canvas/webgl/bug-32692.html.
+        * fast/canvas/webgl/tex-image-and-uniform-binding-bugs-expected.txt: Copied from LayoutTests/fast/canvas/webgl/bug-32364-expected.txt.
+        * fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html: Copied from LayoutTests/fast/canvas/webgl/bug-32364.html.
+        * fast/canvas/webgl/texture-transparent-pixels-initialized-expected.txt: Copied from LayoutTests/fast/canvas/webgl/bug-32888-expected.txt.
+        * fast/canvas/webgl/texture-transparent-pixels-initialized.html: Copied from LayoutTests/fast/canvas/webgl/bug-32888.html.
+
 2010-07-13  Albert J. Wong  <ajwong at chromium.org>
 
         Unreviewed, build fix.
diff --git a/LayoutTests/fast/canvas/webgl/bug-31889-expected.txt b/LayoutTests/fast/canvas/webgl/array-buffer-crash-expected.txt
similarity index 100%
rename from LayoutTests/fast/canvas/webgl/bug-31889-expected.txt
rename to LayoutTests/fast/canvas/webgl/array-buffer-crash-expected.txt
diff --git a/LayoutTests/fast/canvas/webgl/bug-31889.html b/LayoutTests/fast/canvas/webgl/array-buffer-crash.html
similarity index 100%
rename from LayoutTests/fast/canvas/webgl/bug-31889.html
rename to LayoutTests/fast/canvas/webgl/array-buffer-crash.html
diff --git a/LayoutTests/fast/canvas/webgl/bug-32456-expected.txt b/LayoutTests/fast/canvas/webgl/bug-32456-expected.txt
deleted file mode 100644
index 8c4ff6e..0000000
--- a/LayoutTests/fast/canvas/webgl/bug-32456-expected.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-Regression test for https://bugs.webkit.org/show_bug.cgi?id=32456 : Errors in WebGL[T]Array set() and get() methods
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-Testing WebGLFloatArray indexed getter / setter
-PASS array[0] is 1.5
-PASS array[0] = 2.5 is 2.5
-PASS array[0] is 2.5
-Testing WebGLByteArray indexed getter / setter
-PASS array[0] = 127 is 127
-PASS array[0] is 127
-PASS array[0] = -128 is -128
-PASS array[0] is -128
-Testing WebGLUnsignedByteArray indexed getter / setter
-PASS array[0] = 255 is 255
-PASS array[0] is 255
-Testing WebGLShortArray indexed getter / setter
-PASS array[0] = 32767 is 32767
-PASS array[0] is 32767
-PASS array[0] = -32768 is -32768
-PASS array[0] is -32768
-Testing WebGLUnsignedShortArray indexed getter / setter
-PASS array[0] = 65535 is 65535
-PASS array[0] is 65535
-Testing WebGLIntArray indexed getter / setter
-PASS array[0] = -2147483648 is -2147483648
-PASS array[0] is -2147483648
-PASS array[0] = 2147483647 is 2147483647
-PASS array[0] is 2147483647
-Testing WebGLUnsignedIntArray indexed getter / setter
-PASS array[0] = 4294967295 is 4294967295
-PASS array[0] is 4294967295
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
diff --git a/LayoutTests/fast/canvas/webgl/bug-32456.html b/LayoutTests/fast/canvas/webgl/bug-32456.html
deleted file mode 100644
index c69ec5d..0000000
--- a/LayoutTests/fast/canvas/webgl/bug-32456.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<html>
-<head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
-<script src="../../js/resources/js-test-pre.js"></script>
-<script src="resources/webgl-test.js"></script>
-</head>
-<body>
-<div id="description"></div>
-<div id="console"></div>
-
-<script>
-
-description('Regression test for <a href="https://bugs.webkit.org/show_bug.cgi?id=32456">https://bugs.webkit.org/show_bug.cgi?id=32456</a> : <code>Errors in WebGL[T]Array set() and get() methods</code>');
-
-debug("Testing WebGLFloatArray indexed getter / setter");
-var array = new WebGLFloatArray([1.5]);
-shouldBe("array[0]", "1.5");
-shouldBe("array[0] = 2.5", "2.5");
-shouldBe("array[0]", "2.5");
-
-debug("Testing WebGLByteArray indexed getter / setter");
-array = new WebGLByteArray(1);
-shouldBe("array[0] = 127", "127");
-shouldBe("array[0]", "127");
-shouldBe("array[0] = -128", "-128");
-shouldBe("array[0]", "-128");
-
-debug("Testing WebGLUnsignedByteArray indexed getter / setter");
-array = new WebGLUnsignedByteArray(1);
-shouldBe("array[0] = 255", "255");
-shouldBe("array[0]", "255");
-
-debug("Testing WebGLShortArray indexed getter / setter");
-array = new WebGLShortArray(1);
-shouldBe("array[0] = 32767", "32767");
-shouldBe("array[0]", "32767");
-shouldBe("array[0] = -32768", "-32768");
-shouldBe("array[0]", "-32768");
-
-debug("Testing WebGLUnsignedShortArray indexed getter / setter");
-array = new WebGLUnsignedShortArray(1);
-shouldBe("array[0] = 65535", "65535");
-shouldBe("array[0]", "65535");
-
-debug("Testing WebGLIntArray indexed getter / setter");
-array = new WebGLIntArray(1);
-shouldBe("array[0] = -2147483648", "-2147483648");
-shouldBe("array[0]", "-2147483648");
-shouldBe("array[0] = 2147483647", "2147483647");
-shouldBe("array[0]", "2147483647");
-
-debug("Testing WebGLUnsignedIntArray indexed getter / setter");
-array = new WebGLUnsignedIntArray(1);
-shouldBe("array[0] = 4294967295", "4294967295");
-shouldBe("array[0]", "4294967295");
-
-successfullyParsed = true;
-
-</script>
-<script src="../../js/resources/js-test-post.js"></script>
-
-</body>
-</html>
diff --git a/LayoutTests/fast/canvas/webgl/bug-32692-expected.txt b/LayoutTests/fast/canvas/webgl/index-validation-verifies-too-many-indices-expected.txt
similarity index 100%
rename from LayoutTests/fast/canvas/webgl/bug-32692-expected.txt
rename to LayoutTests/fast/canvas/webgl/index-validation-verifies-too-many-indices-expected.txt
diff --git a/LayoutTests/fast/canvas/webgl/bug-32692.html b/LayoutTests/fast/canvas/webgl/index-validation-verifies-too-many-indices.html
similarity index 100%
rename from LayoutTests/fast/canvas/webgl/bug-32692.html
rename to LayoutTests/fast/canvas/webgl/index-validation-verifies-too-many-indices.html
diff --git a/LayoutTests/fast/canvas/webgl/bug-32364-expected.txt b/LayoutTests/fast/canvas/webgl/tex-image-and-uniform-binding-bugs-expected.txt
similarity index 100%
rename from LayoutTests/fast/canvas/webgl/bug-32364-expected.txt
rename to LayoutTests/fast/canvas/webgl/tex-image-and-uniform-binding-bugs-expected.txt
diff --git a/LayoutTests/fast/canvas/webgl/bug-32364.html b/LayoutTests/fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html
similarity index 100%
rename from LayoutTests/fast/canvas/webgl/bug-32364.html
rename to LayoutTests/fast/canvas/webgl/tex-image-and-uniform-binding-bugs.html
diff --git a/LayoutTests/fast/canvas/webgl/bug-32888-expected.txt b/LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized-expected.txt
similarity index 100%
rename from LayoutTests/fast/canvas/webgl/bug-32888-expected.txt
rename to LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized-expected.txt
diff --git a/LayoutTests/fast/canvas/webgl/bug-32888.html b/LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized.html
similarity index 100%
rename from LayoutTests/fast/canvas/webgl/bug-32888.html
rename to LayoutTests/fast/canvas/webgl/texture-transparent-pixels-initialized.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list