Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 29) sorted by relevance

12

/art/runtime/
Dverify_object.cc35 bool failed = !IsAligned<kObjectAlignment>(obj.Ptr()); in VerifyObjectImpl() local
36 if (!failed) { in VerifyObjectImpl()
38 failed = failed || !IsAligned<kObjectAlignment>(c); in VerifyObjectImpl()
39 failed = failed || !VerifyClassClass(c); in VerifyObjectImpl()
41 if (UNLIKELY(failed)) { in VerifyObjectImpl()
Dcha.cc303 auto construct_parent_chain = [](ObjPtr<mirror::Class> failed, ObjPtr<mirror::Class> in) in VerifyNonSingleImplementation()
306 while (in != failed) { in VerifyNonSingleImplementation()
/art/test/dexdump/
Drun-all-tests91 failed=0
103 ((failed += 1))
104 echo failed: ${cmd}
112 echo "failed: ${failed} test(s)"
120 if [ "${failed}" != "0" ]; then
121 echo failed
/art/test/1967-get-set-local-bad-slot/
Dexpected.txt2 "GetInt_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due to…
5 "GetLong_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due t…
8 "GetObject_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due…
11 "SetInt_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to set…
14 "SetLong_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to se…
17 "SetObject_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to …
20 "GetInt_at_negative" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due to…
23 "GetLong_at_negative" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due t…
26 "GetObject_at_negative" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due…
29 "SetInt_at_negative" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to set…
[all …]
/art/test/954-invoke-polymorphic-verifier/
Dexpected.txt1 …ejected class MethodHandleNotInvoke: void MethodHandleNotInvoke.<init>() failed to verify: void Me…
2 … rejected class MethodHandleToString: void MethodHandleToString.<init>() failed to verify: void Me…
3 java.lang.VerifyError: Verifier rejected class NonReference: void NonReference.<init>() failed to v…
4 …: Verifier rejected class TooFewArguments: void TooFewArguments.<init>() failed to verify: void To…
5 …Verifier rejected class TooManyArguments: void TooManyArguments.<init>() failed to verify: void To…
6 java.lang.VerifyError: Verifier rejected class BadThis: void BadThis.<init>() failed to verify: voi…
7 …d class FakeSignaturePolymorphic: void FakeSignaturePolymorphic.<init>() failed to verify: void Fa…
8 …erFakeSignaturePolymorphic: void BetterFakeSignaturePolymorphic.<init>() failed to verify: void Be…
10 java.lang.VerifyError: Verifier rejected class Unresolved: void Unresolved.<init>() failed to verif…
12 …ssors.compareAndExchange(java.lang.invoke.VarHandle, java.lang.Object[]) failed to verify: void Va…
[all …]
/art/tools/
Dparallel_run.py64 failed = [d for d,r in done if r != 0]
68 if len(failed) != 0:
72 if len(failed) != 1:
73 for f,i in zip(failed, range(len(failed))):
76 shutil.copyfile(failed[0], args.out)
Dlibcore_failures.txt249 description: "Test fails on host with `socket failed: EACCES (Permission denied)`",
255 …ails on host with: `/home/dalvik-prebuild/jaxen/xml/test/tests.xml: open failed: ENOENT (No such f…
260 …`/home/dalvik-prebuild/OASIS/XSLT-Conformance-TC/TESTS/catalog.xml: open failed: ENOENT (No such f…
Dart608 echo "Profile run failed: " >&2
629 # Do not continue if the dex2oat failed.
/art/build/
DAndroid.common_test.mk48 (mkdir -p $(ART_HOST_TEST_DIR)/failed/ && touch $(ART_HOST_TEST_DIR)/failed/$(1) && \
89 ([ -d $(ART_HOST_TEST_DIR)/failed/ ] \
90 && (echo -e "\e[91mFAILING TESTS\e[0m" >&2 && ls -1 $(ART_HOST_TEST_DIR)/failed/ >&2) \
92 && ([ ! -d $(ART_HOST_TEST_DIR)/failed/ ] && rm -r $(ART_HOST_TEST_DIR) \
100 && ([ ! -d $(ART_HOST_TEST_DIR)/failed/ ] || [ $(ART_TEST_KEEP_GOING) = true ])\
103 && ([ -d $(ART_HOST_TEST_DIR)/failed/ ] \
/art/test/1912-get-set-local-primitive/
Dexpected.txt5 "GetLong" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERRO…
8 "GetFloat" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERR…
11 "GetDouble" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ER…
14 "GetObject" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ER…
20 "SetLong" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 9223…
23 "SetFloat" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 9.2…
26 "SetDouble" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 12…
29 "SetObject" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value NE…
32 "SetNullObject" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set valu…
35 "GetInt" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_ERRO…
[all …]
/art/test/1965-get-set-local-primitive-no-tables/
Dexpected.txt5 …65.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) failed due to JVMTI_ERROR…
11 …65.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) failed due to JVMTI_ERROR…
14 …65.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) failed due to JVMTI_ERROR…
20 …65.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) failed to set value 92233…
26 …65.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) failed to set value 12.4 …
29 …65.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) failed to set value NEW_V…
32 …65.IntMethod(java.util.function.IntConsumer,java.util.function.Consumer) failed to set value null …
35 …5.LongMethod(java.util.function.IntConsumer,java.util.function.Consumer) failed due to JVMTI_ERROR…
41 …5.LongMethod(java.util.function.IntConsumer,java.util.function.Consumer) failed due to JVMTI_ERROR…
47 …5.LongMethod(java.util.function.IntConsumer,java.util.function.Consumer) failed due to JVMTI_ERROR…
[all …]
/art/test/1986-structural-redefine-multi-thread-stack-scope/src/
DMain.java67 boolean failed = false; in assertAllEquals()
71 failed = true; in assertAllEquals()
75 if (failed) { in assertAllEquals()
/art/test/540-checker-rtp-bug/
Dexpected.txt1 instanceof failed
/art/test/998-redefine-use-after-free/
Dinfo.txt4 bug if there had been an attempted redefinition that failed due to a
7 dex-file as the failed redefinition.
/art/test/1966-get-set-local-objects-no-table/
Dexpected.txt32 …t_test.TestCases1966.CastInterfaceMethod(java.util.function.IntConsumer) failed to set value TestC…
35 …t_test.TestCases1966.CastInterfaceMethod(java.util.function.IntConsumer) failed to set value TestC…
50 …d art_test.TestCases1966.CastExactMethod(java.util.function.IntConsumer) failed to set value TestC…
53 …d art_test.TestCases1966.CastExactMethod(java.util.function.IntConsumer) failed to set value TestC…
68 …d art_test.TestCases1966.InterfaceMethod(java.util.function.IntConsumer) failed to set value TestC…
86 … art_test.TestCases1966.ExactClassMethod(java.util.function.IntConsumer) failed to set value TestC…
89 … art_test.TestCases1966.ExactClassMethod(java.util.function.IntConsumer) failed to set value TestC…
92 …d art_test.TestCases1966.PrimitiveMethod(java.util.function.IntConsumer) failed due to JVMTI_ERROR…
95 …d art_test.TestCases1966.PrimitiveMethod(java.util.function.IntConsumer) failed to set value null …
98 …d art_test.TestCases1966.PrimitiveMethod(java.util.function.IntConsumer) failed to set value TestC…
[all …]
/art/test/719-dm-verify-redefinition/
Dexpected.txt1 Fast verification failed: Class LRedefined; redefines a class in the classpath
/art/test/476-clinit-inline-static-invoke/
Dinfo.txt2 failed to emit a prior initialization check of the method's declaring
/art/test/042-new-instance/
Dexpected.txt5 Cons LocalClass failed as expected
/art/test/1913-get-set-local-objects/
Dexpected.txt32 "SetTestClass2" on public static void art.Test1913.InterfaceMethod(java.lang.Runnable) failed to se…
50 "SetTestClass2" on public static void art.Test1913.SpecificClassMethod(java.lang.Runnable) failed t…
53 … public static void art.Test1913.SpecificClassMethod(java.lang.Runnable) failed to set value TestC…
56 "GetGetObject" on public static void art.Test1913.PrimitiveMethod(java.lang.Runnable) failed due to…
59 "SetNull" on public static void art.Test1913.PrimitiveMethod(java.lang.Runnable) failed to set valu…
62 "SetTestClass1" on public static void art.Test1913.PrimitiveMethod(java.lang.Runnable) failed to se…
65 "SetTestClass1ext" on public static void art.Test1913.PrimitiveMethod(java.lang.Runnable) failed to…
68 "SetTestClass2" on public static void art.Test1913.PrimitiveMethod(java.lang.Runnable) failed to se…
71 "SetTestClass2impl" on public static void art.Test1913.PrimitiveMethod(java.lang.Runnable) failed t…
104 "SetTestClass2" on public static void art.Test1913.NullInterfaceMethod(java.lang.Runnable) failed t…
[all …]
/art/test/1948-obsolete-const-method-handle/util-src/
Dbuild-classes18 echo Build failed: $1 1>&2
/art/test/1939-proxy-frames/
Dexpected.txt4 … abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) failed due to JVMTI_ERROR…
/art/test/134-nodex2oat-nofallback/
Dexpected.txt23 …filename for reading: No such file or directory) (no dalvik_cache availible) and relocation failed.
54 …filename for reading: No such file or directory) (no dalvik_cache availible) and relocation failed.
/art/build/apex/
Dart_apex_test.py1212 failed = False
1218 failed = True
1223 return 1 if failed else 0
1242 failed = False
1262 failed = True
1267 failed = art_apex_test_main(test_args) != 0
1269 if failed:
/art/dt_fd_forward/
Ddt_fd_forward.cc320 bool failed = false; in ReceiveFdsFromSocket() local
325 failed = true; in ReceiveFdsFromSocket()
332 failed = true; in ReceiveFdsFromSocket()
335 if (failed) { in ReceiveFdsFromSocket()
/art/tools/bisection_search/
DREADME.md69 --timeout TIMEOUT if timeout seconds pass assume test failed

12