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

victorw at chromium.org victorw at chromium.org
Wed Dec 22 11:34:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3a95038ca2469f2dac7c25b4a661e21f876d5959
Author: victorw at chromium.org <victorw at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 29 22:05:40 2010 +0000

    2010-07-29  Victor Wang  <victorw at chromium.org>
    
            Unreviewed. Update chromium expectation for test:
            fast/js/regexp-look-ahead-empty.html
    
            * platform/chromium/fast/js/regexp-look-ahead-empty-expected.txt: Added.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64310 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 8e30fb1..ffc9729 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-29  Victor Wang  <victorw at chromium.org>
+
+        Unreviewed. Update chromium expectation for test:
+        fast/js/regexp-look-ahead-empty.html
+
+        * platform/chromium/fast/js/regexp-look-ahead-empty-expected.txt: Added.
+
 2010-07-29  Michael Saboff  <msaboff at apple.com>
 
         Reviewed by Oliver Hunt.
diff --git a/LayoutTests/platform/chromium/fast/js/regexp-look-ahead-empty-expected.txt b/LayoutTests/platform/chromium/fast/js/regexp-look-ahead-empty-expected.txt
new file mode 100644
index 0000000..deb0ebc
--- /dev/null
+++ b/LayoutTests/platform/chromium/fast/js/regexp-look-ahead-empty-expected.txt
@@ -0,0 +1,16 @@
+Test for regression against Yarr Interpreter is hanging in some cases of look-ahead regex patterns. It also tests some other related expressions.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS /(?:(?=x))+/.exec("x") is [""]
+PASS /(?:a?)*/.exec("a") is ["a"]
+PASS /(a|ab)*/.exec("abab") is ["a","a"]
+PASS /(ab)+/.exec("abab") is ["abab","ab"]
+PASS /(|ab)*/.exec("ab") is ["ab","ab"]
+PASS /(?:(|ab)*)/.exec("ab") is ["ab","ab"]
+PASS /(?:(|ab)+)/.exec("ab") is ["ab","ab"]
+PASS /(|ab)+/.exec("abab") is ["abab","ab"]
+PASS successfullyParsed is true
+
+TEST COMPLETE

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list