WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
44247
[INTERPRETER] Four Sputnik Unicode tests fail differently
https://bugs.webkit.org/show_bug.cgi?id=44247
Summary
[INTERPRETER] Four Sputnik Unicode tests fail differently
David Kilzer (:ddkilzer)
Reported
2010-08-19 04:41:57 PDT
The following Sputnik tests fail on both the JIT and the interpreter, but fail differently on each: fast/js/sputnik/Unicode/Unicode_218/S15.10.2.12_A1_T6.html fast/js/sputnik/Unicode/Unicode_218/S15.10.2.12_A2_T6.html fast/js/sputnik/Unicode/Unicode_320/S15.10.2.12_A1_T6.html fast/js/sputnik/Unicode/Unicode_320/S15.10.2.12_A2_T6.html --- a/LayoutTests/fast/js/sputnik/Unicode/Unicode_218/S15.10.2.12_A1_T6-expected.txt +++ b/LayoutTests/fast/js/sputnik/Unicode/Unicode_218/S15.10.2.12_A1_T6-expected.txt @@ -1,6 +1,6 @@ S15.10.2.12_A1_T6 -FAIL SputnikError: #200B +FAIL SputnikError: #2000 TEST COMPLETE --- a/LayoutTests/fast/js/sputnik/Unicode/Unicode_218/S15.10.2.12_A2_T6-expected.txt +++ b/LayoutTests/fast/js/sputnik/Unicode/Unicode_218/S15.10.2.12_A2_T6-expected.txt @@ -1,6 +1,6 @@ S15.10.2.12_A2_T6 -FAIL SputnikError: #200B +FAIL SputnikError: #2000 TEST COMPLETE --- a/LayoutTests/fast/js/sputnik/Unicode/Unicode_320/S15.10.2.12_A1_T6-expected.txt +++ b/LayoutTests/fast/js/sputnik/Unicode/Unicode_320/S15.10.2.12_A1_T6-expected.txt @@ -1,6 +1,6 @@ S15.10.2.12_A1_T6 -FAIL SputnikError: #200B +FAIL SputnikError: #1680 TEST COMPLETE --- a/LayoutTests/fast/js/sputnik/Unicode/Unicode_320/S15.10.2.12_A2_T6-expected.txt +++ b/LayoutTests/fast/js/sputnik/Unicode/Unicode_320/S15.10.2.12_A2_T6-expected.txt @@ -1,6 +1,6 @@ S15.10.2.12_A2_T6 -FAIL SputnikError: #200B +FAIL SputnikError: #1680 TEST COMPLETE
Attachments
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2010-08-19 04:48:50 PDT
<
rdar://problem/8329006
>
Gavin Barraclough
Comment 2
2011-06-10 19:17:41 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.
Top of Page
Format For Printing
XML
Clone This Bug