Home
last modified time | relevance | path

Searched refs:runtests (Results 1 – 25 of 56) sorted by relevance

123

/external/valgrind/auxprogs/
Dposixtestsuite-1.5.1-diff.txt111 runtests "$BASEDIR/m*map"
112 runtests "$BASEDIR/shm_*"
118 + runtests "$BASEDIR/aio_*"
119 + runtests "$BASEDIR/lio_listio"
121 + runtests "$BASEDIR/sig*"
122 + runtests $BASEDIR/raise
123 + runtests $BASEDIR/kill
124 + runtests $BASEDIR/killpg
125 + runtests $BASEDIR/pthread_kill
126 + runtests $BASEDIR/pthread_sigmask
[all …]
/external/curl/tests/
DMakefile.am23 HTMLPAGES = testcurl.html runtests.html
24 PDFPAGES = testcurl.pdf runtests.pdf
25 MANDISTPAGES = runtests.1.dist testcurl.1.dist
34 EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl getpart.pm \
36 sshserver.pl sshhelp.pm pathhelp.pm testcurl.1 runtests.1 \
70 TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
DREADME91 indexed from, can be set explicitly using runtests.pl' -b option to allow
102 and invokes the 'runtests.pl' perl script to run all the tests. Edit the top
112 (like "./runtests.pl 3 4" to test 3 and 4 only). It also supports test case
113 ranges with 'to', as in "./runtests 3 to 9" which runs the seven tests from
161 runtests.pl's -t option will enable torture testing mode, which runs each
172 line parameters that failed. Just invoke 'runtests.pl <test number> -g' and
179 runtests.pl script). Use runtests.pl -k to force it to keep the temporary
209 The runtests.pl script provides some hooks to allow curl to be tested on a
213 the beginning of runtests.pl for details.
/external/autotest/client/bin/self-test/
Dtest16 function runtests { function
55 test) runtests tests/* ;;
56 *) runtests "$@" ;;
/external/expat/tests/
DMakefile.am37 check_PROGRAMS = runtests runtestspp program
38 TESTS = runtests runtestspp
50 runtests.c
Druntests.sln6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "runtests", "runtests.vcxproj", "{63D6D820-B526…
D.gitignore5 runtests
/external/expat/
DCMakeLists.txt175 …add_executable(runtests tests/runtests.c tests/chardata.c tests/structdata.c tests/minicheck.c tes… target
176 set_property(TARGET runtests PROPERTY RUNTIME_OUTPUT_DIRECTORY tests)
177 target_link_libraries(runtests expat)
178 add_test(runtests tests/runtests)
DMakefile.am73 tests/runtests.sln \
74 tests/runtests.vcxproj \
75 tests/runtests.vcxproj.filters \
/external/robolectric-shadows/
Drobotest.sh90 function runtests() { function
123 runtests "${tests}" >"$output" 2>&1 || result="$?"
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/
DChangeLog18 * runtests.sh: Fixing override for num cpus to test on
25 * Expanding runtests.sh to support LOOP overriding
/external/nos/test/system-test-harness/
DBUILD9 name = "runtests",
17 "src/runtests.cc",
DREADME.md18 > bazel run runtests
/external/protobuf/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj83 …2113D838200C7059E /* runtests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType…
168 4024D1E2113D838200C7059E /* runtests.sh */,
277 shellScript = "/bin/bash $SRCROOT/runtests.sh $BUILT_PRODUCTS_DIR/WidgetFrameworkTest\n";
/external/v8/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj83 …2113D838200C7059E /* runtests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType…
168 4024D1E2113D838200C7059E /* runtests.sh */,
277 shellScript = "/bin/bash $SRCROOT/runtests.sh $BUILT_PRODUCTS_DIR/WidgetFrameworkTest\n";
/external/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj83 …2113D838200C7059E /* runtests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType…
168 4024D1E2113D838200C7059E /* runtests.sh */,
277 shellScript = "/bin/bash $SRCROOT/runtests.sh $BUILT_PRODUCTS_DIR/WidgetFrameworkTest\n";
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj83 …2113D838200C7059E /* runtests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType…
168 4024D1E2113D838200C7059E /* runtests.sh */,
277 shellScript = "/bin/bash $SRCROOT/runtests.sh $BUILT_PRODUCTS_DIR/WidgetFrameworkTest\n";
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj83 …2113D838200C7059E /* runtests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType…
168 4024D1E2113D838200C7059E /* runtests.sh */,
277 shellScript = "/bin/bash $SRCROOT/runtests.sh $BUILT_PRODUCTS_DIR/WidgetFrameworkTest\n";
/external/curl/tests/unit/
DREADME20 can 'cd tests' and then invoke individual unit tests with ./runtests.pl NNNN
28 using gdb by doing ./runtests.pl -g NNNN. That is, add a -g to make it start
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/lib/
Dlibffi.exp253 global runtests
258 if ![runtest_file_p $runtests $test] {
/external/libffi/testsuite/lib/
Dlibffi.exp253 global runtests
258 if ![runtest_file_p $runtests $test] {
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/
Dlibffi.exp253 global runtests
258 if ![runtest_file_p $runtests $test] {
/external/antlr/antlr-3.4/runtime/Perl5/t/
Dclasses.t9 Test::Class->runtests();
/external/vboot_reference/
Demerge_test.sh51 make runtests -j32
/external/curl/tests/data/
DCMakeLists.txt1 # Loads 'TESTCASES' from for the 'make show' target in runtests.pl

123