Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ignore_tests
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/test/libregrtest/
H
A
D
cmdline.py
168
self.
ignore_tests
= None
246
dest='
ignore_tests
', action='append',
435
if ns.
ignore_tests
is None:
436
ns.
ignore_tests
= []
439
ns.
ignore_tests
.append(line.strip())
H
A
D
runtest.py
191
support.set_match_tests(ns.match_tests, ns.
ignore_tests
)
H
A
D
main.py
306
support.set_match_tests(self.ns.match_tests, self.ns.
ignore_tests
)
/third_party/ffmpeg/tests/
H
A
D
fate.sh
51
${
ignore_tests
:+--ignore-tests="$
ignore_tests
"} \
/third_party/python/Lib/test/
H
A
D
test_regrtest.py
170
self.assertEqual(ns.
ignore_tests
, ['pattern'])
181
self.assertEqual(ns.
ignore_tests
,
/third_party/ffmpeg/
H
A
D
configure
2576
ignore_tests
7589
if test -n "$
ignore_tests
"; then
7590
ignore_tests
=$(echo $
ignore_tests
| tr ',' ' ')
7592
echo $
ignore_tests
| print_in_columns
7771
IGNORE_TESTS=$
ignore_tests
Completed in 12 milliseconds