RESOLVED WORKSFORME 44243
[INTERPRETER] Two tests fail with SputnikError: #5: Error matching character class s between character 1400 and 17ff
https://bugs.webkit.org/show_bug.cgi?id=44243
Summary [INTERPRETER] Two tests fail with SputnikError: #5: Error matching character ...
David Kilzer (:ddkilzer)
Reported 2010-08-19 04:41:36 PDT
Two Sputnik tests fail on the JSC interpreter with "SputnikError: #5: Error matching character class s between character 1400 and 17ff", 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_T1.html fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.2/15.10.2.12_CharacterClassEscape/S15.10.2.12_A2_T1.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_T1-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_T1-expected.txt @@ -1,6 +1,6 @@ S15.10.2.12_A1_T1 -PASS +FAIL SputnikError: #5: Error matching character class s between character 1400 and 17ff 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_T1-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_T1-expected.txt @@ -1,6 +1,6 @@ S15.10.2.12_A2_T1 -PASS +FAIL SputnikError: #5: Error matching character class S between character 1400 and 17ff TEST COMPLETE
Attachments
David Kilzer (:ddkilzer)
Comment 1 2010-08-19 04:48:24 PDT
Gavin Barraclough
Comment 2 2011-06-10 19:17:27 PDT
From testing on desktop interpreter builds, I'm no longer seeing functional differences to the JIT. This is likely predominantly due to replacing PCRE with YARR, along with other recent bug fixes.
Note You need to log in before you can comment on or make changes to this bug.