Home
last modified time | relevance | path

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

12

/third_party/curl/tests/data/
Dtest11694 runtests.pl
15 Verify that runtests.pl accepts an -L option
19 %SRCDIR/runtests.pl -L %SRCDIR/log/test1196-library.pl
21 # Create a simple perl snippet that lets runtests.pl
Dtest11824 runtests.pl
15 Verify that runtests.pl accepts an exclude file with the -E option
19 %SRCDIR/runtests.pl -o TESTDIR=%SRCDIR/log/data -o LOGDIR=%SRCDIR/log/log -E %SRCDIR/log/test%TESTN…
DDISABLED2 # test cases are run by runtests.pl. Just add the plain test case numbers, one
15 # of running runtests.pl as a child of itself sharing
DCMakeLists.txt22 # Loads 'TESTCASES' from for the 'make show' target in runtests.pl
Dtest128687 # The if statement is one line because runtests evaluates one line at a time.
/third_party/curl/tests/
DMakefile.am23 HTMLPAGES = testcurl.html runtests.html
24 PDFPAGES = testcurl.pdf runtests.pdf
25 MANDISTPAGES = runtests.1.dist testcurl.1.dist
27 EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl \
29 valgrind.pm ftp.pm sshserver.pl sshhelp.pm pathhelp.pm testcurl.1 runtests.1 \
65 TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
D.gitignore17 runtests.html
18 runtests.pdf
DREADME.md70 and invokes the 'runtests.pl' perl script to run all the tests. Edit the top
81 (like `./runtests.pl 3 4` to test 3 and 4 only). It also supports test case
82 ranges with 'to', as in `./runtests.pl 3 to 9` which runs the seven tests
132 runtests.pl's `-t` option will enable torture testing mode, which runs each
143 line parameters that failed. Just invoke `runtests.pl <test number> -g` and
150 runtests.pl script). They remain in there after a test run.
180 The runtests.pl script provides some hooks to allow curl to be tested on a
184 the beginning of runtests.pl for details.
190 runtests.pl script via the make `TFLAGS` variable.
DCMakeLists.txt30 # replaced by the contents of the environment variable in runtests.pl.
36 "${PERL_EXECUTABLE}" "${CMAKE_CURRENT_SOURCE_DIR}/runtests.pl"
/third_party/expat/tests/
DMakefile.am39 check_PROGRAMS = runtests runtestspp program
40 TESTS = runtests runtestspp
52 runtests.c
DMakefile.in123 check_PROGRAMS = runtests$(EXEEXT) runtestspp$(EXEEXT)
124 TESTS = runtests$(EXEEXT) runtestspp$(EXEEXT)
157 am_runtests_OBJECTS = runtests.$(OBJEXT)
183 ./$(DEPDIR)/minicheck.Po ./$(DEPDIR)/runtests.Po \
655 runtests.c
723 runtests$(EXEEXT): $(runtests_OBJECTS) $(runtests_DEPENDENCIES) $(EXTRA_runtests_DEPENDENCIES)
724 @rm -f runtests$(EXEEXT)
740 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtests.Po@am__quote@ # am--include-marker
1038 runtests.log: runtests$(EXEEXT)
1174 -rm -f ./$(DEPDIR)/runtests.Po
[all …]
/third_party/skia/third_party/externals/expat/expat/tests/
DMakefile.am39 check_PROGRAMS = runtests runtestspp program
40 TESTS = runtests runtestspp
52 runtests.c
D.gitignore8 runtests
/third_party/openssl/test/
Drun_tests.pl87 my $ret = $harness->runtests(map { abs2rel($_, rel2abs(curdir())); }
122 sub runtests { subroutine
142 Test::Harness::runtests(@_);
/third_party/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
DREADME11 # ./runtests.sh
/third_party/re2/
DMakefile252 @./runtests $(DTESTS)
255 @./runtests $(TESTS)
258 @./runtests -shared-library-path obj/so $(STESTS)
261 @./runtests $(DTESTS) $(DBIGTESTS)
264 @./runtests $(TESTS) $(BIGTESTS)
267 @./runtests -shared-library-path obj/so $(STESTS) $(SBIGTESTS)
/third_party/typescript/
DCONTRIBUTING.md67 7. Make sure everything builds and tests pass: `gulp runtests-parallel`
130 To run all tests, invoke the `runtests-parallel` target using gulp:
133 gulp runtests-parallel
139 gulp runtests --tests=<regex>
145 gulp runtests --tests=compiler
151 gulp runtests --tests=2dArrays
156 You can debug with VS Code or Node instead with `gulp runtests --inspect`:
159 gulp runtests --tests=2dArrays --inspect
DREADME.md80 gulp runtests # Run tests using the built compiler and test infrastructure.
87 gulp runtests-parallel # Like runtests, but split across multiple threads. Uses a number of threads…
89 …ne-accept # This replaces the baseline test results with the results obtained from gulp runtests.
/third_party/curl/tests/unit/
DREADME.md18 `./runtests.pl NNNN` where `NNNN` is the specific test number.
24 using gdb by doing `./runtests.pl -g NNNN`. That is, add a `-g` to make it
/third_party/glslang/
DREADME.md281 Test](gtests/), one is the [`runtests` script](Test/runtests). The former
287 The [`runtests` script](Test/runtests) requires compiled binaries to be
290 otherwise, you may want to modify the path in the `runtests` script.
308 Running `runtests` script-backed tests:
311 cd $SOURCE_DIR/Test && ./runtests
340 For the `runtests` script, it will generate current results in the
348 by `runtests` and included in the `diff` and `bump` process.
/third_party/libffi/testsuite/lib/
Dlibffi.exp451 global runtests
456 if ![runtest_file_p $runtests $test] {
/third_party/skia/third_party/externals/expat/expat/
DCMakeLists.txt521 add_executable(runtests tests/runtests.c ${test_SRCS}) target
522 set_property(TARGET runtests PROPERTY RUNTIME_OUTPUT_DIRECTORY tests)
523 expat_add_test(runtests $<TARGET_FILE:runtests>)
530 target_link_libraries(runtests ${LIB_BSD})
/third_party/expat/
DCMakeLists.txt521 add_executable(runtests tests/runtests.c ${test_SRCS}) target
522 set_property(TARGET runtests PROPERTY RUNTIME_OUTPUT_DIRECTORY tests)
523 expat_add_test(runtests $<TARGET_FILE:runtests>)
530 target_link_libraries(runtests ${LIB_BSD})
/third_party/curl/
DRELEASE-NOTES135 o runtests: also find the last test in Makefile.inc [66]
136 o runtests: enable 'hyper mode' only for HTTP tests [34]
137 o runtests: init $VERSION to avoid warnings when using -l
138 o runtests: parse data/Makefile.inc instead of using make [38]
139 o runtests: skip disabled tests unless -f is used [82]

12