Home
last modified time | relevance | path

Searched refs:TEST_CHECK_NO_THROW (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dhard_link_count.pass.cpp104 TEST_CHECK_NO_THROW(ent.hard_link_count()); in TEST_CASE()
186 TEST_CHECK_NO_THROW(ent.hard_link_count()); in TEST_CASE()
212 TEST_CHECK_NO_THROW(ent.hard_link_count()); in TEST_CASE()
238 TEST_CHECK_NO_THROW(ent.hard_link_count()); in TEST_CASE()
Dlast_write_time.pass.cpp159 TEST_CHECK_NO_THROW(ent.last_write_time()); in TEST_CASE()
185 TEST_CHECK_NO_THROW(ent.last_write_time()); in TEST_CASE()
211 TEST_CHECK_NO_THROW(ent.last_write_time()); in TEST_CASE()
Dfile_size.pass.cpp186 TEST_CHECK_NO_THROW(ent.file_size()); in TEST_CASE()
212 TEST_CHECK_NO_THROW(ent.file_size()); in TEST_CASE()
238 TEST_CHECK_NO_THROW(ent.file_size()); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/
Dpath.pass.cpp176 TEST_CHECK_NO_THROW(directory_entry(file)); in TEST_CASE()
177 TEST_CHECK_NO_THROW(directory_entry(sym_in_dir)); in TEST_CASE()
178 TEST_CHECK_NO_THROW(directory_entry(sym_out_of_dir)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
Drefresh.pass.cpp219 TEST_CHECK_NO_THROW(ent_sym2); in TEST_CASE()
239 TEST_CHECK_NO_THROW(ent.refresh()); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
Dstatus.pass.cpp52 TEST_CHECK_NO_THROW(st = status(p)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/
Dsymlink_status.pass.cpp51 TEST_CHECK_NO_THROW(st = status(p)); in TEST_CASE()
/external/libcxx/test/support/
Drapid-cxx-test.hpp193 # define TEST_CHECK_NO_THROW(...) \ macro
244 # define TEST_CHECK_NO_THROW(...) \ macro