RESOLVED FIXED152583
Intl.DateTimeFormat('en', null) should throw a TypeError
https://bugs.webkit.org/show_bug.cgi?id=152583
Summary Intl.DateTimeFormat('en', null) should throw a TypeError
Sukolsak Sakshuwong
Reported 2015-12-29 02:06:56 PST
According to ECMA-402 (2nd edition), 12.1.1, passing null as |options| to InitializeDateTimeFormat should throw a TypeError exception. http://www.ecma-international.org/ecma-402/2.0/ECMA-402.pdf
Attachments
Patch (4.55 KB, patch)
2015-12-29 02:13 PST, Sukolsak Sakshuwong
darin: review+
commit-queue: commit-queue-
Sukolsak Sakshuwong
Comment 1 2015-12-29 02:13:28 PST
Andy VanWagoner
Comment 2 2015-12-29 07:50:50 PST
I had noticed that and also included the same fix in my patch for Date.prototype.toLocaleString(). https://bugs.webkit.org/show_bug.cgi?id=147611
Sukolsak Sakshuwong
Comment 3 2015-12-29 07:59:15 PST
(In reply to comment #2) > I had noticed that and also included the same fix in my patch for > Date.prototype.toLocaleString(). > https://bugs.webkit.org/show_bug.cgi?id=147611 Oops, sorry. I didn't see it. Please feel free to close this bug.
WebKit Commit Bot
Comment 4 2016-01-18 19:11:51 PST
Comment on attachment 267981 [details] Patch Rejecting attachment 267981 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'apply-attachment', '--no-update', '--non-interactive', 267981, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: l-datetimeformat-expected.txt Hunk #1 FAILED at 82. 1 out of 1 hunk FAILED -- saving rejects to file LayoutTests/js/intl-datetimeformat-expected.txt.rej patching file LayoutTests/js/script-tests/intl-datetimeformat.js Hunk #1 FAILED at 162. 1 out of 1 hunk FAILED -- saving rejects to file LayoutTests/js/script-tests/intl-datetimeformat.js.rej Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Darin Adler']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output: http://webkit-queues.webkit.org/results/710243
Sukolsak Sakshuwong
Comment 5 2016-01-21 04:27:59 PST
Note You need to log in before you can comment on or make changes to this bug.