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

bweinstein at apple.com bweinstein at apple.com
Wed Dec 22 11:09:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d3b983a5852e616e68cd7c8de9f9d3c595bb7137
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 13 23:36:34 2010 +0000

    Sputnik tests aren't running on Windows
    https://bugs.webkit.org/show_bug.cgi?id=42208
    
    Reviewed by Steve Falkenburg.
    
    We should run the Sputnik tests on Windows, by unskipping fast/js/Sputnik, and adding Windows
    specific test results. There are 6 tests that needs Windows specific results. 3 of them are
    progressions (Unicode_510/S7.6_A3.2.html, Unicode_510/S7.6_A5.3_T1.html, Unicode_510/S7.6_A5.3_T2.html)
    and the others are failures that are being tracked by https://bugs.webkit.org/show_bug.cgi?id=42209.
    
    * platform/win/Skipped: Remove fast/js/sputnik from the Skipped list.
    * platform/win/fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T6-expected.txt: Added failing result.
    * platform/win/fast/js/sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3-expected.txt: Added failing result.
    * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Added failing result.
    * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Added progression.
    * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Added progression.
    * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Added progression.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63260 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index f9ca2e0..8d25ec5 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,23 @@
+2010-07-13  Brian Weinstein  <bweinstein at apple.com>
+
+        Reviewed by Steve Falkenburg.
+
+        Sputnik tests aren't running on Windows
+        https://bugs.webkit.org/show_bug.cgi?id=42208
+        
+        We should run the Sputnik tests on Windows, by unskipping fast/js/Sputnik, and adding Windows
+        specific test results. There are 6 tests that needs Windows specific results. 3 of them are
+        progressions (Unicode_510/S7.6_A3.2.html, Unicode_510/S7.6_A5.3_T1.html, Unicode_510/S7.6_A5.3_T2.html)
+        and the others are failures that are being tracked by https://bugs.webkit.org/show_bug.cgi?id=42209.
+
+        * platform/win/Skipped: Remove fast/js/sputnik from the Skipped list.
+        * platform/win/fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T6-expected.txt: Added failing result.
+        * platform/win/fast/js/sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3-expected.txt: Added failing result.
+        * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Added failing result.
+        * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Added progression.
+        * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Added progression.
+        * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Added progression.
+
 2010-07-12  Tony Gentilcore  <tonyg at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/LayoutTests/platform/win/Skipped b/LayoutTests/platform/win/Skipped
index e608651..4f78e8d 100644
--- a/LayoutTests/platform/win/Skipped
+++ b/LayoutTests/platform/win/Skipped
@@ -873,9 +873,6 @@ fast/lists/ol-nested-list.html
 # Doesn't support WOFF yet.
 fast/css/font-face-woff.html
 
-# multiple tests fail on different platforms, need to find the cause(s)
-fast/js/sputnik
-
 # https://bugs.webkit.org/show_bug.cgi?id=38376
 media/media-document-audio-size.html
 
diff --git a/LayoutTests/platform/win/fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T6-expected.txt b/LayoutTests/platform/win/fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T6-expected.txt
new file mode 100644
index 0000000..6a0c104
--- /dev/null
+++ b/LayoutTests/platform/win/fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T6-expected.txt
@@ -0,0 +1,6 @@
+S11.5.3_A4_T6
+
+FAIL SputnikError: #3.2: -0 % 1 === - 0. Actual: +0
+
+TEST COMPLETE
+
diff --git a/LayoutTests/platform/win/fast/js/sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3-expected.txt b/LayoutTests/platform/win/fast/js/sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3-expected.txt
new file mode 100644
index 0000000..3cfc71f
--- /dev/null
+++ b/LayoutTests/platform/win/fast/js/sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3-expected.txt
@@ -0,0 +1,6 @@
+S15.4.4.12_A2.1_T3
+
+FAIL SputnikError: #2: var x = [0,1,2,3]; var arr = x.splice(Number.POSITIVE_INFINITY,3); arr.length === 0. Actual: 3
+
+TEST COMPLETE
+
diff --git a/LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt b/LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt
new file mode 100644
index 0000000..efb9154
--- /dev/null
+++ b/LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt
@@ -0,0 +1,6 @@
+S7.6_A3.1
+
+FAIL SputnikError: #FEFF 
+
+TEST COMPLETE
+
diff --git a/LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt b/LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt
new file mode 100644
index 0000000..de19cfa
--- /dev/null
+++ b/LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt
@@ -0,0 +1,6 @@
+S7.6_A3.2
+
+PASS 
+
+TEST COMPLETE
+
diff --git a/LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt b/LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt
new file mode 100644
index 0000000..58e7f5d
--- /dev/null
+++ b/LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt
@@ -0,0 +1,6 @@
+S7.6_A5.3_T1
+
+PASS 
+
+TEST COMPLETE
+
diff --git a/LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt b/LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt
new file mode 100644
index 0000000..2c9aa5a
--- /dev/null
+++ b/LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt
@@ -0,0 +1,6 @@
+S7.6_A5.3_T2
+
+PASS 
+
+TEST COMPLETE
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list