Searched refs:GetTestEC (Results 1 - 10 of 10) sorted by relevance

/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp68 std::error_code ec = GetTestEC();
77 ec = GetTestEC();
80 TEST_CHECK(ec != GetTestEC());
86 ec = GetTestEC();
89 TEST_CHECK(ec != GetTestEC());
95 ec = GetTestEC();
102 ec = GetTestEC();
104 TEST_CHECK(ec != GetTestEC());
113 std::error_code ec = GetTestEC();
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp63 std::error_code ec = GetTestEC();
66 TEST_CHECK(ec != GetTestEC());
69 std::error_code ec = GetTestEC();
72 TEST_CHECK(ec != GetTestEC());
82 std::error_code ec = GetTestEC();
85 TEST_CHECK(ec != GetTestEC());
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_empty/
H A Dis_empty.pass.cpp87 std::error_code ec = GetTestEC();
90 TEST_CHECK(ec != GetTestEC());
101 std::error_code ec = GetTestEC();
104 TEST_CHECK(ec != GetTestEC());
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy/
H A Dcopy.pass.cpp74 const auto test_ec = GetTestEC();
124 std::error_code ec = GetTestEC();
131 std::error_code ec = GetTestEC();
138 std::error_code ec = GetTestEC();
141 TEST_CHECK(ec != GetTestEC());
144 std::error_code ec = GetTestEC();
147 TEST_CHECK(ec != GetTestEC());
158 std::error_code ec = GetTestEC();
165 std::error_code ec = GetTestEC();
174 std::error_code ec = GetTestEC();
[all...]
/external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
H A Dincrement.pass.cpp164 std::error_code ec = GetTestEC();
166 TEST_REQUIRE(ec != GetTestEC());
179 std::error_code ec = GetTestEC();
192 std::error_code ec = GetTestEC();
205 ec = GetTestEC();
232 std::error_code ec = GetTestEC();
263 std::error_code ec = GetTestEC();
285 ec = GetTestEC();
296 ec = GetTestEC();
337 std::error_code ec = GetTestEC();
[all...]
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file.pass.cpp160 std::error_code ec = GetTestEC();
163 TEST_CHECK(ec != GetTestEC());
164 ec = GetTestEC();
167 TEST_CHECK(ec != GetTestEC());
177 std::error_code ec = GetTestEC();
180 TEST_CHECK(ec != GetTestEC());
184 std::error_code ec = GetTestEC();
187 TEST_CHECK(ec != GetTestEC());
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp286 std::error_code ec = GetTestEC();
323 std::error_code ec = GetTestEC();
348 std::error_code ec = GetTestEC();
360 ec = GetTestEC();
386 std::error_code ec = GetTestEC();
389 ec = GetTestEC();
403 std::error_code ec = GetTestEC();
406 TEST_CHECK(ec != GetTestEC());
416 std::error_code ec = GetTestEC();
419 TEST_CHECK(ec != GetTestEC());
[all...]
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.exists/
H A Dexists.pass.cpp69 std::error_code ec = GetTestEC();
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.space/
H A Dspace.pass.cpp116 std::error_code ec = GetTestEC();
/external/libcxx/test/support/
H A Dfilesystem_test_helper.hpp386 inline std::error_code GetTestEC() { function

Completed in 1238 milliseconds