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

bulach at chromium.org bulach at chromium.org
Wed Dec 22 15:54:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c56980036edff711c886fdd1e393364bebaf8137
Author: bulach at chromium.org <bulach at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 16 11:45:57 2010 +0000

    2010-11-16  Marcus Bulach  <bulach at chromium.org>
    
            Not reviewed, chromium test expectation update.
    
            Update chromium baselines following r72063
            https://bugs.webkit.org/show_bug.cgi?id=49591
    
            * platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt: Added.
            * platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72076 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 2409568..b9b6bcf 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -2,6 +2,16 @@
 
         Not reviewed, chromium test expectation update.
 
+        Update chromium baselines following r72063
+        https://bugs.webkit.org/show_bug.cgi?id=49591
+
+        * platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt: Added.
+        * platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt: Added.
+
+2010-11-16  Marcus Bulach  <bulach at chromium.org>
+
+        Not reviewed, chromium test expectation update.
+
         Update chromium baselines following r72050
         https://bugs.webkit.org/show_bug.cgi?id=49590
 
diff --git a/LayoutTests/platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt b/LayoutTests/platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt
new file mode 100644
index 0000000..28823a0
--- /dev/null
+++ b/LayoutTests/platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt
@@ -0,0 +1,18 @@
+Test for function.prototype's property descriptor.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS descriptor['writable'] is true
+FAIL descriptor['enumerable'] should be true. Was false.
+PASS descriptor['configurable'] is false
+PASS descriptor['writable'] is true
+FAIL descriptor['enumerable'] should be true. Was false.
+PASS descriptor['configurable'] is false
+PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: defineProperty.
+PASS descriptor['writable'] is true
+FAIL descriptor['enumerable'] should be true. Was false.
+PASS descriptor['configurable'] is false
+PASS successfullyParsed is true
+
+TEST COMPLETE
diff --git a/LayoutTests/platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt b/LayoutTests/platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt
new file mode 100644
index 0000000..28823a0
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt
@@ -0,0 +1,18 @@
+Test for function.prototype's property descriptor.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS descriptor['writable'] is true
+FAIL descriptor['enumerable'] should be true. Was false.
+PASS descriptor['configurable'] is false
+PASS descriptor['writable'] is true
+FAIL descriptor['enumerable'] should be true. Was false.
+PASS descriptor['configurable'] is false
+PASS Object.defineProperty(c, 'prototype', { get: function(){} }) threw exception TypeError: Cannot redefine property: defineProperty.
+PASS descriptor['writable'] is true
+FAIL descriptor['enumerable'] should be true. Was false.
+PASS descriptor['configurable'] is false
+PASS successfullyParsed is true
+
+TEST COMPLETE

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list