From 2e6d2b5ca1637242794bf13ad980317d39dd7790 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 27 Aug 2018 18:51:13 +0000 Subject: 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 Commit-Queue: Lei Zhang --- testing/resources/javascript/util_printd_expected.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') 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 -- cgit v1.2.3