summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2021-07-17LibWeb: Hide implementation details of HTMLToken attribute listMax Wipfli
2021-07-17LibWasm+Everywhere: Make the instruction count limit configurableAli Mohammad Pur
2021-07-17Revert "LibWasm: Some more performance stuff (#8812)"Ali Mohammad Pur
2021-07-17LibWasm: Some more performance stuff (#8812)Ali Mohammad Pur
2021-07-16AK/Tests: Add test for EnumBits has_any_flag()Timothy
2021-07-16AK/Tests: Add test for EnumBits has_flag()Timothy
2021-07-15AK: Make JsonParser correctly parse unsigned values larger than u32Ali Mohammad Pur
2021-07-15LibWeb: Fix assertion failure when tokenizing JS regex literalsMax Wipfli
2021-07-15Tests: Add comments to the HTMLTokenizer regression test fileMax Wipfli
2021-07-14Tests: Add a basic test suite for HTMLTokenizerMax Wipfli
2021-07-14Tests: Fix compile errors on ClangDaniel Bertalan
2021-07-14Tests: Rename write-oobHendiadyoin1
2021-07-14Tests: Assure that UE does not regress via `ue ls`Hendiadyoin1
2021-07-11Userland+Tests: Convert test_io to be LibTest basedAndrew Kaster
2021-07-11Utilities+Tests: Convert test_efault to be LibTest basedAndrew Kaster
2021-07-11AK: Bring back FixedArray<T>Andreas Kling
2021-07-10LibRegex: Correctly parse BRE bracket expressionsAli Mohammad Pur
2021-07-10LibRegex: Add support for non-extended regular expressions in regcomp()Ali Mohammad Pur
2021-07-08LibSQL+SQLServer: Build SQLServer system serviceJan de Visser
2021-07-08LibSQL: Move Order and Nulls enums from SQL::AST to SQL namespaceJan de Visser
2021-07-07Tests: Build all tests on x86_64Gunnar Beutner
2021-07-06LibRegex: Allow dollar signs in ECMA262 named capture groupsTimothy Flynn
2021-07-06Tests+Base: Convert stack-smash to be LibTest based and stop skipping itAndrew Kaster
2021-07-06Tests: Set a default font in BenchmarkGfxPainter to prevent crashesAndrew Kaster
2021-07-06LibJS: Remove the default length & attributes from define_native_*Idan Horowitz
2021-07-05JsonParser: Bring parser more to specstelar7
2021-07-04LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() moreLinus Groh
2021-07-04Tests: Add test for String::roman_number_from()Tobias Christiansen
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-07-04Tests: Add tests for `Optional`'s conditionally trivial functionsDaniel Bertalan
2021-07-04AK: Destroy original value when assigning to VariantDaniel Bertalan
2021-07-04Tests: Add test for supported operation type traitsDaniel Bertalan
2021-07-02Tests: Add test for String::find with empty needleMax Wipfli
2021-07-02AK: Implement String::find_any_of() and StringView::find_any_of()Max Wipfli
2021-07-02AK+Everywhere: Remove StringView::find_{first,last}_of(char) methodsMax Wipfli
2021-07-02Tests+LibThreading: Add new tests for LibThreading for detach()Spencer Dixon
2021-07-02LibWasm: Give traps a reason and display it when neededAli Mohammad Pur
2021-07-01LibCrypto: Add tests for SignedBigInteger bitwise operationsGal Horowitz
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-06-30AK: Make LexicalPath immutableMax Wipfli
2021-06-30Tests: Rewrite tests for LexicalPathMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-30Userland+Tests: Split out generic test runner from JS TestRunnerAndrew Kaster
2021-06-30Tests: TestProcFs cannot assume stdin/stdout/stderr are the sameAndrew Kaster
2021-06-29LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)Idan Horowitz
2021-06-28AK: Add and use the RemoveCVReference<T> type traitAli Mohammad Pur
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-27AK: Make the constexpr StringView methods actually constexprAli Mohammad Pur
2021-06-26AK: Undo bogus Variant::downcast() renameAndreas Kling
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling