[Webkit-unassigned] [Bug 44244] New: [INTERPRETER] Two Sputnik tests fail to encode two-byte unicode character (\u2028)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 19 04:41:42 PDT 2010


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

           Summary: [INTERPRETER] Two Sputnik tests fail to encode
                    two-byte unicode character (\u2028)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: ggaren at apple.com, oliver at apple.com


Two Sputnik tests fail on the JSC interpreter when encoding a two-byte unicode character (\u2028), but pass on the JSC JIT:

fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T2.html
fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T2.html

--- a/LayoutTests/fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T2-expected.txt
+++ b/LayoutTests/fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.12_CharacterClassEscape/S15.10.2.12_A1_T2-expected.txt
@@ -1,6 +1,6 @@
 S15.10.2.12_A1_T2

-PASS 
+FAIL SputnikError: #3: var arr = /\s/.exec("\u2028"); arr[0] === "\u2028". Actual. null

 TEST COMPLETE


--- a/LayoutTests/fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T2-expected.txt
+++ b/LayoutTests/fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T2-expected.txt
@@ -1,6 +1,6 @@
 S15.10.2.12_A2_T2

-PASS 
+FAIL SputnikError: #3: var arr = /\S/.exec("\u2028"); arr[0] === "\u2028". Actual. ‚Ä®

 TEST COMPLETE

-- 
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