Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 25 of 4639) sorted by relevance

12345678910>>...186

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/test_macros/header/
H A Dper_product_test_definitions.h11 #define GEN8TEST_F(test_fixture, test_name) GENTEST_F(IGFX_GEN8_CORE, test_fixture, test_name) argument
12 #define GEN8TEST_P(test_fixture, test_name) GENTEST_P(IGFX_GEN8_CORE, test_fixture, test_name) argument
15 #define GEN9TEST_F(test_fixture, test_name) GENTEST_F(IGFX_GEN9_CORE, test_fixture, test_name) argument
16 #define GEN9TEST_P(test_fixture, test_name) GENTEST_P(IGFX_GEN9_CORE, test_fixture, test_name) argument
19 #define GEN11TEST_F(test_fixture, test_name) GENTEST_F(IGFX_GEN11_CORE, test_fixture, test_name) argument
20 #define GEN11TEST_P(test_fixture, test_name) GENTEST_P(IGFX_GEN11_CORE, test_fixture, test_name) argument
23 #define XE_HP_CORE_TEST_F(test_fixture, test_name) GENTEST_F(IGFX_XE_HP_CORE, test_fixture, test_na… argument
24 #define XE_HP_CORE_TEST_P(test_fixture, test_name) GENTEST_P(IGFX_XE_HP_CORE, test_fixture, test_na… argument
27 #define XE_HPG_CORETEST_F(test_fixture, test_name) GENTEST_F(IGFX_XE_HPG_CORE, test_fixture, test_n… argument
35 #define GEN12LPTEST_F(test_fixture, test_name) GENTEST_F(IGFX_GEN12LP_CORE, test_fixture, test_name) argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/test/
H A Dmulti_class_browser_test.h45 #define MULTI_CLASS_RUNNER_NAME_(test_name) RunMultiClassBrowserTest_##test_name argument
47 #define DEFINE_RUN_TEST_IMPL_(test_name, base_class) \ argument
48 class MULTI_CLASS_RUNNER_NAME_(test_name) { \
50 MULTI_CLASS_RUNNER_NAME_(test_name)() {} \
111 #define WEBXR_VR_ALL_RUNTIMES_BROWSER_TEST_F(test_name) \ argument
114 WebXrVrBrowserTestBase, test_name)
116 #define WEBXR_VR_ALL_RUNTIMES_BROWSER_TEST_F(test_name) \ argument
118 WebXrVrBrowserTestBase, test_name)
127 test_name)
129 #define WEBXR_VR_ALL_RUNTIMES_PLUS_INCOGNITO_BROWSER_TEST_F(test_name) \ argument
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_shading_language_include/
H A Dapi.c60 char *test_name; in test_api_errors() local
70 test_name = "Test glNamedStringARB() invalid type enum"; in test_api_errors()
79 test_name = "Test glNamedStringARB() NULL name"; in test_api_errors()
96 test_name = "Test glNamedStringARB() invalid paths"; in test_api_errors()
110 test_name = "Test glDeleteNamedStringARB() NULL name"; in test_api_errors()
218 test_name = "Test glGetNamedStringivARB() NULL name"; in test_api_errors()
257 test_name = "Test glGetNamedStringARB() NULL name"; in test_api_errors()
292 char *test_name; in test_api_functionality() local
328 test_name = "Test glIsNamedStringARB() NULL name"; in test_api_functionality()
375 test_name = "Test glGetNamedStringARB() large buffer"; in test_api_functionality()
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/util/
H A Drun_test.sh110 readonly test_name=$1
249 $test_path > "$test_name.out" 2> "$test_name.err"
254 if ! diff -q "$TEST_ROOT/$test_name.out" "$test_name.out" > /dev/null
257 diff -U3 "$TEST_ROOT/$test_name.out" "$test_name.out" >&2
269 if ! diff -q "$TEST_ROOT/$test_name.err" "$test_name.err" > /dev/null
272 diff -U3 "$TEST_ROOT/$test_name.err" "$test_name.err" >&2
313 > "$test_name.out" 2> "$test_name.err" &
331 if ! diff -q "$TEST_ROOT/$test_name.out" "$test_name.out" > /dev/null
334 diff -U3 "$TEST_ROOT/$test_name.out" "$test_name.out" >&2
346 if ! diff -q "$TEST_ROOT/$test_name.err" "$test_name.err" > /dev/null
[all …]
/dports/devel/cdash/CDash-2-2-3/tests/kwtest/simpletest/
H A Dscorer.php98 function paintGroupEnd($test_name) { argument
106 function paintCaseStart($test_name) { argument
114 function paintCaseEnd($test_name) { argument
130 function paintMethodEnd($test_name) { argument
282 $this->test_stack[] = $test_name;
292 function paintGroupEnd($test_name) { argument
323 function paintCaseEnd($test_name) { argument
357 function paintHeader($test_name) { argument
366 function paintFooter($test_name) { argument
528 function paintCaseEnd($test_name) { argument
[all …]
/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/
H A Dscorer.php72 function paintMethodStart($test_name) { argument
80 function paintMethodEnd($test_name) { argument
88 function paintCaseStart($test_name) { argument
96 function paintCaseEnd($test_name) { argument
113 function paintGroupEnd($test_name) { argument
259 function paintGroupEnd($test_name) { argument
274 function paintCaseStart($test_name) { argument
290 function paintCaseEnd($test_name) { argument
313 function paintMethodEnd($test_name) { argument
324 function paintHeader($test_name) { argument
[all …]
/dports/benchmarks/netperf/netperf-d566775bf/src/
H A Dnetperf.c153 if (strcasecmp(test_name,"TCP_STREAM") == 0) { in main()
159 else if (strcasecmp(test_name,"TCP_MSS") == 0) { in main()
172 else if (strcasecmp(test_name,"TCP_RR") == 0) { in main()
178 else if (strcasecmp(test_name,"TCP_CC") == 0) { in main()
194 else if (strcasecmp(test_name,"UDP_RR") == 0) { in main()
221 else if (strcasecmp(test_name,"DG_RR") == 0) { in main()
262 else if (strcasecmp(test_name,"DNS_RR") == 0) { in main()
276 else if (strcasecmp(test_name,"SDP_RR") == 0) { in main()
281 else if (strcasecmp(test_name,"OMNI") == 0) { in main()
284 else if (strcasecmp(test_name,"UUID") == 0) { in main()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/test_macros/
H A Dtest.h25 #define CHECK_TEST_NAME_LENGTH_WITH_MAX(test_fixture, test_name, max_length) \ argument
27 #define CHECK_TEST_NAME_LENGTH(test_fixture, test_name) \ argument
37 #define IS_TEST_EXCLUDED(test_suite_name, test_name) \ argument
45 #define TEST_F(test_fixture, test_name) \ argument
46 CHECK_TEST_NAME_LENGTH(test_fixture, test_name) \
47 GTEST_TEST_(test_fixture, test_name, test_fixture, \
137 #define HWTEST_F(test_fixture, test_name) \ argument
138 HWTEST_TEST_(test_fixture, test_name, test_fixture, \
282 #define HWTEST_TEMPLATED_F(test_fixture, test_name) \ argument
283 HWTEST_TEST_(test_fixture, test_name, test_fixture, \
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/tests/utils/
H A Dauto_parameterized.hpp37 type_name* BOOST_JOIN(test_name, _begin) = &values[0]; \
38 type_name* BOOST_JOIN(test_name, _end) = BOOST_JOIN(test_name, _begin) + (sizeof(values)/sizeof(val…
41 test_name t; \
47 BOOST_AUTO_TU_REGISTRAR( test_name )( \
49 BOOST_TEST_STRINGIZE( test_name ), \
51 BOOST_JOIN(test_name, _begin), BOOST_JOIN(test_name, _end)), \
61 type_name* BOOST_JOIN(test_name, _begin) = &values[0]; \
62 type_name* BOOST_JOIN(test_name, _end) = BOOST_JOIN(test_name, _begin) + (sizeof(values)/sizeof(val…
71 BOOST_AUTO_TU_REGISTRAR( test_name )( \
73 BOOST_TEST_STRINGIZE( test_name ), \
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/
H A Ddnnl_test_macros.hpp57 #define TEST_F_(test_fixture, test_name) TEST_F(test_fixture, test_name) argument
59 #define CPU_TEST_F(test_fixture, test_name) \ argument
62 #define GPU_TEST_F(test_fixture, test_name) \ argument
65 #define TEST_P_(test_fixture, test_name) TEST_P(test_fixture, test_name) argument
67 #define CPU_TEST_P(test_fixture, test_name) \ argument
106 TEST(test_fixture, test_name) { \
126 TEST_F(test_fixture, test_name) { \
146 TEST_P(test_fixture, test_name) { \
159 TEST(test_fixture, test_name)
161 TEST_F(test_fixture, test_name)
[all …]
/dports/math/onednn/oneDNN-2.5.1/tests/gtests/
H A Ddnnl_test_macros.hpp57 #define TEST_F_(test_fixture, test_name) TEST_F(test_fixture, test_name) argument
59 #define CPU_TEST_F(test_fixture, test_name) \ argument
62 #define GPU_TEST_F(test_fixture, test_name) \ argument
65 #define TEST_P_(test_fixture, test_name) TEST_P(test_fixture, test_name) argument
67 #define CPU_TEST_P(test_fixture, test_name) \ argument
106 TEST(test_fixture, test_name) { \
126 TEST_F(test_fixture, test_name) { \
146 TEST_P(test_fixture, test_name) { \
159 TEST(test_fixture, test_name)
161 TEST_F(test_fixture, test_name)
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/test/
H A Dunit_test_suite.hpp35 #define BOOST_TEST_CASE_NAME( test_function, test_name ) \ argument
37 test_name , \
135 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
143 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
144 struct test_name : public F { void test_method(); }; \
146 static void BOOST_AUTO_TC_INVOKER( test_name )() \
148 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture ctor"); \
149 test_name t; \
366 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
370 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/test/
H A Dunit_test_suite.hpp36 #define BOOST_TEST_CASE_NAME( test_function, test_name ) \ argument
38 test_name , \
136 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
144 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
145 struct test_name : public F { void test_method(); }; \
147 static void BOOST_AUTO_TC_INVOKER( test_name )() \
149 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture ctor"); \
150 test_name t; \
367 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
371 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/test/
H A Dunit_test_suite.hpp35 #define BOOST_TEST_CASE_NAME( test_function, test_name ) \ argument
37 test_name , \
135 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
143 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
144 struct test_name : public F { void test_method(); }; \
146 static void BOOST_AUTO_TC_INVOKER( test_name )() \
148 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture ctor"); \
149 test_name t; \
366 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
370 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/test/
H A Dunit_test_suite.hpp36 #define BOOST_TEST_CASE_NAME( test_function, test_name ) \ argument
38 test_name , \
136 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
144 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
145 struct test_name : public F { void test_method(); }; \
147 static void BOOST_AUTO_TC_INVOKER( test_name )() \
149 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture ctor"); \
150 test_name t; \
367 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
371 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/test/
H A Dunit_test_suite.hpp36 #define BOOST_TEST_CASE_NAME( test_function, test_name ) \ argument
38 test_name , \
136 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
144 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
145 struct test_name : public F { void test_method(); }; \
147 static void BOOST_AUTO_TC_INVOKER( test_name )() \
149 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture ctor"); \
150 test_name t; \
367 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
371 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/test/
H A Dunit_test_suite.hpp36 #define BOOST_TEST_CASE_NAME( test_function, test_name ) \ argument
38 test_name , \
136 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
144 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
145 struct test_name : public F { void test_method(); }; \
147 static void BOOST_AUTO_TC_INVOKER( test_name )() \
149 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture ctor"); \
150 test_name t; \
367 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
371 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/test/
H A Dunit_test_suite.hpp35 #define BOOST_TEST_CASE_NAME( test_function, test_name ) \ argument
37 test_name , \
135 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
143 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
144 struct test_name : public F { void test_method(); }; \
146 static void BOOST_AUTO_TC_INVOKER( test_name )() \
148 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture ctor"); \
149 test_name t; \
366 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
370 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/test/
H A Dunit_test_suite.hpp127 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
135 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
136 struct test_name : public F { void test_method(); }; \
138 static void BOOST_AUTO_TC_INVOKER( test_name )() \
140 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture entry."); \
141 test_name t; \
142 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" entry."); \
318 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
320 BOOST_JOIN( BOOST_JOIN( test_name, _registrar ), __LINE__ ) \
322 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/test/
H A Dunit_test_suite.hpp127 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
135 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
136 struct test_name : public F { void test_method(); }; \
138 static void BOOST_AUTO_TC_INVOKER( test_name )() \
140 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture entry."); \
141 test_name t; \
142 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" entry."); \
318 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
320 BOOST_JOIN( BOOST_JOIN( test_name, _registrar ), __LINE__ ) \
322 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/test/
H A Dunit_test_suite.hpp127 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
135 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
136 struct test_name : public F { void test_method(); }; \
138 static void BOOST_AUTO_TC_INVOKER( test_name )() \
140 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture entry."); \
141 test_name t; \
142 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" entry."); \
318 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
320 BOOST_JOIN( BOOST_JOIN( test_name, _registrar ), __LINE__ ) \
322 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/test/
H A Dunit_test_suite.hpp127 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
135 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
136 struct test_name : public F { void test_method(); }; \
138 static void BOOST_AUTO_TC_INVOKER( test_name )() \
140 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture entry."); \
141 test_name t; \
142 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" entry."); \
318 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
320 BOOST_JOIN( BOOST_JOIN( test_name, _registrar ), __LINE__ ) \
322 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/test/
H A Dunit_test_suite.hpp133 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
141 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
142 struct test_name : public F { void test_method(); }; \
144 static void BOOST_AUTO_TC_INVOKER( test_name )() \
146 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture entry."); \
147 test_name t; \
148 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" entry."); \
324 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
326 BOOST_JOIN( BOOST_JOIN( test_name, _registrar ), __LINE__ ) \
328 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/test/
H A Dunit_test_suite.hpp133 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
141 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
142 struct test_name : public F { void test_method(); }; \
144 static void BOOST_AUTO_TC_INVOKER( test_name )() \
146 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture entry."); \
147 test_name t; \
148 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" entry."); \
324 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
326 BOOST_JOIN( BOOST_JOIN( test_name, _registrar ), __LINE__ ) \
328 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/test/
H A Dunit_test_suite.hpp127 #define BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES( test_name, n ) \ argument
135 #define BOOST_FIXTURE_TEST_CASE_WITH_DECOR( test_name, F, decorators ) \ argument
136 struct test_name : public F { void test_method(); }; \
138 static void BOOST_AUTO_TC_INVOKER( test_name )() \
140 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" fixture entry."); \
141 test_name t; \
142 BOOST_TEST_CHECKPOINT('"' << #test_name << "\" entry."); \
318 #define BOOST_AUTO_TU_REGISTRAR( test_name ) \ argument
320 BOOST_JOIN( BOOST_JOIN( test_name, _registrar ), __LINE__ ) \
322 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) argument
[all …]

12345678910>>...186