summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2021-07-22AK: Add Utf16View for decoding UTF-16 stringsTimothy Flynn
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-19AK: Use new Formatter for each element in Formatter<Vector<T>>Andrew Kaster
2021-07-18Tests: Make mmap test point to new kernel address tooPeter Bindels
2021-07-18LibRegex+Everywhere: Make LibRegex more unicode-awareAli Mohammad Pur
2021-07-18LibRegex: Don't do out-of-bound match accesses when a test failsAli Mohammad Pur
2021-07-18Tests: Disable test if platform has no UserspaceEmulatorPeter Bindels
2021-07-18AK: Allow setting both width and precision when formatting a stringTimothy Flynn
2021-07-17AK: Track byte length, rather than code point length, in Utf8View::trimTimothy Flynn
2021-07-17LibM: Turn off builtins, fix tests & implementationPeter Bindels
2021-07-17Tests: Use pointers in TestHTMLTokenizer to avoid copying HTMLTokensMax Wipfli
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