Bug 44248
| Summary: | [INTERPRETER] Six Unicode tests fail with SputnikError: #1680 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | barraclough, ggaren, oliver |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.6 | ||
David Kilzer (:ddkilzer)
Six Sputnik Unicode tests fail on the JSC interpreter with "SputnikError: #1680", but pass on the JSC JIT:
fast/js/sputnik/Unicode/Unicode_410/S15.10.2.12_A1_T6.html
fast/js/sputnik/Unicode/Unicode_410/S15.10.2.12_A2_T6.html
fast/js/sputnik/Unicode/Unicode_500/S15.10.2.12_A1_T6.html
fast/js/sputnik/Unicode/Unicode_500/S15.10.2.12_A2_T6.html
fast/js/sputnik/Unicode/Unicode_510/S15.10.2.12_A1_T6.html
fast/js/sputnik/Unicode/Unicode_510/S15.10.2.12_A2_T6.html
--- a/LayoutTests/fast/js/sputnik/Unicode/Unicode_410/S15.10.2.12_A1_T6-expected.txt
+++ b/LayoutTests/fast/js/sputnik/Unicode/Unicode_410/S15.10.2.12_A1_T6-expected.txt
@@ -1,6 +1,6 @@
S15.10.2.12_A1_T6
-PASS
+FAIL SputnikError: #1680
TEST COMPLETE
--- a/LayoutTests/fast/js/sputnik/Unicode/Unicode_410/S15.10.2.12_A2_T6-expected.txt
+++ b/LayoutTests/fast/js/sputnik/Unicode/Unicode_410/S15.10.2.12_A2_T6-expected.txt
@@ -1,6 +1,6 @@
S15.10.2.12_A2_T6
-PASS
+FAIL SputnikError: #1680
TEST COMPLETE
--- a/LayoutTests/fast/js/sputnik/Unicode/Unicode_500/S15.10.2.12_A1_T6-expected.txt
+++ b/LayoutTests/fast/js/sputnik/Unicode/Unicode_500/S15.10.2.12_A1_T6-expected.txt
@@ -1,6 +1,6 @@
S15.10.2.12_A1_T6
-PASS
+FAIL SputnikError: #1680
TEST COMPLETE
--- a/LayoutTests/fast/js/sputnik/Unicode/Unicode_500/S15.10.2.12_A2_T6-expected.txt
+++ b/LayoutTests/fast/js/sputnik/Unicode/Unicode_500/S15.10.2.12_A2_T6-expected.txt
@@ -1,6 +1,6 @@
S15.10.2.12_A2_T6
-PASS
+FAIL SputnikError: #1680
TEST COMPLETE
--- a/LayoutTests/fast/js/sputnik/Unicode/Unicode_510/S15.10.2.12_A1_T6-expected.txt
+++ b/LayoutTests/fast/js/sputnik/Unicode/Unicode_510/S15.10.2.12_A1_T6-expected.txt
@@ -1,6 +1,6 @@
S15.10.2.12_A1_T6
-PASS
+FAIL SputnikError: #1680
TEST COMPLETE
--- a/LayoutTests/fast/js/sputnik/Unicode/Unicode_510/S15.10.2.12_A2_T6-expected.txt
+++ b/LayoutTests/fast/js/sputnik/Unicode/Unicode_510/S15.10.2.12_A2_T6-expected.txt
@@ -1,6 +1,6 @@
S15.10.2.12_A2_T6
-PASS
+FAIL SputnikError: #1680
TEST COMPLETE
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
<rdar://problem/8329008>
Gavin Barraclough
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.