Home
last modified time | relevance | path

Searched refs:TEST_REQUIRE (Results 26 – 50 of 526) sorted by relevance

12345678910>>...22

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
H A Dincrement.pass.cpp54 TEST_REQUIRE(!ec); in TEST_CASE()
58 TEST_REQUIRE(it != endIt); in TEST_CASE()
60 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
78 TEST_REQUIRE(!ec); in TEST_CASE()
82 TEST_REQUIRE(it != endIt); in TEST_CASE()
84 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
103 TEST_REQUIRE(!ec); in TEST_CASE()
107 TEST_REQUIRE(it != endIt); in TEST_CASE()
109 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
111 TEST_REQUIRE(!ec); in TEST_CASE()
H A Dmove_assign.pass.cpp48 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
53 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
66 TEST_REQUIRE(to != from); in TEST_CASE()
69 TEST_REQUIRE(to == directory_iterator{}); in TEST_CASE()
70 TEST_REQUIRE(from == directory_iterator{}); in TEST_CASE()
80 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(it != endIt); in TEST_CASE()
86 TEST_REQUIRE(it2 != it); in TEST_CASE()
91 TEST_REQUIRE(it2 != directory_iterator{}); in TEST_CASE()
H A Dcopy_assign.pass.cpp42 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
47 TEST_REQUIRE(to == from); in TEST_CASE()
61 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
64 TEST_REQUIRE(to == from); in TEST_CASE()
76 TEST_REQUIRE(it != endIt); in TEST_CASE()
78 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(it2 != it); in TEST_CASE()
87 TEST_REQUIRE(it2 == it); in TEST_CASE()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
H A Dincrement.pass.cpp53 TEST_REQUIRE(!ec); in TEST_CASE()
57 TEST_REQUIRE(it != endIt); in TEST_CASE()
59 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
77 TEST_REQUIRE(!ec); in TEST_CASE()
81 TEST_REQUIRE(it != endIt); in TEST_CASE()
83 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
102 TEST_REQUIRE(!ec); in TEST_CASE()
106 TEST_REQUIRE(it != endIt); in TEST_CASE()
108 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
110 TEST_REQUIRE(!ec); in TEST_CASE()
H A Dmove_assign.pass.cpp48 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
53 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
66 TEST_REQUIRE(to != from); in TEST_CASE()
69 TEST_REQUIRE(to == directory_iterator{}); in TEST_CASE()
70 TEST_REQUIRE(from == directory_iterator{}); in TEST_CASE()
80 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(it != endIt); in TEST_CASE()
86 TEST_REQUIRE(it2 != it); in TEST_CASE()
91 TEST_REQUIRE(it2 != directory_iterator{}); in TEST_CASE()
H A Dcopy_assign.pass.cpp42 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
47 TEST_REQUIRE(to == from); in TEST_CASE()
61 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
64 TEST_REQUIRE(to == from); in TEST_CASE()
76 TEST_REQUIRE(it != endIt); in TEST_CASE()
78 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(it2 != it); in TEST_CASE()
87 TEST_REQUIRE(it2 == it); in TEST_CASE()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
H A Dincrement.pass.cpp53 TEST_REQUIRE(!ec); in TEST_CASE()
57 TEST_REQUIRE(it != endIt); in TEST_CASE()
59 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
77 TEST_REQUIRE(!ec); in TEST_CASE()
81 TEST_REQUIRE(it != endIt); in TEST_CASE()
83 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
102 TEST_REQUIRE(!ec); in TEST_CASE()
106 TEST_REQUIRE(it != endIt); in TEST_CASE()
108 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
110 TEST_REQUIRE(!ec); in TEST_CASE()
H A Dmove_assign.pass.cpp48 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
53 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
66 TEST_REQUIRE(to != from); in TEST_CASE()
69 TEST_REQUIRE(to == directory_iterator{}); in TEST_CASE()
70 TEST_REQUIRE(from == directory_iterator{}); in TEST_CASE()
80 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(it != endIt); in TEST_CASE()
86 TEST_REQUIRE(it2 != it); in TEST_CASE()
91 TEST_REQUIRE(it2 != directory_iterator{}); in TEST_CASE()
H A Dcopy_assign.pass.cpp42 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
47 TEST_REQUIRE(to == from); in TEST_CASE()
61 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
64 TEST_REQUIRE(to == from); in TEST_CASE()
76 TEST_REQUIRE(it != endIt); in TEST_CASE()
78 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(it2 != it); in TEST_CASE()
87 TEST_REQUIRE(it2 == it); in TEST_CASE()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
H A Dincrement.pass.cpp53 TEST_REQUIRE(!ec); in TEST_CASE()
57 TEST_REQUIRE(it != endIt); in TEST_CASE()
59 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
77 TEST_REQUIRE(!ec); in TEST_CASE()
81 TEST_REQUIRE(it != endIt); in TEST_CASE()
83 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
102 TEST_REQUIRE(!ec); in TEST_CASE()
106 TEST_REQUIRE(it != endIt); in TEST_CASE()
108 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
110 TEST_REQUIRE(!ec); in TEST_CASE()
H A Dmove_assign.pass.cpp48 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
53 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
66 TEST_REQUIRE(to != from); in TEST_CASE()
69 TEST_REQUIRE(to == directory_iterator{}); in TEST_CASE()
70 TEST_REQUIRE(from == directory_iterator{}); in TEST_CASE()
80 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(it != endIt); in TEST_CASE()
86 TEST_REQUIRE(it2 != it); in TEST_CASE()
91 TEST_REQUIRE(it2 != directory_iterator{}); in TEST_CASE()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
H A Dincrement.pass.cpp53 TEST_REQUIRE(!ec); in TEST_CASE()
57 TEST_REQUIRE(it != endIt); in TEST_CASE()
59 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
77 TEST_REQUIRE(!ec); in TEST_CASE()
81 TEST_REQUIRE(it != endIt); in TEST_CASE()
83 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
102 TEST_REQUIRE(!ec); in TEST_CASE()
106 TEST_REQUIRE(it != endIt); in TEST_CASE()
108 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
110 TEST_REQUIRE(!ec); in TEST_CASE()
H A Dmove_assign.pass.cpp48 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
53 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
66 TEST_REQUIRE(to != from); in TEST_CASE()
69 TEST_REQUIRE(to == directory_iterator{}); in TEST_CASE()
70 TEST_REQUIRE(from == directory_iterator{}); in TEST_CASE()
80 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(it != endIt); in TEST_CASE()
86 TEST_REQUIRE(it2 != it); in TEST_CASE()
91 TEST_REQUIRE(it2 != directory_iterator{}); in TEST_CASE()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
H A Dincrement.pass.cpp53 TEST_REQUIRE(!ec); in TEST_CASE()
57 TEST_REQUIRE(it != endIt); in TEST_CASE()
59 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
76 TEST_REQUIRE(!ec); in TEST_CASE()
80 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
100 TEST_REQUIRE(!ec); in TEST_CASE()
104 TEST_REQUIRE(it != endIt); in TEST_CASE()
106 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
108 TEST_REQUIRE(!ec); in TEST_CASE()
H A Dmove_assign.pass.cpp47 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
52 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
64 TEST_REQUIRE(to != from); in TEST_CASE()
67 TEST_REQUIRE(to == directory_iterator{}); in TEST_CASE()
68 TEST_REQUIRE(from == directory_iterator{}); in TEST_CASE()
77 TEST_REQUIRE(it != endIt); in TEST_CASE()
79 TEST_REQUIRE(it != endIt); in TEST_CASE()
83 TEST_REQUIRE(it2 != it); in TEST_CASE()
88 TEST_REQUIRE(it2 != directory_iterator{}); in TEST_CASE()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
H A Dincrement.pass.cpp53 TEST_REQUIRE(!ec); in TEST_CASE()
57 TEST_REQUIRE(it != endIt); in TEST_CASE()
59 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
77 TEST_REQUIRE(!ec); in TEST_CASE()
81 TEST_REQUIRE(it != endIt); in TEST_CASE()
83 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
102 TEST_REQUIRE(!ec); in TEST_CASE()
106 TEST_REQUIRE(it != endIt); in TEST_CASE()
108 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
110 TEST_REQUIRE(!ec); in TEST_CASE()
H A Dmove_assign.pass.cpp48 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
53 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
66 TEST_REQUIRE(to != from); in TEST_CASE()
69 TEST_REQUIRE(to == directory_iterator{}); in TEST_CASE()
70 TEST_REQUIRE(from == directory_iterator{}); in TEST_CASE()
80 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(it != endIt); in TEST_CASE()
86 TEST_REQUIRE(it2 != it); in TEST_CASE()
91 TEST_REQUIRE(it2 != directory_iterator{}); in TEST_CASE()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
H A Dincrement.pass.cpp53 TEST_REQUIRE(!ec); in TEST_CASE()
57 TEST_REQUIRE(it != endIt); in TEST_CASE()
59 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
77 TEST_REQUIRE(!ec); in TEST_CASE()
81 TEST_REQUIRE(it != endIt); in TEST_CASE()
83 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
102 TEST_REQUIRE(!ec); in TEST_CASE()
106 TEST_REQUIRE(it != endIt); in TEST_CASE()
108 TEST_REQUIRE(unseen_entries.erase(entry) == 1); in TEST_CASE()
110 TEST_REQUIRE(!ec); in TEST_CASE()
H A Dmove_assign.pass.cpp48 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
53 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
66 TEST_REQUIRE(to != from); in TEST_CASE()
69 TEST_REQUIRE(to == directory_iterator{}); in TEST_CASE()
70 TEST_REQUIRE(from == directory_iterator{}); in TEST_CASE()
80 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(it != endIt); in TEST_CASE()
86 TEST_REQUIRE(it2 != it); in TEST_CASE()
91 TEST_REQUIRE(it2 != directory_iterator{}); in TEST_CASE()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
H A Dmove_assign.pass.cpp47 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
52 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
64 TEST_REQUIRE(to != from); in TEST_CASE()
67 TEST_REQUIRE(to == directory_iterator{}); in TEST_CASE()
68 TEST_REQUIRE(from == directory_iterator{}); in TEST_CASE()
77 TEST_REQUIRE(it != endIt); in TEST_CASE()
79 TEST_REQUIRE(it != endIt); in TEST_CASE()
83 TEST_REQUIRE(it2 != it); in TEST_CASE()
88 TEST_REQUIRE(it2 != directory_iterator{}); in TEST_CASE()
H A Dcopy_assign.pass.cpp41 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
46 TEST_REQUIRE(to == from); in TEST_CASE()
59 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
62 TEST_REQUIRE(to == from); in TEST_CASE()
73 TEST_REQUIRE(it != endIt); in TEST_CASE()
75 TEST_REQUIRE(it != endIt); in TEST_CASE()
79 TEST_REQUIRE(it2 != it); in TEST_CASE()
84 TEST_REQUIRE(it2 == it); in TEST_CASE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
H A Dmove_assign.pass.cpp47 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
52 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
64 TEST_REQUIRE(to != from); in TEST_CASE()
67 TEST_REQUIRE(to == directory_iterator{}); in TEST_CASE()
68 TEST_REQUIRE(from == directory_iterator{}); in TEST_CASE()
77 TEST_REQUIRE(it != endIt); in TEST_CASE()
79 TEST_REQUIRE(it != endIt); in TEST_CASE()
83 TEST_REQUIRE(it2 != it); in TEST_CASE()
88 TEST_REQUIRE(it2 != directory_iterator{}); in TEST_CASE()
H A Dcopy_assign.pass.cpp41 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
46 TEST_REQUIRE(to == from); in TEST_CASE()
59 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
62 TEST_REQUIRE(to == from); in TEST_CASE()
73 TEST_REQUIRE(it != endIt); in TEST_CASE()
75 TEST_REQUIRE(it != endIt); in TEST_CASE()
79 TEST_REQUIRE(it2 != it); in TEST_CASE()
84 TEST_REQUIRE(it2 == it); in TEST_CASE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
H A Dmove_assign.pass.cpp48 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
53 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
66 TEST_REQUIRE(to != from); in TEST_CASE()
69 TEST_REQUIRE(to == directory_iterator{}); in TEST_CASE()
70 TEST_REQUIRE(from == directory_iterator{}); in TEST_CASE()
80 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(it != endIt); in TEST_CASE()
86 TEST_REQUIRE(it2 != it); in TEST_CASE()
91 TEST_REQUIRE(it2 != directory_iterator{}); in TEST_CASE()
H A Dcopy_assign.pass.cpp42 TEST_REQUIRE(from != directory_iterator{}); in TEST_CASE()
47 TEST_REQUIRE(to == from); in TEST_CASE()
61 TEST_REQUIRE(to != directory_iterator{}); in TEST_CASE()
64 TEST_REQUIRE(to == from); in TEST_CASE()
76 TEST_REQUIRE(it != endIt); in TEST_CASE()
78 TEST_REQUIRE(it != endIt); in TEST_CASE()
82 TEST_REQUIRE(it2 != it); in TEST_CASE()
87 TEST_REQUIRE(it2 == it); in TEST_CASE()

12345678910>>...22