OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTS
(Results
26 - 47
of
47
) sorted by null
1
2
/external/stlport/test/eh/
sunpro42.mak
29
TESTS
= $(LIST:%.cpp=%.out)
gcc-amigaos-m68k.mak
28
TESTS
= $(LIST:%.cpp=%.out)
cygwin.mak
27
TESTS
= $(LIST:%.cpp=%.out)
djgpp.mak
27
TESTS
= $(LIST:%.cpp=%.out)
gcc-99r1.mak
27
TESTS
= $(LIST:%.cpp=%.out)
gcc-apple-macosx.mak
28
TESTS
= $(LIST:%.cpp=%.out)
gcc-freebsd.mak
28
TESTS
= $(LIST:%.cpp=%.out)
gcc-hp11.mak
28
TESTS
= $(LIST:%.cpp=%.out)
gcc-irix.mak
28
TESTS
= $(LIST:%.cpp=%.out)
gcc-linux.mak
28
TESTS
= $(LIST:%.cpp=%.out)
gcc-netbsd.mak
28
TESTS
= $(LIST:%.cpp=%.out)
gcc.mak
28
TESTS
= $(LIST:%.cpp=%.out)
hpacc.mak
27
TESTS
= $(LIST:%.cpp=%.out)
mingw32.mak
27
TESTS
= $(LIST:%.cpp=%.out)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator_unittest.py
29
"""Unit
tests
for json_results_generator.py."""
125
self.assertTrue(JRG.
TESTS
in buildinfo)
155
tests
= buildinfo[JRG.
TESTS
]
157
self.assertTrue(test_name in
tests
)
158
test =
tests
[test_name]
json_results_generator.py
40
# A JSON results generator for generic
tests
.
98
"""A JSON results generator for generic
tests
."""
104
# Note that in non-chromium
tests
those chars are used to indicate
123
TESTS
= "
tests
"
160
repositories that
tests
rely on. The SVN revision will be
163
test_type: test type string (e.g. 'layout-
tests
').
200
tests
= {}
204
tests
[test] = {}
205
tests
[test]['time_ms'] = int(1000 * time_seconds
[
all
...]
json_layout_results_generator.py
38
"""A JSON results generator for layout
tests
."""
145
test_results = results_for_builder[self.
TESTS
]
176
def _normalize_results_json(self, test, test_name,
tests
):
178
test, test_name,
tests
)
180
# Remove
tests
that don't exist anymore.
184
del
tests
[test_name]
/external/elfutils/tests/
Makefile.am
34
TESTS
= run-arextract.sh run-arsymtest.sh newfile test-nlist \
Makefile
2
#
tests
/Makefile. Generated from Makefile.in by configure.
52
subdir =
tests
311
TESTS
= run-arextract.sh run-arsymtest.sh newfile test-nlist \
384
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits
tests
/Makefile'; \
386
$(AUTOMAKE) --gnits
tests
/Makefile
602
check-
TESTS
: $(
TESTS
)
605
list='$(
TESTS
)'; \
642
banner="All $$all
tests
passed"; \
644
banner="All $$all
tests
behaved as expected ($$xfail expected failures)";
[
all
...]
/external/chromium/sdch/open-vcdiff/
Makefile.am
40
## Binary and script unit
tests
you want to run when people type 'make check'.
41
##
Tests
are added one by one to these lists in the RULES sections.
61
# gtest (Google Test): Used for unit
tests
only
215
TESTS
= $(check_PROGRAMS) $(check_SCRIPTS)
216
## TESTS_ENVIRONMENT sets environment variables for when you run unit
tests
,
217
## but it only seems to take effect for *binary* unit
tests
(argh!)
/external/protobuf/src/
Makefile.am
205
#
Tests
==============================================================
301
# Disable optimization for
tests
unless the user explicitly asked for it,
379
TESTS
= protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
/external/bison/tests/
testsuite
605
Usage: $0 [OPTION]... [VARIABLE=VALUE]... [
TESTS
]
607
Run all the
tests
, or the selected
TESTS
, and save a detailed log file.
627
-l, --list describes all the
tests
, or the selected
TESTS
633
select the
tests
matching all the comma separated KEYWORDS
640
-x, --trace enable
tests
shell tracing
649
# List of
tests
.
849
## Running the
tests
. ##
898
# Skip
tests
we already run (using --keywords makes it easy to ge
[
all
...]
Completed in 162 milliseconds
1
2