[Webkit-unassigned] [Bug 154524] New: [iOS Simulator] js/number-toLocaleString.html failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 21 17:26:35 PST 2016


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

            Bug ID: 154524
           Summary: [iOS Simulator] js/number-toLocaleString.html failing
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: iOS
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

[iOS Simulator] js/number-toLocaleString.html failing

This test has been failing since r196850

<https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r196881%20(3304)/results.html>
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=js%2Fnumber-toLocaleString.html>

--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/js/number-toLocaleString-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/js/number-toLocaleString-actual.txt
@@ -20,7 +20,7 @@
 PASS (0).toLocaleString() is "0"
 PASS new Number(1).toLocaleString() is "1"
 PASS (0).toLocaleString('i') threw exception RangeError: invalid language tag: i.
-PASS Infinity.toLocaleString() is "∞"
+FAIL Infinity.toLocaleString() should be ∞. Was INF.
 PASS (123456.789).toLocaleString('ar') is "١٢٣٬٤٥٦٫٧٨٩"
 PASS (123456.789).toLocaleString('zh-Hans-CN-u-nu-hanidec') is "一二三,四五六.七八九"
 PASS (123.456).toLocaleString('en', { maximumSignificantDigits: 3 }) is "123"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160222/321da920/attachment.html>


More information about the webkit-unassigned mailing list