summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2021-06-13LibC: Make `getopt` modify `argv` againJelle Raaijmakers
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-12LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)Idan Horowitz
2021-06-11AK+LibX86: Generalize u128/256 to AK::UFixedBigIntHendiadyoin1
2021-06-09LibJS: Notify WeakSets when heap cells are sweepedIdan Horowitz
2021-06-08AK: Make Vector capable of holding reference typesAli Mohammad Pur
2021-06-08LibSQL: Limit the number of nested subqueriesTimothy Flynn
2021-06-08LibSQL: Rename expression tree depth limit test caseTimothy Flynn
2021-06-08LibCore/ArgsParser: Learn how to stop on first non-optionJelle Raaijmakers
2021-06-08LibCore/ArgsParser: Add test suiteJelle Raaijmakers
2021-06-07AK: Add IntrusiveList::size_slow() to match InlineLinkedListBrian Gianforcaro
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-05LibSQL: Limit the allowed depth of an expression treeTimothy Flynn
2021-06-05LibWasm: Move Wasm::BytecodeInterpreter into its own headerSahan Fernando
2021-06-05AK: Do not trim away non-ASCII bytes when parsing URLMax Wipfli
2021-06-04LibWasm: Load and instantiate tablesAli Mohammad Pur
2021-06-04AK: Don’t drop lines between \r and \n in StringView::lines() (#7662)R Smith
2021-06-03AK: Do not VERIFY on invalid code point bytes in UTF8ViewDexesTTP
2021-06-03Tests: Add tests for most functions in AK/CharacterType.hMax Wipfli
2021-06-03Tests: Add test coverage for AK::IntrusiveList reverse iterator supportBrian Gianforcaro
2021-06-03LibSQL: Report a syntax error for unsupported LIMIT clause syntaxTimothy Flynn
2021-06-02LibWasm: Ensure that value signs are preserved when castingAli Mohammad Pur
2021-06-02LibWasm: Implement reference instructions (ref.{null,func,is_null})Ali Mohammad Pur
2021-06-01LibSQL: Return an error for empty common table expression listsTimothy Flynn
2021-06-01AK+Everywhere: Fix compiletime format parsing of replacement fieldsAli Mohammad Pur
2021-06-01AK: Strip leading/trailing C0-control-or-space in URLs correctlyAndreas Kling
2021-06-01AK: Enable direct comparsion of Optional<T> and TMax Wipfli
2021-06-01AK: Rename Utf8CodepointIterator => Utf8CodePointIteratorAndreas Kling
2021-06-01Tests: Add more tests for AK::URLMax Wipfli
2021-06-01AK: Implement Utf8CodepointIterator::peek(size_t)Max Wipfli
2021-05-31AK: Handle LEB128 encoded values that are too large for the result typeAndrew Kaster
2021-05-31AK: Add tests for LEB128 decoderAndrew Kaster
2021-05-30AK+Userland: Use akaster@serenityos.org for my copyright headersAndrew Kaster
2021-05-30AK: Make HashTable::operator=(HashTable&&) clear the moved-from tableAndreas Kling
2021-05-30LibTest+test-js: Add back the lost test262 parser test optionAli Mohammad Pur
2021-05-29Kernel: Ensure that an unveil node with no permission is never acceptedAli Mohammad Pur
2021-05-27Tests: Add tests for LexicalPath dirname handlingTim Schumacher
2021-05-27Tests: Use ByteBuffer::create_zeroed in TestDeflate instead of memsetAndrew Kaster
2021-05-26AK: Implement AK::StackJesse Buhagiar
2021-05-25LibC: Implement strerror_r()Gunnar Beutner
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-05-22AK: Fix Variant construction from lvalue referencesAli Mohammad Pur
2021-05-21Tests: Remove default font tests from LibGfx/TestFontHandlingAndreas Kling
2021-05-21Tests: Install non-LibTest based Kernel tests into Kernel/Legacy subdirAndrew Kaster
2021-05-21LibWasm: Make the instantiation process produce an OwnPtrAli Mohammad Pur
2021-05-21LibWasm: Decouple ModuleInstance from the AbstractMachineAli Mohammad Pur
2021-05-21LibWasm+Meta: Implement instantiation/execution primitives in test-wasmAli Mohammad Pur
2021-05-21LibWasm+Meta: Add test-wasm and optionally test the conformance testsAli Mohammad Pur
2021-05-20AK: Added contains_in_range to Vectorr-paiva
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling