ladybird/Userland/Libraries/LibTest
Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String
This commit un-deprecates DeprecatedString, and repurposes it as a byte
string.
As the null state has already been removed, there are no other
particularly hairy blockers in repurposing this type as a byte string
(what it _really_ is).

This commit is auto-generated:
  $ xs=$(ack -l \bDeprecatedString\b\|deprecated_string AK Userland \
    Meta Ports Ladybird Tests Kernel)
  $ perl -pie 's/\bDeprecatedString\b/ByteString/g;
    s/deprecated_string/byte_string/g' $xs
  $ clang-format --style=file -i \
    $(git diff --name-only | grep \.cpp\|\.h)
  $ gn format $(git ls-files '*.gn' '*.gni')
2023-12-17 18:25:10 +03:30
..
Randomized LibTest: Fix integer overflow in Gen::unsigned_int(u32) 2023-11-18 10:01:29 +01:00
CMakeLists.txt Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
CrashTest.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CrashTest.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
JavaScriptTestRunner.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
JavaScriptTestRunnerMain.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Macros.h LibTest: Change #define-d constants into constexpr and a runtime flag 2023-10-27 12:26:06 -06:00
Results.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestCase.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestMain.cpp LibTest: Clean up an unneeded import 2023-10-27 12:26:06 -06:00
TestResult.h LibTest: Add the REJECT and ASSUME macros 2023-10-26 17:26:52 -06:00
TestRunner.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestRunnerUtil.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestSuite.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestSuite.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30