Home
last modified time | relevance | path

Searched refs:test_main (Results 1 – 25 of 7211) sorted by relevance

12345678910>>...289

/dports/textproc/p5-XML-FeedPP/XML-FeedPP-0.95/t/
H A D35_no_xml_decl.t43 &test_main( 'NoDecl RSS 2.0', $rss );
44 &test_main( 'NoDecl RSS 1.0', $rdf );
45 &test_main( 'NoDecl Atom 0.3', $atom03 );
46 &test_main( 'NoDecl Atom 1.0', $atom10 );
49 &test_main( 'XMLDecl RSS 2.0', $xml.$rss );
50 &test_main( 'XMLDecl RSS 1.0', $xml.$rdf );
55 &test_main( 'BOM RSS 2.0', $bom.$rss );
56 &test_main( 'BOM RSS 1.0', $bom.$rdf );
57 &test_main( 'BOM Atom 0.3', $bom.$atom03 );
58 &test_main( 'BOM Atom 1.0', $bom.$atom10 );
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/testing/
H A Dmultiprocess_func_list.h54 #define MULTIPROCESS_TEST_MAIN(test_main) \ argument
55 MULTIPROCESS_TEST_MAIN_WITH_SETUP(test_main, NULL)
60 #define MULTIPROCESS_TEST_MAIN_WITH_SETUP(test_main, test_setup) \ argument
61 int test_main(); \
64 AddMultiProcessTest##_##test_main(#test_main, (test_main), (test_setup)); \
66 int test_main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/testing/
H A Dmultiprocess_func_list.h54 #define MULTIPROCESS_TEST_MAIN(test_main) \ argument
55 MULTIPROCESS_TEST_MAIN_WITH_SETUP(test_main, NULL)
60 #define MULTIPROCESS_TEST_MAIN_WITH_SETUP(test_main, test_setup) \ argument
61 int test_main(); \
64 AddMultiProcessTest##_##test_main(#test_main, (test_main), (test_setup)); \
66 int test_main()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/tests/scripts/
H A Dgenerate_code.pl100 my $test_main;
104 $test_main = $test_main.$line;
212 $test_main =~ s/SUITE_PRE_DEP/$suite_pre_code/;
213 $test_main =~ s/SUITE_POST_DEP/$suite_post_code/;
400 $test_main =~ s/TESTCASE_FILENAME/$test_case_data/g;
401 $test_main =~ s/TESTCODE_FILENAME/$test_case_file/g;
402 $test_main =~ s/FUNCTION_CODE//;
403 $test_main =~ s/DEP_CHECK_CODE/$dep_check_code/;
404 $test_main =~ s/DISPATCH_FUNCTION/$dispatch_code/;
405 $test_main =~ s/MAPPING_CODE/$mapping_code/;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/testing/
H A Dmultiprocess_func_list.h47 #define MULTIPROCESS_TEST_MAIN(test_main) \ argument
48 int test_main(); \
51 AddMultiProcessTest##_##test_main(#test_main, (test_main)); \
53 int test_main()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/tests/scripts/
H A Dgenerate_code.pl23 my $test_main = <TEST_MAIN>;
77 $test_main =~ s/SUITE_PRE_DEP/$suite_pre_code/;
78 $test_main =~ s/SUITE_POST_DEP/$suite_post_code/;
190 $test_main =~ s/FUNCTION_CODE/$function_code\nFUNCTION_CODE/;
244 $test_main =~ s/TEST_FILENAME/$test_case_data/;
245 $test_main =~ s/FUNCTION_CODE//;
246 $test_main =~ s/DEP_CHECK_CODE/$dep_check_code/;
247 $test_main =~ s/DISPATCH_FUNCTION/$dispatch_code/;
248 $test_main =~ s/MAPPING_CODE/$mapping_code/;
251 $test_main
/dports/graphics/py-cairosvg/CairoSVG-2.5.2/cairosvg/
H A Dtest_api.py134 def test_main(args, exit_=False, input_=None, full=False): function
174 assert test_main(['--help'], exit_=True).startswith(b'usage: ')
175 assert test_main(['--version'], exit_=True).strip() == (
178 assert test_main([svg_filename]) == expected_pdf
179 assert test_main([svg_filename, '-d', '96', '-f', 'pdf']) == (
181 assert test_main([svg_filename, '-f', 'png']) == expected_png
182 assert test_main(['-'], input_=svg_filename) == expected_pdf
185 output = test_main([svg_filename, '-d', '10', '-f', 'png'], full=True)
194 assert not test_main([svg_filename, '-o', temp_1])
199 assert not test_main([svg_filename, '-o', temp_2])
[all …]
/dports/textproc/p5-XML-TreePP/XML-TreePP-0.43/t/
H A D17_output_encoding.t26 &test_main('UTF-8');
33 &test_main('Shift_JIS');
34 &test_main('EUC-JP');
36 &test_main('Latin-1');
37 &test_main('EUC-KR');
38 &test_main('GB2312');
39 &test_main('BIG5');
42 sub test_main {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/test/
H A Dmultiprocess_exec.h70 #define CRASHPAD_CHILD_TEST_MAIN(test_main) \ argument
71 int test_main(); \
74 AddMultiprocessTest##_##test_main(#test_main, (test_main)); \
76 int test_main()
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/heapy/test/
H A Dtest_gsl.py5 def test_main(debug=0): function
9 gsl.DottedTree.test_main()
14 gsl.SpecNodes.test_main()
19 test_main()
H A Dtest_dependencies.py5 def test_main(debug=0): function
8 test.test_main()
12 test_main()
H A Dtest_all.py26 def test_main(debug=False): function
35 f = x.test_main
41 test_main()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/VEX/useful/
H A DMakefile-vex1 # Crude makefile to build the "vex" executable from test_main.c
3 vex: test_main.c test_main.h ../pub/*.h ../priv/*.c ../priv/*.h
5 cc -I../pub -o vex test_main.c ../libvex.a
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/VEX/useful/
H A DMakefile-vex1 # Crude makefile to build the "vex" executable from test_main.c
3 vex: test_main.c test_main.h ../pub/*.h ../priv/*.c ../priv/*.h
5 cc -I../pub -o vex test_main.c ../libvex.a
/dports/biology/lamarc/lamarc-2.1.8/boost/test/impl/
H A Dtest_main.ipp9 // File : $RCSfile: test_main.ipp,v $
30 extern int test_main( int argc, char* argv[] ); // prototype for user's test_main()
36 int test_main_result = test_main( m_argc, m_argv );
38 // translate a test_main non-success return into a test error
70 // $Log: test_main.ipp,v $
/dports/net/py-eventlet/eventlet-0.33.0/tests/stdlib/
H A Dall.py37 test_method = modobj.test_main
39 def test_main(): function
43 globals()[method_name] = test_main
44 test_main.__name__ = name + '.test_main'
/dports/devel/autogen/autogen-5.18.16/autoopts/test/
H A Dstdopts.def36 echo test_main $test_main
41 test -n "${test_main}" && echo "test-main = '${test_main}';"
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_lib2to3.py4 test_parser, test_main as test_main_)
16 def test_main(): function
21 test_main()
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_lib2to3.py4 test_parser, test_main as test_main_)
16 def test_main(): function
21 test_main()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_lib2to3.py4 test_parser, test_main as test_main_)
16 def test_main(): function
21 test_main()
/dports/science/py-scipy/scipy-1.7.1/doc/sphinxext/
H A D.travis.yml40 - python -m numpydoc numpydoc.tests.test_main._capture_stdout
41 - echo '! python -m numpydoc numpydoc.tests.test_main._invalid_docstring' | bash
42 - python -m numpydoc --validate numpydoc.tests.test_main._capture_stdout
43 - echo '! python -m numpydoc --validate numpydoc.tests.test_main._docstring_with_errors' | bash
/dports/math/fftw/fftw-2.1.5/tests/
H A DMakefile.am2 noinst_HEADERS = test_main.h
8 fftw_test_SOURCES = fftw_test.c test_main.c
11 rfftw_test_SOURCES = rfftw_test.c test_main.c
/dports/math/fftw-float/fftw-2.1.5/tests/
H A DMakefile.am2 noinst_HEADERS = test_main.h
8 fftw_test_SOURCES = fftw_test.c test_main.c
11 rfftw_test_SOURCES = rfftw_test.c test_main.c
/dports/devel/boost-docs/boost_1_72_0/boost/test/impl/
H A Dtest_main.ipp28 extern int test_main( int argc, char* argv[] ); // prototype for user's test_main()
34 int test_main_result = test_main( m_argc, m_argv );
36 // translate a test_main non-success return into a test error
/dports/devel/hyperscan/boost_1_75_0/boost/test/impl/
H A Dtest_main.ipp28 extern int test_main( int argc, char* argv[] ); // prototype for user's test_main()
34 int test_main_result = test_main( m_argc, m_argv );
36 // translate a test_main non-success return into a test error

12345678910>>...289