summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2021-10-31AK+Tests: Fix formatting of infinity and NaN valuesDaniel Bertalan
2021-10-29LibRegex: Don't ignore empty alternatives in append_alternation()Ali Mohammad Pur
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A
2021-10-25LibSQL Tests: Add tests for `SELECT ... WHERE ...`Jan de Visser
2021-10-24LibC: Fix `%n` conversion specifier in scanf() formatJelle Raaijmakers
2021-10-24Tests: Print full 32-byte range of values in TestScanfJelle Raaijmakers
2021-10-24Tests: Reword 'output' to 'return value' in TestScanfJelle Raaijmakers
2021-10-24Tests: Use correct argument count for value conformance in TestScanfJelle Raaijmakers
2021-10-24Tests: Only test truthiness for iswctypeTim Schumacher
2021-10-24Tests: Use proper comparison macros for wctypeTim Schumacher
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-10-23AK: Don't crash on invalid Base64 inputBen Wiederhake
2021-10-22LibC: Fix up mblenTim Schumacher
2021-10-22LibC: Fix up mbtowcTim Schumacher
2021-10-22Tests: Add a unit test to ensure the /dev/mem device works correctlyLiav A
2021-10-21LibC: Implement mbsnrtowcsTim Schumacher
2021-10-21LibC: Implement wcsnrtombsTim Schumacher
2021-10-21LibC: Implement mbrlenTim Schumacher
2021-10-20LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOrIdan Horowitz
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-10-17Tests: Remove Clang workaround from TestSourceLocationDaniel Bertalan
2021-10-17LibC: Implement wcslcpyDaniel Bertalan
2021-10-17LibJS: Convert to_double() to ThrowCompletionOrIdan Horowitz
2021-10-17LibJS: Convert to_bigint_int64() to ThrowCompletionOrIdan Horowitz
2021-10-15LibC: Implement mbsrtowcsTim Schumacher
2021-10-15LibC: Implement wcsrtombsTim Schumacher
2021-10-15LibC: Implement wcrtombDaniel Bertalan
2021-10-15LibC: Implement twalkTim Schumacher
2021-10-15LibC: Implement tfind and tsearchTim Schumacher
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-13LibJS: Convert to_string() to ThrowCompletionOrLinus Groh
2021-10-10AK: Implement a way to resolve relative paths lexicallyBen Wiederhake
2021-10-08Tests: Fix -Wunreachable-code warnings from clangNico Weber
2021-10-06Tests: Disable LibThreading detach tests for nowAndreas Kling
2021-10-06Tests: Add LibThreading to CMakeLists.txtJunior Rantila
2021-10-06LibELF: Fix dynamic linking of dlopen()-ed libsRodrigo Tobar
2021-10-04LibSQL: Add an INSERT without column names testMahmoud Mandour
2021-10-04LibSQL: Test INSERT statement with wrong number of valuesMahmoud Mandour
2021-10-04LibSQL: Test INSERT statement with wrong data typesMahmoud Mandour
2021-10-04LibSQL: Check NoError individually in execution testsMahmoud Mandour
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-10-03LibRegex: Use a match table for character classesAli Mohammad Pur
2021-10-03LibJS: Add a specific test for invalid unicode characters in the lexerdavidot
2021-10-03Tests: Add tests for mbrtowcTim Schumacher
2021-10-03AK: Add a basic formatter for wchar_tTim Schumacher
2021-10-03Tests: Add a test for mbsinitTim Schumacher
2021-10-03LibC: Implement wmemmoveTim Schumacher
2021-10-03LibC: Implement wmemsetTim Schumacher
2021-10-03LibC: Implement wmemcpyTim Schumacher