![]() On windows, the native path char type is wchar_t - therefore, this test didn't actually do the conversion that the test was supposed to exercise. The charset conversions on windows do cause extra allocations outside of the provided allocator though, so that bit of the test has to be waived now that the test actually does something. (Other tests have similar TEST_NOT_WIN32() for allocation checks for charset conversions.) Also fix a typo, and amend the path.native.obs/string_alloc test to test char8_t, too. Differential Revision: https://reviews.llvm.org/D102360 |
||
---|---|---|
.. | ||
path.assign | ||
path.construct | ||
path.decompose | ||
path.gen | ||
path.generic.obs | ||
path.modifiers | ||
path.native.obs | ||
path.query | ||
path.append.pass.cpp | ||
path.charconv.pass.cpp | ||
path.compare.pass.cpp | ||
path.concat.pass.cpp |