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 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/lkdtm/
H
A
D
stackleak.c
19
bool
test_failed
= false;
in lkdtm_STACKLEAK_ERASING()
local
38
test_failed
= true;
in lkdtm_STACKLEAK_ERASING()
59
test_failed
= true;
in lkdtm_STACKLEAK_ERASING()
71
test_failed
= true;
in lkdtm_STACKLEAK_ERASING()
76
if (
test_failed
) {
in lkdtm_STACKLEAK_ERASING()
/kernel/linux/linux-6.6/drivers/misc/lkdtm/
H
A
D
stackleak.c
37
bool
test_failed
= false;
in check_stackleak_irqoff()
local
49
test_failed
= true;
in check_stackleak_irqoff()
56
test_failed
= true;
in check_stackleak_irqoff()
94
test_failed
= true;
in check_stackleak_irqoff()
116
if (
test_failed
) {
in check_stackleak_irqoff()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/bti/
H
A
D
test.c
26
static unsigned int
test_failed
;
variable
67
putnum(
test_failed
);
in print_summary()
129
test_failed
++;
in __do_test()
225
if (
test_failed
)
in start()
/kernel/linux/linux-5.10/lib/
H
A
D
test_vmalloc.c
424
int
test_failed
;
member
495
per_cpu_test_data[t->cpu][index].
test_failed
++;
in test_func()
599
per_cpu_test_data[cpu][i].
test_failed
,
in do_concurrent_test()
/kernel/linux/linux-6.6/lib/
H
A
D
test_vmalloc.c
418
int
test_failed
;
member
478
t->data[index].
test_failed
++;
in test_func()
585
t->data[j].
test_failed
,
in do_concurrent_test()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
txtimestamp.c
99
static bool
test_failed
;
variable
148
test_failed
= true;
in validate_key()
166
test_failed
= true;
in validate_timestamp()
921
return
test_failed
;
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
txtimestamp.c
99
static bool
test_failed
;
variable
148
test_failed
= true;
in validate_key()
166
test_failed
= true;
in validate_timestamp()
921
return
test_failed
;
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_progs.c
290
bool
test_failed
= test_state->error_cnt > 0;
in dump_test_log()
local
292
bool print_test = verbose() || force_log ||
test_failed
;
in dump_test_log()
317
jsonw_bool_field(w, "failed",
test_failed
);
in dump_test_log()
Completed in 8 milliseconds