Home
last modified time | relevance | path

Searched refs:do_fail (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/sysutils/toybox/toybox-0.8.5/scripts/
H A Druntest.sh168 do_fail() function
195 do_fail
202 [ $? -ne 0 ] && { do_fail;return;}
215 I) printf %s "${1:1}" >&$IN || { do_fail;break;} ;;
228 [ -z "$A" ] && { do_fail;break;}
237 do_fail;break;
249 [ $A -eq 0 ] && { do_fail;break;} # any error
251 [ $A != "${1:1}" ] && { do_fail;break;} # specific value
254 *) do_fail; break ;;
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Util/
H A DTest.pm36 return do_fail($directory, "Couldn't read directory $directory:$!"); }
111 sub do_fail { subroutine
144 do_fail($name, "Couldn't instanciate LaTeXML: " . @!); return; }
148 do_fail($name, "Couldn't convert $texpath: " . @!); return; }
174 return do_fail($name, "Couldn't process $name.xml") unless $doc;
190 do_fail($name, "Couldn't convert dom to string: " . $@); return; } }
198 do_fail($name, "Could not convert file $xmlpath to string: " . $@); return; }
213 do_fail($name, "Could not convert file $htmlpath to string: " . $@); return; }
242 return do_fail($name,
318 do_fail($testname, "Could not open $optionfile"); }
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/test/all_SUITE_data/
H A Dei_runner.h54 #define fail(reason) do_fail(__FILE__, __LINE__, reason)
55 #define fail1(reason, a1) do_fail(__FILE__, __LINE__, reason, a1)
56 #define fail2(reason, a1, a2) do_fail(__FILE__, __LINE__, reason, a1, a2)
60 void do_fail(const char* file, int line, const char* reason, ...);
H A Drunner.h41 #define fail(reason) do_fail(__FILE__, __LINE__, reason)
45 void do_fail(char* file, int line, char* reason);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/erl_interface/test/all_SUITE_data/
H A Dei_runner.h54 #define fail(reason) do_fail(__FILE__, __LINE__, reason)
55 #define fail1(reason, a1) do_fail(__FILE__, __LINE__, reason, a1)
56 #define fail2(reason, a1, a2) do_fail(__FILE__, __LINE__, reason, a1, a2)
60 void do_fail(const char* file, int line, const char* reason, ...);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/erl_interface/test/all_SUITE_data/
H A Dei_runner.h54 #define fail(reason) do_fail(__FILE__, __LINE__, reason)
55 #define fail1(reason, a1) do_fail(__FILE__, __LINE__, reason, a1)
56 #define fail2(reason, a1, a2) do_fail(__FILE__, __LINE__, reason, a1, a2)
60 void do_fail(const char* file, int line, const char* reason, ...);
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/erl_interface/test/all_SUITE_data/
H A Dei_runner.h54 #define fail(reason) do_fail(__FILE__, __LINE__, reason)
55 #define fail1(reason, a1) do_fail(__FILE__, __LINE__, reason, a1)
56 #define fail2(reason, a1, a2) do_fail(__FILE__, __LINE__, reason, a1, a2)
60 void do_fail(const char* file, int line, const char* reason, ...);
/dports/lang/erlang/otp-OTP-24.1.7/lib/erl_interface/test/all_SUITE_data/
H A Dei_runner.h54 #define fail(reason) do_fail(__FILE__, __LINE__, reason)
55 #define fail1(reason, a1) do_fail(__FILE__, __LINE__, reason, a1)
56 #define fail2(reason, a1, a2) do_fail(__FILE__, __LINE__, reason, a1, a2)
60 void do_fail(const char* file, int line, const char* reason, ...);
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/erl_interface/test/all_SUITE_data/
H A Dei_runner.h54 #define fail(reason) do_fail(__FILE__, __LINE__, reason)
55 #define fail1(reason, a1) do_fail(__FILE__, __LINE__, reason, a1)
56 #define fail2(reason, a1, a2) do_fail(__FILE__, __LINE__, reason, a1, a2)
60 void do_fail(const char* file, int line, const char* reason, ...);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/test/all_SUITE_data/
H A Dei_runner.h54 #define fail(reason) do_fail(__FILE__, __LINE__, reason)
55 #define fail1(reason, a1) do_fail(__FILE__, __LINE__, reason, a1)
59 void do_fail(const char* file, int line, const char* reason, ...);
H A Drunner.h41 #define fail(reason) do_fail(__FILE__, __LINE__, reason)
45 void do_fail(char* file, int line, char* reason);
/dports/astro/phd2/phd2-2.6.10/
H A Dphdcontrol.cpp132 static void do_fail(const wxString& msg) in do_fail() function
230 do_fail(reason); in AbortController()
323 do_fail(err); in UpdateControllerState()
351 do_fail(_T("unable to start capturing")); in UpdateControllerState()
384 do_fail(_T("failed to find a suitable guide star")); in UpdateControllerState()
440 do_fail(_T("could not start calibration")); in UpdateControllerState()
469 do_fail(_T("could not start guiding")); in UpdateControllerState()
537 do_fail(_T("timed-out waiting for guider to settle")); in UpdateControllerState()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtclass5.pp12 constructor create(do_fail : boolean);
26 constructor tarraycla.create(do_fail : boolean);
29 if do_fail then
H A Dtobject1.pp12 constructor init(do_fail : boolean);
27 constructor tarrayobj.init(do_fail : boolean);
30 if do_fail then
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/DDACE/tests/
H A Dtest.cpp26 do_fail(lbl, fname, lineno); in do_test()
35 void Test::do_fail(const std::string& lbl, in do_fail() function in Test
H A Dtest.h22 #define _fail(str) do_fail(str, __FILE__, __LINE__)
43 void do_fail(const string& lbl,
/dports/math/fxt/fxt/src/aux0/
H A Djjassert.cc59 do_fail: in jjassert_fail()
71 default: fail_action = JJ_ASSERT_DEFAULT; goto do_fail; in jjassert_fail()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/parts/inc/
H A Dpartition_mgm_crash.inc27 if ($do_fail)
37 if ($do_fail)
49 if ($do_fail)
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/parts/inc/
H A Dpartition_mgm_crash.inc27 if ($do_fail)
37 if ($do_fail)
49 if ($do_fail)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Disl_test_cpp.cc250 bool do_fail = true; in test_ast_build() local
253 [&count_ast_fail, &do_fail](isl::ast_node node, in test_ast_build()
256 if (do_fail) in test_ast_build()
281 do_fail = false; in test_ast_build()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_test_cpp.cc251 bool do_fail = true; in test_ast_build() local
254 [&count_ast_fail, &do_fail](isl::ast_node node, in test_ast_build()
257 if (do_fail) in test_ast_build()
282 do_fail = false; in test_ast_build()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_test_cpp.cc251 bool do_fail = true; in test_ast_build() local
254 [&count_ast_fail, &do_fail](isl::ast_node node, in test_ast_build()
257 if (do_fail) in test_ast_build()
282 do_fail = false; in test_ast_build()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/
H A Disl_test_cpp.cc251 bool do_fail = true; in test_ast_build() local
254 [&count_ast_fail, &do_fail](isl::ast_node node, in test_ast_build()
257 if (do_fail) in test_ast_build()
282 do_fail = false; in test_ast_build()
/dports/math/barvinok/barvinok-0.41.5/isl/
H A Disl_test_cpp.cc251 bool do_fail = true; in test_ast_build() local
254 [&count_ast_fail, &do_fail](isl::ast_node node, in test_ast_build()
257 if (do_fail) in test_ast_build()
282 do_fail = false; in test_ast_build()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/
H A Disl_test_cpp.cc251 bool do_fail = true; in test_ast_build() local
254 [&count_ast_fail, &do_fail](isl::ast_node node, in test_ast_build()
257 if (do_fail) in test_ast_build()
282 do_fail = false; in test_ast_build()

1234567