Bug 38395 - Multiple Sputnik tests fail on Tiger/PPC
Summary: Multiple Sputnik tests fail on Tiger/PPC
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (PowerPC) All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-04-30 11:35 PDT by Alexey Proskuryakov
Modified: 2011-06-10 19:17 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-04-30 11:35:36 PDT
Probably due to bugs in interpreter. There are likely multiple issues that will need to be split into several bugs.

See Tiger Skipped file for an up to date list. Currently, it's:

fast/js/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2.html
fast/js/sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.html
fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T2.html
fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.4/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T1.html
fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.4/15.3.4.3_Function.prototype.apply/S15.3.4.3_A6_T4.html
fast/js/sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.5/S15.3.5.3_A2_T6.html
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_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_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_T2.html
Comment 1 Alexey Proskuryakov 2010-04-30 11:36:26 PDT
<rdar://problem/7928474>
Comment 2 David Kilzer (:ddkilzer) 2010-08-19 05:07:35 PDT
See also:

Bug 44242
Bug 44243
Bug 44244
Bug 44245
Bug 44247
Bug 44248
Comment 3 Gavin Barraclough 2011-06-10 19:17:06 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.