Searched refs:failed (Results 1 – 23 of 23) sorted by relevance
/art/runtime/ |
D | verify_object.cc | 35 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()
|
D | cha.cc | 303 auto construct_parent_chain = [](ObjPtr<mirror::Class> failed, ObjPtr<mirror::Class> in) in VerifyNonSingleImplementation() 306 while (in != failed) { in VerifyNonSingleImplementation()
|
/art/test/dexdump/ |
D | run-all-tests | 91 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/954-invoke-polymorphic-verifier/ |
D | expected.txt | 1 …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/build/ |
D | Android.common_test.mk | 48 (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/ |
D | expected.txt | 5 "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… 17 "SetLong" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 9223… 20 "SetFloat" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 9.2… 23 "SetDouble" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed to set value 12… 26 "GetInt" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_ERRO… 32 "GetFloat" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_ER… 35 "GetDouble" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_E… 38 "SetInt" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed to set value 2147… [all …]
|
/art/test/540-checker-rtp-bug/ |
D | expected.txt | 1 instanceof failed
|
/art/test/998-redefine-use-after-free/ |
D | info.txt | 4 bug if there had been an attempted redefinition that failed due to a 7 dex-file as the failed redefinition.
|
/art/test/719-dm-verify-redefinition/ |
D | expected.txt | 1 Fast verification failed: Class LRedefined; redefines a class in the classpath
|
/art/test/476-clinit-inline-static-invoke/ |
D | info.txt | 2 failed to emit a prior initialization check of the method's declaring
|
/art/test/1913-get-set-local-objects/ |
D | expected.txt | 32 "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…
|
/art/test/042-new-instance/ |
D | expected.txt | 5 Cons LocalClass failed as expected
|
/art/test/1948-obsolete-const-method-handle/util-src/ |
D | build-classes | 18 echo Build failed: $1 1>&2
|
/art/build/apex/ |
D | art_apex_test.py | 743 failed = False 749 failed = True 754 return 1 if failed else 0 773 failed = False 791 failed = True 796 failed = art_apex_test_main(test_args) != 0 798 if failed:
|
/art/test/1939-proxy-frames/ |
D | expected.txt | 4 … abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) failed due to JVMTI_ERROR…
|
/art/test/134-nodex2oat-nofallback/ |
D | expected.txt | 23 …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/dt_fd_forward/ |
D | dt_fd_forward.cc | 320 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/ |
D | README.md | 69 --timeout TIMEOUT if timeout seconds pass assume test failed
|
/art/tools/ |
D | art | 581 echo "Profile run failed: " >&2 602 # Do not continue if the dex2oat failed.
|
/art/runtime/interpreter/mterp/arm/ |
D | other.S | 182 cmp r0, #0 @ failed?
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1259 beqzc $t2, .Lretry_lock # store failed, retry 1328 beqzc $t2, .Lretry_unlock # store failed, retry 1339 beqzc $t2, .Lretry_unlock # store failed, retry
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 704 cbnz r2, .Llock_strex_fail @ If store failed, retry. 784 cbnz r2, .Lunlock_strex_fail @ If the store failed, retry.
|
/art/runtime/gc/ |
D | heap.cc | 3201 VerifyReferenceCardVisitor(Heap* heap, bool* failed) in VerifyReferenceCardVisitor() argument 3204 : heap_(heap), failed_(failed) { in VerifyReferenceCardVisitor()
|