diff options
author | Lei Zhang <thestig@chromium.org> | 2018-08-27 18:51:13 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-08-27 18:51:13 +0000 |
commit | 2e6d2b5ca1637242794bf13ad980317d39dd7790 (patch) | |
tree | 009f36468d2704cfcefff08da4b783712e08744d /testing/resources/javascript/util_printd_expected.txt | |
parent | d3220624aa6603c56db670046a12a48970d374c2 (diff) | |
download | pdfium-2e6d2b5ca1637242794bf13ad980317d39dd7790.tar.xz |
Roll v8/ 9cf8abb7c..ff6b34b46 (689 commits)
https://chromium.googlesource.com/v8/v8.git/+log/9cf8abb7ce7e..ff6b34b468c1
This updates V8 to 6.8.44.
There has been changes to how JS handles timezones. [1] Update the test
expectations to match the new behavior, even though it deviates from
Acrobat, which still has the old behavior.
BUG=pdfium:1075
[1] https://github.com/tc39/ecma262/pull/778
Change-Id: I63f0df9cd423ceee5b8d1008ba12a47ca84bbd6d
Reviewed-on: https://pdfium-review.googlesource.com/41450
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'testing/resources/javascript/util_printd_expected.txt')
-rw-r--r-- | testing/resources/javascript/util_printd_expected.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/resources/javascript/util_printd_expected.txt b/testing/resources/javascript/util_printd_expected.txt index 76ede71ee5..2f077fc5fd 100644 --- a/testing/resources/javascript/util_printd_expected.txt +++ b/testing/resources/javascript/util_printd_expected.txt @@ -26,7 +26,7 @@ Alert: !@#$^&*()-_<>[];:~: !@#$^&*()-_<>[];:~ Alert: %z %d %%z %%d %%%z %%%d %%% hh:MM: z 4 z 4 z 4 03:59 Alert: : Alert: mm/dd/yyyy: 07/04/2014 -Alert: mm/dd/yyyy: 01/01/1850 +Alert: mm/dd/yyyy: 12/31/1849 Alert: mm/dd/yyyy: 12/31/2525 Alert: mm/dd/yyyy: Caught error: util.printd: The second parameter can't be converted to a Date. Alert: undefined: Caught error: util.printd: The second parameter can't be converted to a Date. @@ -38,7 +38,7 @@ Alert: [object Object]: Caught error: util.printd: Incorrect parameter type. Alert: clams,3: Caught error: util.printd: Incorrect parameter type. Alert: mm: 07 Alert: mm: Caught error: util.printd: Operation not supported. -Alert: mm/dd/yyyy HH:MM:ss: 07/03/1900 14:59:58 +Alert: mm/dd/yyyy HH:MM:ss: 07/03/1900 15:59:58 Alert: mm/dd/yyyy HH:MM:ss: 09/04/2015 15:59:58 Alert: mm/dd/yyyy HH:MM:ss: 12/09/2015 15:59:58 Alert: mm/dd/yyyy HH:MM:ss: 07/06/2014 02:59:58 |