/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/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/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/1967-get-set-local-bad-slot/ |
D | expected.txt | 2 "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/ |
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/tools/ |
D | parallel_run.py | 64 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)
|
D | libcore_failures.txt | 249 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…
|
/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… 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/ |
D | expected.txt | 5 …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/ |
D | Main.java | 67 boolean failed = false; in assertAllEquals() 71 failed = true; in assertAllEquals() 75 if (failed) { in assertAllEquals()
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 125 bool failed = false; in CheckObjdumpOutput() local 131 failed = true; in CheckObjdumpOutput() 135 failed = true; in CheckObjdumpOutput() 142 if (failed) { in CheckObjdumpOutput()
|
/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/1966-get-set-local-objects-no-table/ |
D | expected.txt | 32 …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/476-clinit-inline-static-invoke/ |
D | info.txt | 2 failed to emit a prior initialization check of the method's declaring
|
/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/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… 104 "SetTestClass2" on public static void art.Test1913.NullInterfaceMethod(java.lang.Runnable) failed t… [all …]
|
/art/test/1939-proxy-frames/ |
D | expected.txt | 4 … abstract void art.Test1939$Foo.InterfaceProxyMethod(java.lang.Runnable) failed due to JVMTI_ERROR…
|
/art/build/apex/ |
D | art_apex_test.py | 1043 failed = False 1049 failed = True 1054 return 1 if failed else 0 1073 failed = False 1093 failed = True 1098 failed = art_apex_test_main(test_args) != 0 1100 if 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/runtime/interpreter/mterp/arm/ |
D | other.S | 182 cmp r0, #0 @ failed?
|