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

ager at chromium.org ager at chromium.org
Wed Dec 22 13:14:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5e983187075d84b311bb4a5652ca01f9ce1fc633
Author: ager at chromium.org <ager at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 9 10:53:46 2010 +0000

    2010-09-09  Mads Ager  <ager at chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            [V8] Rebaseline parser-xml-close-comment
            https://bugs.webkit.org/show_bug.cgi?id=45444
    
            The only difference is the parse error message.
    
            * platform/chromium/fast/js/parser-xml-close-comment-expected.txt: Added.
            * platform/chromium/test_expectations.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67078 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index d8a4474..f847043 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-09  Mads Ager  <ager at chromium.org>
+
+        Reviewed by Yury Semikhatsky.
+
+        [V8] Rebaseline parser-xml-close-comment
+        https://bugs.webkit.org/show_bug.cgi?id=45444
+
+        The only difference is the parse error message.
+
+        * platform/chromium/fast/js/parser-xml-close-comment-expected.txt: Added.
+        * platform/chromium/test_expectations.txt:
+
 2010-09-09  Fumitoshi Ukai  <ukai at chromium.org>
 
         Unreviewed.
diff --git a/LayoutTests/platform/chromium/fast/js/parser-xml-close-comment-expected.txt b/LayoutTests/platform/chromium/fast/js/parser-xml-close-comment-expected.txt
new file mode 100644
index 0000000..2b9941b
--- /dev/null
+++ b/LayoutTests/platform/chromium/fast/js/parser-xml-close-comment-expected.txt
@@ -0,0 +1,18 @@
+Test to ensure correct handling of --> as a single line comment when at the beginning of a line
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS 'should be a syntax error' --> threw exception SyntaxError: Unexpected end of input.
+PASS /**/ 1 --> threw exception SyntaxError: Unexpected end of input.
+PASS 1 /**/ --> threw exception SyntaxError: Unexpected end of input.
+PASS 1/*
+*/--> threw exception SyntaxError: Unexpected end of input.
+PASS --> is undefined.
+PASS /**/--> is undefined.
+PASS /*
+*/--> is undefined.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 27a9db4..6e1187f 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3082,9 +3082,6 @@ BUG53073 LINUX : svg/custom/clip-path-units-changes.svg = TEXT
 BUG53546 LINUX : userscripts/user-script-audio-document.html = TEXT
 BUG53546 LINUX : userscripts/user-script-video-document.html = TEXT
 
-// Added in r66135, failing since then.
-BUG53548 MAC WIN LINUX : fast/js/parser-xml-close-comment.html = TEXT
-
 // These tests are flaky on Mac and Linux.
 BUG53554 MAC LINUX : svg/W3C-SVG-1.1/fonts-elem-07-b.svg = PASS IMAGE
 BUG53554 MAC LINUX : svg/custom/svg-fonts-without-missing-glyph.xhtml = PASS IMAGE

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list