Chromium Code Reviews
DescriptionUse separate time values for 32 and 64 bit systems in feature tests
Some test cases fail due to updates to the time conversion
functions - https://codereview.chromium.org/1988663002/
The problem is that linux_chromium_dbg_32 starts to fail,
when the above mentioned CL is applied, because the date
after 2038 cannot be properly converted on 32-bit systems
due to 2^32 value limitation.
Committed: https://crrev.com/82bb85e827bc47c2918bd77fb8ec81bac68d4146
Cr-Commit-Position: refs/heads/master@{#399715}
Patch Set 1 #Patch Set 2 : TODO added #Messages
Total messages: 13 (6 generated)
|