ladybird/Tests/LibCore
Timothy Flynn 672a555f98 LibCore+LibJS+LibUnicode: Port retrieving time zone offsets to ICU
The changes to tests are due to LibTimeZone incorrectly interpreting
time stamps in the TZDB. The TZDB will list zone transitions in either
UTC or the zone's local time (which is then subject to DST offsets).
LibTimeZone did not handle the latter at all.

For example:

The following rule is in effect until November 18, 6PM UTC.

    America/Chicago -5:50:36 - LMT 1883 Nov 18 18:00u

The following rule is in effect until March 1, 2AM in Chicago time. But
at that time, a DST transition occurs, so the local time is actually
3AM.

    America/Chicago -6:00 Chicago C%sT 1936 Mar 1 2:00
2024-06-26 10:14:02 +02:00
..
10kb.txt LibCore: Fix relative seeking in IODevice 2021-11-30 10:51:10 +01:00
CMakeLists.txt LibCore+LibJS+LibUnicode: Port retrieving time zone offsets to ICU 2024-06-26 10:14:02 +02:00
long_lines.txt LibCore: Add unit test for File::read_line 2021-06-22 18:54:40 +04:30
small.txt Tests/LibCore: Add regression test for the read_until_any_of OOB read 2022-01-01 14:44:02 +01:00
TestLibCoreArgsParser.cpp AK: Update OptionParser::m_arg_index by substracting skipped args 2024-02-06 00:08:30 +01:00
TestLibCoreDateTime.cpp Tests: Use Core::Environment instead of Core::System::*env() 2024-02-27 08:33:48 +00:00
TestLibCoreDeferredInvoke.cpp Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
TestLibCoreFilePermissionsMask.cpp Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error()) 2023-05-14 15:39:38 -06:00
TestLibCoreFileWatcher.cpp Meta: Remove trivially unused Kernel API headers 2024-06-07 09:44:41 +02:00
TestLibCoreMappedFile.cpp AK: Use an enum to specify the open mode instead of a bool 2023-11-08 18:19:34 +01:00
TestLibCorePromise.cpp Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
TestLibCoreSharedSingleProducerCircularQueue.cpp Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
TestLibCoreStream.cpp AK+LibCore: Add BufferedSocket::can_read_up_to_delimiter() 2024-01-21 21:13:58 +01:00