Home
last modified time | relevance | path

Searched refs:do_assert (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/textproc/syck/syck-0.70/ext/lua/
H A Dlunit.lua73 local do_assert, check_msg
135 do_assert(false, "failure", msg)
143 do_assert(actual == true, "true expected but was false", msg)
152 do_assert(actual == false, "false expected but was true", msg)
195 do_assert(is_nil(actual), "nil expected but was a "..type(actual), msg)
203 do_assert(not is_nil(actual), "nil not expected but was one", msg)
235 do_assert(not is_number(actual), "number not expected but was one", msg)
267 do_assert(not is_table(actual), "table not expected but was one", msg)
326 do_assert(ok == false, "error expected but no error occurred", msg)
336 do_assert(ok == false, "error expected but no error occurred", msg)
[all …]
/dports/devel/lua-libevent/luaevent-0.4.6/test/
H A Dlunit.lua76 local do_assert, check_msg
138 do_assert(false, "failure", msg)
146 do_assert(actual == true, "true expected but was false", msg)
155 do_assert(actual == false, "false expected but was true", msg)
198 do_assert(is_nil(actual), "nil expected but was a "..type(actual), msg)
206 do_assert(not is_nil(actual), "nil not expected but was one", msg)
238 do_assert(not is_number(actual), "number not expected but was one", msg)
254 do_assert(not is_string(actual), "string not expected but was one", msg)
270 do_assert(not is_table(actual), "table not expected but was one", msg)
329 do_assert(ok == false, "error expected but no error occurred", msg)
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/external/debug_assert/
H A Ddebug_assert.hpp247 constexpr auto do_assert( in do_assert() function
261 DEBUG_ASSERT_FORCE_INLINE constexpr auto do_assert(const Expr&, const source_location&, in do_assert() function
270 constexpr auto do_assert( in do_assert() function
283 DEBUG_ASSERT_FORCE_INLINE constexpr auto do_assert(const Expr&, const source_location&, in do_assert() function
327 static_cast<void>(debug_assert::detail::do_assert([&]() noexcept { return Expr; }, \
361 debug_assert::detail::do_assert(debug_assert::detail::always_false, \
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/ErrorHandling/
H A DShowRegistersOnAssertTest.java50 private static void do_test(boolean do_assert, // true - assert, false - guarantee in do_test() argument
54 …intln("Testing " + (suppress_assert ? "suppressed" : "normal") + " " + (do_assert ? "assert" : "gu… in do_test()
58 "-XX:ErrorHandlerTest=" + (do_assert ? "1" : "3"), in do_test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/ErrorHandling/
H A DShowRegistersOnAssertTest.java50 private static void do_test(boolean do_assert, // true - assert, false - guarantee in do_test() argument
54 …intln("Testing " + (suppress_assert ? "suppressed" : "normal") + " " + (do_assert ? "assert" : "gu… in do_test()
58 "-XX:ErrorHandlerTest=" + (do_assert ? "1" : "3"), in do_test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/ErrorHandling/
H A DShowRegistersOnAssertTest.java51 private static void do_test(boolean do_assert, // true - assert, false - guarantee in do_test() argument
55 …intln("Testing " + (suppress_assert ? "suppressed" : "normal") + " " + (do_assert ? "assert" : "gu… in do_test()
59 "-XX:ErrorHandlerTest=" + (do_assert ? "1" : "3"), in do_test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/ErrorHandling/
H A DShowRegistersOnAssertTest.java51 private static void do_test(boolean do_assert, // true - assert, false - guarantee in do_test() argument
55 …intln("Testing " + (suppress_assert ? "suppressed" : "normal") + " " + (do_assert ? "assert" : "gu… in do_test()
59 "-XX:ErrorHandlerTest=" + (do_assert ? "1" : "3"), in do_test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/ErrorHandling/
H A DShowRegistersOnAssertTest.java51 private static void do_test(boolean do_assert, // true - assert, false - guarantee in do_test() argument
55 …intln("Testing " + (suppress_assert ? "suppressed" : "normal") + " " + (do_assert ? "assert" : "gu… in do_test()
59 "-XX:ErrorHandlerTest=" + (do_assert ? "1" : "2"), in do_test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/ErrorHandling/
H A DShowRegistersOnAssertTest.java50 private static void do_test(boolean do_assert, // true - assert, false - guarantee in do_test() argument
54 …intln("Testing " + (suppress_assert ? "suppressed" : "normal") + " " + (do_assert ? "assert" : "gu… in do_test()
58 "-XX:ErrorHandlerTest=" + (do_assert ? "1" : "3"), in do_test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/ErrorHandling/
H A DShowRegistersOnAssertTest.java50 private static void do_test(boolean do_assert, // true - assert, false - guarantee in do_test() argument
54 …intln("Testing " + (suppress_assert ? "suppressed" : "normal") + " " + (do_assert ? "assert" : "gu… in do_test()
58 "-XX:ErrorHandlerTest=" + (do_assert ? "1" : "3"), in do_test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/ErrorHandling/
H A DShowRegistersOnAssertTest.java50 private static void do_test(boolean do_assert, // true - assert, false - guarantee in do_test() argument
54 …intln("Testing " + (suppress_assert ? "suppressed" : "normal") + " " + (do_assert ? "assert" : "gu… in do_test()
58 "-XX:ErrorHandlerTest=" + (do_assert ? "1" : "3"), in do_test()
/dports/devel/mpatrol/mpatrol/extra/
H A Dcpp.dot22 "make_assertion" -> "do_assert" [label = "225"];
23 "do_assert" -> "read_token_list" [label = "102"];
25 "do_assert" -> "xmalloc" [label = "32"];
26 "do_assert" -> "assertion_install" [label = "91"];
/dports/audio/exaile/exaile-4.1.1/plugins/osd/
H A D__init__.py40 def do_assert(is_bool): function
102 do_assert(self.__window is None)
133 do_assert(self.__window is not None)
152 do_assert(self.__window is None)
173 do_assert(self.__window is not None)
180 do_assert(self.__window is None)
506 do_assert(self.__fadeout_id is None)
541 do_assert(self.__hide_id is None)
542 do_assert(self.__fadeout_id is None)
549 do_assert(self.__hide_id is None)
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/test/integration_tests/pages/
H A Dpageobject.py32 def is_the_current_page(self, do_assert=False): argument
34 if do_assert:
94 self.is_the_current_page(do_assert=True)
/dports/audio/py-eyed3/eyeD3-0.9.6/tests/mp3/
H A Dtest_infos.py67 def test_mp3_infos(do_assert=True): argument
73 if do_assert:
78 test_mp3_infos(do_assert=False)
/dports/textproc/groff/groff-1.22.4/src/include/
H A Dassert.h25 inline void do_assert(int expr, int line, const char *file) in do_assert() function
37 #define assert(expr) do_assert(expr, __LINE__, __FILE__)
/dports/japanese/groff/groff-1.18.1.1/src/include/
H A Dassert.h26 inline void do_assert(int expr, int line, const char *file) in do_assert() function
38 #define assert(expr) do_assert(expr, __LINE__, __FILE__)
/dports/sysutils/duplicity/duplicity-0.8.20/testing/
H A Dtest_code.py135 do_assert = False
140 do_assert = True
147 self.assertEqual(do_assert, False, u"Found unadorned strings.")
/dports/cad/yosys/yosys-yosys-0.12/kernel/
H A Dhashlib.h224 static inline void do_assert(bool) { }
226 static inline void do_assert(bool cond) {
254 do_assert(index < int(entries.size()));
259 do_assert(0 <= k && k < int(entries.size()));
266 do_assert(0 <= k && k < int(entries.size()));
278 do_assert(0 <= k && k < int(entries.size()));
285 do_assert(0 <= k && k < int(entries.size()));
671 static inline void do_assert(bool) { }
673 static inline void do_assert(bool cond) {
701 do_assert(index < int(entries.size()));
[all …]
/dports/sysutils/plasma5-drkonqi/drkonqi-5.23.5/src/tests/crashtest/
H A Dcrashtest.cpp56 void do_assert() in do_assert() function
93 do_assert(); in level4()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp17 #define my_assert(pred, msg) do_assert(pred, msg, __LINE__, __PRETTY_FUNCTION__)
19 void do_assert(bool assert_passed, const char* msg, int line, const char* func) { in do_assert() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp20 #define my_assert(pred, msg) do_assert(pred, msg, __LINE__, __PRETTY_FUNCTION__)
22 void do_assert(bool assert_passed, const char* msg, int line, const char* func) { in do_assert() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++abi/trunk/test/
H A Dcatch_multi_level_pointer.pass.cpp17 #define my_assert(pred, msg) do_assert(pred, msg, __LINE__, __PRETTY_FUNCTION__)
19 void do_assert(bool assert_passed, const char* msg, int line, const char* func) { in do_assert() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp17 #define my_assert(pred, msg) do_assert(pred, msg, __LINE__, __PRETTY_FUNCTION__)
19 void do_assert(bool assert_passed, const char* msg, int line, const char* func) { in do_assert() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp17 #define my_assert(pred, msg) do_assert(pred, msg, __LINE__, __PRETTY_FUNCTION__)
19 void do_assert(bool assert_passed, const char* msg, int line, const char* func) { in do_assert() function

1234567891011