[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from CharUtilTest
[ RUN      ] CharUtilTest.CorrectnessTestUtf8
[       OK ] CharUtilTest.CorrectnessTestUtf8 (1 ms)
[ RUN      ] CharUtilTest.CorrectnessTestAscii
[       OK ] CharUtilTest.CorrectnessTestAscii (0 ms)
[ RUN      ] CharUtilTest.CorrectnessTestIncompleteUtf8
[       OK ] CharUtilTest.CorrectnessTestIncompleteUtf8 (0 ms)
[ RUN      ] CharUtilTest.CorrectnessTestUtf8AndAscii
[       OK ] CharUtilTest.CorrectnessTestUtf8AndAscii (0 ms)
[ RUN      ] CharUtilTest.StressTestUtf8
[       OK ] CharUtilTest.StressTestUtf8 (43306 ms)
[ RUN      ] CharUtilTest.StressTestAscii
[       OK ] CharUtilTest.StressTestAscii (3869 ms)
[----------] 6 tests from CharUtilTest (47179 ms total)

[----------] Global test environment tear-down
[==========] 6 tests from 1 test suite ran. (47179 ms total)
[  PASSED  ] 6 tests.
