Home
last modified time | relevance | path

Searched defs:testname (Results 1 – 25 of 1453) sorted by relevance

12345678910>>...59

/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.mi/
H A Dmi-var-rtti.exp38 proc set_print_object {state testname} {
44 proc check_derived_children_without_rtti {varobj_name var_name testname} {
53 proc check_derived_content_without_rtti {varobj_name var_name testname} {
58 proc check_derived_without_rtti {varobj_name var_name testname} {
63 proc check_new_derived_without_rtti {var_name var_type testname} {
72 proc check_derived_children_with_rtti {varobj_name var_name testname} {
89 proc check_derived_content_with_rtti {varobj_name var_name testname} {
98 proc check_derived_with_rtti {varobj_name var_name testname} {
103 proc check_new_derived_with_rtti {var_name var_type testname} {
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.mi/
H A Dmi-var-rtti.exp38 proc set_print_object {state testname} {
44 proc check_derived_children_without_rtti {varobj_name var_name testname} {
53 proc check_derived_content_without_rtti {varobj_name var_name testname} {
58 proc check_derived_without_rtti {varobj_name var_name testname} {
63 proc check_new_derived_without_rtti {var_name var_type testname} {
72 proc check_derived_children_with_rtti {varobj_name var_name testname} {
89 proc check_derived_content_with_rtti {varobj_name var_name testname} {
98 proc check_derived_with_rtti {varobj_name var_name testname} {
103 proc check_new_derived_with_rtti {var_name var_type testname} {
/dports/devel/gdb/gdb-11.1/gdb/testsuite/lib/
H A Dsym-info-cmds.exp60 proc run_command { cmd { testname "" } } {
155 proc check_header { pattern { testname "" } } {
177 proc check_entry { filename lineno text { testname "" } } {
229 proc check_no_entry { filename { lineno ".*" } { text ".*" } \
288 proc run_command { cmd { testname "" } } {
402 proc check_header { pattern { testname "" } } {
427 proc check_entry_1 { filename module lineno text optional testname } {
472 proc check_entry { filename module lineno text { testname "" } } {
477 proc check_optional_entry { filename module lineno text { testname "" } } {
495 proc check_no_entry { filename module { lineno ".*" } \
H A Dmi-support.exp1434 proc mi_create_varobj { name expression testname } {
1440 proc mi_create_floating_varobj { name expression testname } {
1449 proc mi_create_varobj_checked { name expression type testname } {
1458 proc mi_create_dynamic_varobj {name expression has_more testname} {
1465 proc mi_delete_varobj { name testname } {
1475 proc mi_varobj_update { name expected testname } {
1500 proc mi_varobj_update_with_type_change { name new_type new_children testname } {
1567 proc mi_check_varobj_value { name value testname } {
1629 proc mi_list_varobj_children { varname children testname } {
1666 proc mi_list_array_varobj_children { varname number type testname } {
[all …]
/dports/security/krb5-appl/krb5-appl-1.0.3/tests/config/
H A Ddefault.exp498 proc check_k5login { testname } { argument
528 proc check_klogin { testname } { argument
563 proc check_exit_status { testname } { argument
2014 proc kinit_kt { name keytab standalone testname } {
2047 proc do_klist { myname servname testname } {
2075 proc do_klist_kt { keytab testname } {
2110 proc do_klist_err { testname } { argument
2146 proc do_kdestroy { testname } { argument
2227 proc setup_root_shell { testname } { argument
2408 proc setup_root_shell_noremote { testname } { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/file/
H A Dfile.cc39 bool failed(const char *testname, const char *msg) { in failed()
50 bool passed(const char *testname, const char *msg) { in passed()
64 bool fopen_createBinaryFile(const char *testname) { in fopen_createBinaryFile()
124 bool fopen_fail(const char *testname) { in fopen_fail()
148 bool fread_256x1_block(const char *testname) { in fread_256x1_block()
180 bool fread_1x256_block(const char *testname) { in fread_1x256_block()
210 bool fopen_createTextFile(const char *testname) { in fopen_createTextFile()
237 bool fgets_readText(const char *testname) { in fgets_readText()
271 bool fseek_filesize256(const char *testname) { in fseek_filesize256()
360 bool fgets_filesize(const char *testname) { in fgets_filesize()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/testlib/
H A Dtestlib_test.h110 #define MAIN( testname ) \ argument
114 #define MAIN_ARGS( testname ) \ argument
119 #define TESTMAIN( testname ) \ argument
124 #define TEST_MAIN( testname ) \ argument
128 #define TESTMAIN_ARGS( testname ) \ argument
133 #define TEST_MAIN_ARGS( testname ) \ argument
138 #define TESTLIB_DEFINE_MAIN(testname) \ argument
143 #define TESTLIB_DEFINE_MAIN_ARGS(testname) \ argument
H A Dtestlib_register.h35 #define DECLARE( testname ) int _cdecl testname ## _main ( int argc, char* argv[] ) argument
37 #define DECLARE( testname ) int testname ## _main ( int argc, char* argv[] ) argument
44 #define REGISTER( testname ) \ argument
/dports/misc/vxl/vxl-3.3.2/core/testlib/
H A Dtestlib_test.h110 #define MAIN( testname ) \ argument
114 #define MAIN_ARGS( testname ) \ argument
119 #define TESTMAIN( testname ) \ argument
124 #define TEST_MAIN( testname ) \ argument
128 #define TESTMAIN_ARGS( testname ) \ argument
133 #define TEST_MAIN_ARGS( testname ) \ argument
138 #define TESTLIB_DEFINE_MAIN(testname) \ argument
143 #define TESTLIB_DEFINE_MAIN_ARGS(testname) \ argument
H A Dtestlib_register.h35 #define DECLARE( testname ) int _cdecl testname ## _main ( int argc, char* argv[] ) argument
37 #define DECLARE( testname ) int testname ## _main ( int argc, char* argv[] ) argument
44 #define REGISTER( testname ) \ argument
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/lib/
H A Dgas-defs.exp79 proc want_no_output { testname } { argument
95 proc gas_test_old { file as_opts testname } {
100 proc gas_test { file as_opts var_opts testname } {
137 proc gas_test_ignore_stdout { file as_opts testname } {
144 proc gas_test_error { file as_opts testname } {
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/lib/
H A Dgas-defs.exp79 proc want_no_output { testname } { argument
95 proc gas_test_old { file as_opts testname } {
100 proc gas_test { file as_opts var_opts testname } {
137 proc gas_test_ignore_stdout { file as_opts testname } {
144 proc gas_test_error { file as_opts testname } {
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/lib/
H A Dgas-defs.exp79 proc want_no_output { testname } { argument
95 proc gas_test_old { file as_opts testname } {
100 proc gas_test { file as_opts var_opts testname } {
137 proc gas_test_ignore_stdout { file as_opts testname } {
144 proc gas_test_error { file as_opts testname } {
/dports/devel/binutils/binutils-2.37/gas/testsuite/lib/
H A Dgas-defs.exp180 proc want_no_output { testname } { argument
196 proc gas_test_old { file as_opts testname } {
201 proc gas_test { file as_opts var_opts testname } {
238 proc gas_test_ignore_stdout { file as_opts testname } {
245 proc gas_test_error { file as_opts testname } {
390 proc run_list_test { name {opts {}} {testname {}} } {
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/lib/
H A Dgas-defs.exp180 proc want_no_output { testname } { argument
196 proc gas_test_old { file as_opts testname } {
201 proc gas_test { file as_opts var_opts testname } {
238 proc gas_test_ignore_stdout { file as_opts testname } {
245 proc gas_test_error { file as_opts testname } {
390 proc run_list_test { name {opts {}} {testname {}} } {
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/lib/
H A Dgas-defs.exp180 proc want_no_output { testname } { argument
196 proc gas_test_old { file as_opts testname } {
201 proc gas_test { file as_opts var_opts testname } {
238 proc gas_test_ignore_stdout { file as_opts testname } {
245 proc gas_test_error { file as_opts testname } {
390 proc run_list_test { name {opts {}} {testname {}} } {
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/lib/
H A Dgas-defs.exp180 proc want_no_output { testname } { argument
196 proc gas_test_old { file as_opts testname } {
201 proc gas_test { file as_opts var_opts testname } {
238 proc gas_test_ignore_stdout { file as_opts testname } {
245 proc gas_test_error { file as_opts testname } {
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/lib/
H A Dgas-defs.exp180 proc want_no_output { testname } { argument
196 proc gas_test_old { file as_opts testname } {
201 proc gas_test { file as_opts var_opts testname } {
238 proc gas_test_ignore_stdout { file as_opts testname } {
245 proc gas_test_error { file as_opts testname } {
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/lib/
H A Dmi-support.exp1202 proc mi_create_varobj { name expression testname } {
1208 proc mi_create_floating_varobj { name expression testname } {
1217 proc mi_create_varobj_checked { name expression type testname } {
1225 proc mi_create_dynamic_varobj {name expression testname} {
1232 proc mi_delete_varobj { name testname } {
1242 proc mi_varobj_update { name expected testname } {
1260 proc mi_varobj_update_with_type_change { name new_type new_children testname } {
1330 proc mi_check_varobj_value { name value testname } {
1393 proc mi_list_varobj_children { varname children testname } {
1400 proc mi_list_varobj_children_range {varname from to numchildren children testname} {
[all …]
/dports/math/osi/Osi-0.108.6/Osi/src/OsiCommonTest/
H A DOsiUnitTests.hpp176 std::string testname; member in OsiUnitTest::TestOutcome
241 int line, const Component &component, const std::string &testname, in OsiUnitTestAssertSeverityExpected()
276 #define OSIUNITTEST_ADD_OUTCOME(component, testname, testcondition, severity, expected) \ argument
290 testname, severity, expected) \ argument
301 #define OSIUNITTEST_ASSERT_ERROR(condition, failurecode, component, testname) \ argument
308 #define OSIUNITTEST_ASSERT_WARNING(condition, failurecode, component, testname) \ argument
322 #define OSIUNITTEST_CATCH_SEVERITY_EXPECTED(trycode, catchcode, component, testname, \ argument
376 #define OSIUNITTEST_CATCH_ERROR(trycode, catchcode, component, testname) \ argument
382 #define OSIUNITTEST_CATCH_WARNING(trycode, catchcode, component, testname) \ argument
/dports/math/clp/Clp-1.17.3/Osi/src/OsiCommonTest/
H A DOsiUnitTests.hpp176 std::string testname; member in OsiUnitTest::TestOutcome
241 int line, const Component &component, const std::string &testname, in OsiUnitTestAssertSeverityExpected()
276 #define OSIUNITTEST_ADD_OUTCOME(component, testname, testcondition, severity, expected) \ argument
290 testname, severity, expected) \ argument
301 #define OSIUNITTEST_ASSERT_ERROR(condition, failurecode, component, testname) \ argument
308 #define OSIUNITTEST_ASSERT_WARNING(condition, failurecode, component, testname) \ argument
322 #define OSIUNITTEST_CATCH_SEVERITY_EXPECTED(trycode, catchcode, component, testname, \ argument
376 #define OSIUNITTEST_CATCH_ERROR(trycode, catchcode, component, testname) \ argument
382 #define OSIUNITTEST_CATCH_WARNING(trycode, catchcode, component, testname) \ argument
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/dejagnu/config/
H A Ddefault.exp352 proc check_exit_status { testname } { argument
1894 proc kinit_kt { name keytab standalone testname } {
1927 proc do_klist { myname servname testname } {
1955 proc do_klist_kt { keytab testname } {
1990 proc do_klist_err { testname } { argument
2026 proc do_kdestroy { testname } { argument
/dports/security/krb5/krb5-1.19.2/src/tests/dejagnu/config/
H A Ddefault.exp351 proc check_exit_status { testname } { argument
1894 proc kinit_kt { name keytab standalone testname } {
1927 proc do_klist { myname servname testname } {
1955 proc do_klist_kt { keytab testname } {
1990 proc do_klist_err { testname } { argument
2026 proc do_kdestroy { testname } { argument
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_GpuStencilFaceState.rs80 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
95 #[doc = "Change the `passOp` field of this object."]
100 …#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-…
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/lib/
H A Dmi-support.exp1242 proc mi_create_varobj { name expression testname } {
1248 proc mi_create_floating_varobj { name expression testname } {
1257 proc mi_create_varobj_checked { name expression type testname } {
1265 proc mi_create_dynamic_varobj {name expression testname} {
1272 proc mi_delete_varobj { name testname } {
1282 proc mi_varobj_update { name expected testname } {
1307 proc mi_varobj_update_with_type_change { name new_type new_children testname } {
1374 proc mi_check_varobj_value { name value testname } {
1437 proc mi_list_varobj_children { varname children testname } {
1444 proc mi_list_varobj_children_range {varname from to numchildren children testname} {
[all …]

12345678910>>...59