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:test_failed
(Results
1 - 16
of
16
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
test-suite
307
test_failed
=0
411
test_failed
=1
418
test_failed
=1
425
test_failed
=1
431
test_failed
=1
438
test_failed
=1
445
test_failed
=1
452
test_failed
=1
457
if [ "$
test_failed
" -eq "1" ]; then
464
if [ "$
test_failed
"
[all...]
/third_party/unity/auto/
H
A
D
parse_output.rb
47
@
test_failed
= 0
78
heading = "<testsuite name=#{xml_encode_s(@real_test_suite_name)} tests=\"#{@total_tests}\" failures=\"#{@
test_failed
}\" skips=\"#{@test_ignored}\">"
189
def
test_failed
(array)
method in ParseOutput
274
@
test_failed
= 0
315
@
test_failed
+= 1
325
test_failed
(line_array)
326
@
test_failed
+= 1
340
test_failed
(line_array)
341
@
test_failed
+= 1
351
@total_tests = @test_passed + @
test_failed
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H
A
D
main.cpp
68
bool
test_failed
= false;
variable
81
if (output_offset == output_size && !test_skipped && !
test_failed
)
in write_test()
91
if (
test_failed
|| test_skipped) {
in write_test()
92
const char *res =
test_failed
? "failed" : "skipped";
in write_test()
112
test_failed
= false;
in set_variant()
126
test_failed
= true;
in fail_test()
149
test_failed
= false;
in run_test()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H
A
D
7-1.c
28
int
test_failed
= 0;
in a_thread_func()
local
54
test_failed
= 1;
in a_thread_func()
60
test_failed
= 1;
in a_thread_func()
66
if (
test_failed
!= 0) {
in a_thread_func()
/third_party/jerryscript/tests/jerry/es2015/
H
A
D
builtin-objects-accessor-property-configurable.js
15
var
test_failed
= false;
variable
21
test_failed
= true;
48
assert (!
test_failed
);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/
H
A
D
1-1.c
39
int i,
test_failed
= 0;
in main()
local
52
test_failed
= 1;
in main()
56
if (
test_failed
== 1) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigfillset/
H
A
D
1-1.c
22
int i,
test_failed
= 0;
in main()
local
50
test_failed
= 1;
in main()
54
if (
test_failed
== 1) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
H
A
D
7-1.c
27
int i, j,
test_failed
= 0;
in main()
local
52
test_failed
= 1;
in main()
58
if (
test_failed
!= 0) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H
A
D
7-1.c
35
static volatile int
test_failed
;
variable
42
test_failed
= 1;
in myhandler()
80
if (
test_failed
== 1) {
in main()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H
A
D
esextcGeometryShaderLayeredRenderingFBONoAttachment.cpp
332
glw::GLboolean
test_failed
= false;
in iterate()
local
336
for (unsigned int n_test_iteration = 0; n_test_iteration < 2 && !
test_failed
; ++n_test_iteration)
in iterate()
373
for (int n_layer = 0; n_layer < m_n_layers && !
test_failed
; ++n_layer)
in iterate()
410
test_failed
= true;
in iterate()
421
if (
test_failed
)
in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H
A
D
esextcGPUShader5SSBOArrayIndexing.cpp
187
bool
test_failed
= false;
in iterate()
local
204
test_failed
= true;
in iterate()
211
if (
test_failed
)
in iterate()
H
A
D
esextcGPUShader5PreciseQualifier.cpp
281
glw::GLboolean
test_failed
= false;
in iterate()
local
342
test_failed
= true;
in iterate()
347
if (
test_failed
)
in iterate()
H
A
D
esextcGPUShader5FmaPrecision.cpp
348
glw::GLboolean
test_failed
= true;
in iterate()
local
350
for (glw::GLuint roundingMode = 0;
test_failed
&& roundingMode < 2; ++roundingMode)
in iterate()
384
test_failed
= false;
in iterate()
389
if (
test_failed
)
in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H
A
D
esextcTessellationShaderMaxPatchVertices.cpp
666
bool
test_failed
= false;
in compareResults()
local
681
test_failed
= true;
in compareResults()
689
return !
test_failed
;
in compareResults()
715
bool
test_failed
= false;
in compareResults()
local
729
test_failed
= true;
in compareResults()
737
return !
test_failed
;
in compareResults()
/third_party/ltp/lib/newlib_tests/shell/
H
A
D
test_timeout.sh
48
# -
test_failed
: The number of failed tests parsed from the summary
150
if [ $exp_failed -ne -1 ] && [ $exp_failed -ne $
test_failed
]; then
151
echo "FAILED (failed: $
test_failed
, expected $exp_failed)"
/third_party/cJSON/tests/unity/auto/
H
A
D
parse_output.rb
104
def
test_failed
(array)
method in ParseOutput
172
test_failed
(line_array)
Completed in 7 milliseconds