gecko-dev/xpcom/tests
Chris Peterson 102a715cda Bug 1860949 - Fix C++20 build by converting TestBase64 test result from UTF-16 to UTF-8. r=xpcom-reviewers,emilio
basic_ostream::operator<< overloads that accept char16_t and char32_t were removed in C++20, so std::cout << u'X' is no longer allowed. Previously, these overloads would print an integer or pointer address, not a character or string as the caller might have expected.

https://en.cppreference.com/w/cpp/io/basic_ostream/operator_ltlt2

Differential Revision: https://phabricator.services.mozilla.com/D191921
2023-10-27 02:14:59 +00:00
..
crashtests
gtest Bug 1860949 - Fix C++20 build by converting TestBase64 test result from UTF-16 to UTF-8. r=xpcom-reviewers,emilio 2023-10-27 02:14:59 +00:00
unit
windows
moz.build
NotXPCOMTest.idl
RegFactory.cpp
resources.h
SizeTest01.cpp
SizeTest02.cpp
SizeTest03.cpp
SizeTest04.cpp
SizeTest05.cpp
SizeTest06.cpp
test.properties
TestArguments.cpp
TestBlockingProcess.cpp
TestHarness.h
TestingAtomList.h
TestMemoryPressureWatcherLinux.cpp
TestPRIntN.cpp
TestQuickReturn.cpp
TestShutdown.cpp
TestStreamUtils.cpp
TestUnicodeArguments.cpp
TestWinReg.js