ladybird/Tests
Timothy Flynn 62d9a84b8d AK+Everywhere: Replace custom number parsers with fast_float
Our floating point number parser was based on the fast_float library:
https://github.com/fastfloat/fast_float

However, our implementation only supports 8-bit characters. To support
UTF-16, we will need to be able to convert char16_t-based strings to
numbers as well. This works out-of-the-box with fast_float.

We can also use fast_float for integer parsing.
2025-07-03 09:51:56 -04:00
..
AK AK+Everywhere: Replace custom number parsers with fast_float 2025-07-03 09:51:56 -04:00
ClangPlugins Everywhere: Format all python files with black 2025-05-22 16:21:42 +02:00
LibCompress LibCompress: Refactor deflate de/compressor using zlib 2025-03-19 13:46:50 +01:00
LibCore Test: Enable text/html tests for MimeType sniffing by filenames 2025-06-25 18:49:43 -06:00
LibCrypto LibCrypto+LibWeb: De-templetize RSA and EC key types 2025-06-25 12:21:28 +12:00
LibDiff LibDiff: Fix wrong index used when prepending context lines 2023-09-11 12:10:50 +01:00
LibDNS LibTLS: Remove blocking option and simplify Options struct 2025-06-23 17:49:21 +02:00
LibGC LibGC+LibWeb+LibJS: Remove workaround for Swift boolean bitfield issue 2025-04-04 13:06:53 -06:00
LibGfx Tests/LibGfx: Enable non file input tests in Windows CI 2025-06-26 19:35:14 -06:00
LibJS Tests: Disable test-js on Windows 2025-06-17 15:33:26 -06:00
LibMedia Meta: Consolidate checking for the system audio backend 2024-12-25 12:00:43 +01:00
LibRegex LibRegex: Fix handling of + quantifier with zero-width matches 2025-06-02 15:52:26 +02:00
LibTest LibTest: Support death tests without child process cloning 2025-05-16 13:23:32 -06:00
LibTextCodec AK+LibTextCodec: Stop using Utf16View endianness override 2025-04-16 10:04:50 +02:00
LibThreading Tests/LibThreading: Port to Windows 2025-06-05 10:16:03 -06:00
LibTLS LibTLS: Remove blocking option and simplify Options struct 2025-06-23 17:49:21 +02:00
LibUnicode LibJS+LibUnicode: Change time zones in a way that works on Windows 2025-06-01 18:48:58 -04:00
LibURL LibURL: Differentiate cross site opaque origins 2025-06-30 08:06:37 +01:00
LibWasm Tests: Move test-wasm build rules to Tests/LibWasm 2025-05-19 18:37:15 -04:00
LibWeb Tests/LibWeb: Import webstorage symbol-props WPT test 2025-07-03 12:45:31 +01:00
LibWebView LibWebView: Do not use AK::format to format search engine URLs 2025-04-06 13:45:10 +02:00
LibXML LibTest: Support death tests without child process cloning 2025-05-16 13:23:32 -06:00
Resources Tests: Annotate configurationJSON in SwiftTestMain with noisolate 2024-11-26 11:00:48 +01:00
CMakeLists.txt Tests/LibWasm: Enable in Windows CI 2025-06-26 19:35:14 -06:00