[Webkit-unassigned] [Bug 119796] New: [Qt] REGRESSION(FTL) 2 sputnik/Conformance/08_Types/8.5_The_Number_Type/ test failing on x86.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 14 05:49:57 PDT 2013


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

           Summary: [Qt] REGRESSION(FTL) 2
                    sputnik/Conformance/08_Types/8.5_The_Number_Type/ test
                    failing on x86.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abrhm at inf.u-szeged.hu
                CC: oliver at apple.com, ossy at webkit.org,
                    zarvai at inf.u-szeged.hu, kadam at inf.u-szeged.hu


After the FTL merge 2 sputnik test failing on Qt x86 bots.
sputnik/Conformance/08_Types/8.5_The_Number_Type/S8.5_A2.1.html
sputnik/Conformance/08_Types/8.5_The_Number_Type/S8.5_A2.2.html

Link: http://build.webkit.org/results/Qt%20Linux%20Release/r154045%20(62089)/results.html

diff2.1:

S8.5_A2.1

PASS 
FAIL SputnikError: #1: var x = 9007199254740994.0; var y = 1.0 - 1/65536.0; var z = x + y; var d = z - x; d === 0. Actual: 2

TEST COMPLETE


diff2.2:

S8.5_A2.2

PASS 
FAIL SputnikError: #1: var x = 9007199254740994.0; var y = 1.0 - 1/65536.0; var z = x + y; var d = z - x; d !== 2

TEST COMPLETE

I think this fails caused by the FTL merge, but maybe other patch cause it.

Could you take a look please?

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