serenity/Tests
Timothy Flynn 60782cb219 AK: Do not coerce i64 and u64 values to i32 and u32
First, this isn't actually helpful, as we no longer store 32-bit values
in JsonValue. They are stored as 64-bit values anyways.

But more imporatantly, there was a bug here when trying to coerce an i64
to an i32. All negative values were cast to an i32, without checking if
the value is below NumericLimits<i32>::min.

(cherry picked from commit 7b3b608cafbed8049ac7a34104c66622c1445ffc)
2024-11-14 19:52:23 -05:00
..
AK AK: Do not coerce i64 and u64 values to i32 and u32 2024-11-14 19:52:23 -05:00
ClangPlugins
JSSpecCompiler
Kernel
LibAudio
LibC
LibCompress
LibCore
LibCpp
LibCrypto LibCrypto: Implement and test HKDF 2024-11-12 07:14:25 -05:00
LibDeviceTree
LibDiff
LibEDID
LibELF
LibGfx
LibGL
LibGLSL
LibHTTP
LibIMAP
LibJS
LibLocale
LibMarkdown
LibMedia
LibPDF
LibRegex LibRegex: Don't ignore references that weren't bound in checked blocks 2024-11-12 07:14:25 -05:00
LibSemVer
LibShell
LibSQL
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibTTF
LibUnicode
LibURL
LibWasm LibWasm+LibWeb+test-wasm: Refcount Wasm::Module for function references 2024-11-13 10:17:34 -05:00
LibWeb LibWeb: Implement AudioListener 2024-11-14 17:46:06 -05:00
LibWebView
LibXML LibXML: Read code points when parsing names 2024-11-12 04:25:50 -05:00
Spreadsheet
Utilities
CMakeLists.txt