[Webkit-unassigned] [Bug 105253] New: 2 clampTo unit tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 21:58:30 PST 2012


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

           Summary: 2 clampTo unit tests are failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: noel.gordon at gmail.com, eae at chromium.org


clampToUnsigned is failing on 2 bots and clampToFloat is failing only on Apple Win:

http://build.webkit.org/builders/Chromium%20Mac%20Release%20%28Tests%29/builds/30528/steps/run-api-tests/logs/stdio
http://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Tests%29/builds/31009/steps/run-api-tests/logs/stdio

Here are the failures:

Note: Google Test filter = WTF.clampToIntegerFloat
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from WTF
[ RUN      ] WTF.clampToIntegerFloat
..\Tests\WTF\MathExtras.cpp(103): error: Value of: maxInt
  Actual: 2147483648
Expected: clampToInteger(maxInt)
Which is: 2147483647
..\Tests\WTF\MathExtras.cpp(106): error: Value of: maxInt
  Actual: 2147483648
Expected: clampToInteger(overflowInt)
Which is: 2147483647
[  FAILED  ] WTF.clampToIntegerFloat (0 ms)
[----------] 1 test from WTF (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (0 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] WTF.clampToIntegerFloat

 1 FAILED TEST
Note: Google Test filter = WTF.clampToUnsigned
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from WTF
[ RUN      ] WTF.clampToUnsigned
..\Tests\WTF\MathExtras.cpp(153): error: Value of: maxUnsigned
  Actual: 4294967295
Expected: clampTo<unsigned>(overflowUnsigned)
Which is: 0
[  FAILED  ] WTF.clampToUnsigned (0 ms)
[----------] 1 test from WTF (0 ms total)

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