OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:failed
(Results
276 - 300
of
20584
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/compiler-rt/test/tsan/
longjmp.cc
21
printf("
FAILED
\n");
25
// CHECK-NOT:
FAILED
longjmp2.cc
23
printf("
FAILED
\n");
27
// CHECK-NOT:
FAILED
real_deadlock_detector_stress_test.cc
31
printf("SOMETHING HAS
FAILED
\n");
72
fprintf(stderr, "pthread_rwlock_init
failed
with %d\n", err);
76
fprintf(stderr, "init commit
failed
\n");
84
bool
failed
= false;
local
88
fprintf(stderr, "pthread_rwlock_wrlock
failed
with %d\n", err);
94
fprintf(stderr, "pthread_rwlock_rdlock
failed
with %d\n", err);
101
fprintf(stderr, "pthread_rwlock_trywrlock
failed
with %d\n", err);
104
failed
= err == EBUSY;
109
fprintf(stderr, "pthread_rwlock_tryrdlock
failed
with %d\n", err);
112
failed
= err == EBUSY
[
all
...]
/external/dbus/test/name-test/
run-test.sh
34
${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-ids || die "test-ids
failed
"
37
${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-dispatch || die "test-pending-call-dispatch
failed
"
40
${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-timeout || die "test-pending-call-timeout
failed
"
43
${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-threads-init || die "test-threads-init
failed
"
46
${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-privserver-client || die "test-privserver-client
failed
"
49
${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-shutdown || die "test-shutdown
failed
"
55
echo "
Failed
test-activation-forking"
60
${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-autolaunch || die "test-autolaunch
failed
"
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
runtests.sh
41
# Now execute each one in turn keeping track of how many succeeded and
failed
.
43
failed
=0
51
failed
=$((
failed
+ 1 ))
57
echo "Tests complete with $succeeded successes and $
failed
failures."
58
if [ $
failed
-ne 0 ]; then
59
echo "The following tests
failed
:"
62
exit $
failed
/external/google-breakpad/src/testing/gtest/xcode/Scripts/
runtests.sh
44
# Now execute each one in turn keeping track of how many succeeded and
failed
.
46
failed
=0
54
failed
=$((
failed
+ 1 ))
60
echo "Tests complete with $succeeded successes and $
failed
failures."
61
if [ $
failed
-ne 0 ]; then
62
echo "The following tests
failed
:"
65
exit $
failed
/external/icu/android_icu4j/src/main/java/android/icu/impl/
Assert.java
22
if (!val) throw new IllegalStateException("assert
failed
");
25
if (!val) throw new IllegalStateException("assert '" + msg + "'
failed
");
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Assert.java
18
if (!val) throw new IllegalStateException("assert
failed
");
21
if (!val) throw new IllegalStateException("assert '" + msg + "'
failed
");
/external/junit/src/org/junit/runner/manipulation/
Sortable.java
4
* Interface for runners that allow sorting of tests. By sorting tests based on when they last
failed
, most recently
5
*
failed
first, you can reduce the average time to the first test failing. Test sorting should not be used to
/external/libchrome/sandbox/win/src/
sandbox_types.h
34
//
Failed
to create the alternate desktop.
36
//
Failed
to create the alternate window station.
38
//
Failed
to switch back to the interactive window station.
46
// Initializing or updating ProcThreadAttributes
failed
.
59
SBOX_FATAL_FLUSHANDLES = 7008, //
Failed
to flush registry handles.
60
SBOX_FATAL_CACHEDISABLE = 7009, //
Failed
to forbid HCKU caching.
61
SBOX_FATAL_CLOSEHANDLES = 7010, //
Failed
to close pending handles.
64
SBOX_FATAL_WARMUP = 7013, //
Failed
to warmup.
/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
reference_types.fail.cpp
28
any_cast<int &>(&a); // expected-error@experimental/any:* 1 {{static_assert
failed
"_ValueType may not be a reference."}}
29
any_cast<int &&>(&a); // expected-error@experimental/any:* 1 {{static_assert
failed
"_ValueType may not be a reference."}}
30
any_cast<int const &>(&a); // expected-error@experimental/any:* 1 {{static_assert
failed
"_ValueType may not be a reference."}}
31
any_cast<int const&&>(&a); // expected-error@experimental/any:* 1 {{static_assert
failed
"_ValueType may not be a reference."}}
33
any_cast<int &>(&a2); // expected-error@experimental/any:* 1 {{static_assert
failed
"_ValueType may not be a reference."}}
34
any_cast<int &&>(&a2); // expected-error@experimental/any:* 1 {{static_assert
failed
"_ValueType may not be a reference."}}
35
any_cast<int const &>(&a2); // expected-error@experimental/any:* 1 {{static_assert
failed
"_ValueType may not be a reference."}}
36
any_cast<int const &&>(&a2); // expected-error@experimental/any:* 1 {{static_assert
failed
"_ValueType may not be a reference."}}
/external/pcre/dist/testdata/
testoutput26
8
Failed
: character value in \x{} or \o{} is too large at offset 9
11
Failed
: character value in \x{} or \o{} is too large at offset 10
/external/protobuf/gtest/xcode/Samples/FrameworkSample/
runtests.sh
41
# Now execute each one in turn keeping track of how many succeeded and
failed
.
43
failed
=0
51
failed
=$((
failed
+ 1 ))
57
echo "Tests complete with $succeeded successes and $
failed
failures."
58
if [ $
failed
-ne 0 ]; then
59
echo "The following tests
failed
:"
62
exit $
failed
/external/protobuf/gtest/xcode/Scripts/
runtests.sh
44
# Now execute each one in turn keeping track of how many succeeded and
failed
.
46
failed
=0
54
failed
=$((
failed
+ 1 ))
60
echo "Tests complete with $succeeded successes and $
failed
failures."
61
if [ $
failed
-ne 0 ]; then
62
echo "The following tests
failed
:"
65
exit $
failed
/external/testng/src/test/java/test/conffailure/
ClassWithFailedBeforeTestClassVerification.java
12
// Should be run even though ClassWithFailedBeforeTestClass
failed
in its configuration
18
// Should be run even though ClassWithFailedBeforeTestClass
failed
in its configuration
/external/tlsdate/tests/
common.sh
28
failed
() {
function
29
echo "
failed
" > "$(mydir)"/"result"
/external/toybox/toys/lsb/
hostname.c
26
perror_exit("set
failed
'%s'", hostname);
28
if (gethostname(toybuf, sizeof(toybuf))) perror_exit("get
failed
");
/external/valgrind/memcheck/tests/
buflen_check.stderr.exp
11
getsockname(1)
failed
12
getsockname(2)
failed
/external/valgrind/none/tests/scripts/
shell.stderr.exp
3
execve(0x........(./shell_badinterp), 0x........, 0x........)
failed
, errno 2
4
EXEC
FAILED
: I can't recover from execve() failing, so I'm dying.
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/
runtests.sh
41
# Now execute each one in turn keeping track of how many succeeded and
failed
.
43
failed
=0
51
failed
=$((
failed
+ 1 ))
57
echo "Tests complete with $succeeded successes and $
failed
failures."
58
if [ $
failed
-ne 0 ]; then
59
echo "The following tests
failed
:"
62
exit $
failed
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Scripts/
runtests.sh
44
# Now execute each one in turn keeping track of how many succeeded and
failed
.
46
failed
=0
54
failed
=$((
failed
+ 1 ))
60
echo "Tests complete with $succeeded successes and $
failed
failures."
61
if [ $
failed
-ne 0 ]; then
62
echo "The following tests
failed
:"
65
exit $
failed
/frameworks/compile/mclinker/include/mcld/LD/
DiagLDScript.inc
11
"Assertion
failed
: %0\n",
12
"Assertion
failed
: %0\n")
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
int4.rs
8
bool
failed
= false;
22
if (
failed
) {
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
int4.rs
8
bool
failed
= false;
22
if (
failed
) {
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
check_dims.rs
18
bool
failed
= rsGetElementAt_uchar(aFailed, 0);
19
if (
failed
) {
Completed in 412 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>