[Webkit-unassigned] [Bug 75602] [JSC] Short circuit for a 16 bit pattern character and an 8 bit string failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 00:58:16 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75602


Philippe Normand <pnormand at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pnormand at igalia.com




--- Comment #6 from Philippe Normand <pnormand at igalia.com>  2012-02-22 00:58:16 PST ---
(In reply to comment #5)
> All reviewed patches have been landed.  Closing bug.

Looks like this broke fast/regex/pcre-test-4.html :

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/regex/pcre-test-4-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/regex/pcre-test-4-actual.txt 
@@ -70,11 +70,11 @@
 PASS regex34.exec(input0); is results
 PASS regex35.exec(input0); is results
 PASS regex36.exec(input0); is results
-PASS regex37.exec(input0); is results
+FAIL regex37.exec(input0); should be . Was null.
 PASS regex37.exec(input1); is results
 PASS regex38.exec(input0); is results
 PASS regex38.exec(input1); is results
-PASS regex39.exec(input0); is results
+FAIL regex39.exec(input0); should be . Was null.
 PASS regex39.exec(input1); is results
 PASS regex40.exec(input0); is results
 PASS regex41.exec(input0); is results
@@ -215,7 +215,7 @@
 PASS regex104.exec(input0); is results
 PASS regex105.exec(input0); is results
 PASS regex105.exec(input1); is results
-PASS regex106.exec(input0); is results
+FAIL regex106.exec(input0); should be a. Was null.
 PASS regex107.exec(input0); is results
 PASS input0.match(regexGlobal0); is results
 PASS input1.match(regexGlobal0); is results

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list