Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 80) sorted by relevance

1234

/art/test/024-illegal-access/
Dexpected.txt1 Got expected failure 1
2 Got expected failure 2
3 Got expected failure 3
4 Got expected failure 4
5 Got expected failure 5
/art/test/107-int-math2/src/
DMain.java897 boolean failure = false; in main()
906 failure = true; in main()
913 failure = true; in main()
920 failure = true; in main()
927 failure = true; in main()
934 failure = true; in main()
941 failure = true; in main()
948 failure = true; in main()
955 failure = true; in main()
962 failure = true; in main()
[all …]
/art/runtime/verifier/
Dmethod_verifier_test.cc45 FailureKind failure = ClassVerifier::VerifyClass( in VerifyClass() local
49 ASSERT_TRUE(failure == FailureKind::kSoftFailure || in VerifyClass()
50 failure == FailureKind::kNoFailure) << error_msg; in VerifyClass()
53 ASSERT_TRUE(failure == FailureKind::kNoFailure) << error_msg; in VerifyClass()
/art/test/600-verifier-fails/
Dinfo.txt5 soft verification failure (on the final field modification) should
6 not hide the hard verification failure (on the type mismatch) to
9 hard verification failure (not calling super in constructor) should
15 soft verification failure (cannot access) should not hide the hard
16 verification failure (non-reference type) to avoid a compiler crash
/art/test/064-field-access/
Dexpected.txt3 Got expected failure
4 Got expected failure
/art/test/106-exceptions2/src/
DMain.java199 boolean failure = false; in main()
207 failure = true; in main()
215 failure = true; in main()
223 failure = true; in main()
231 failure = true; in main()
233 System.exit(failure ? 1 : 0); in main()
/art/test/800-smali/smali/
Db_20224106.smali3 # Test that a hard + soft verifier failure in invoke-interface does not lead to
4 # an order abort (the last failure must be hard).
10 # Two failure points here:
Db_25494456.smali5 # Ensure that a type mismatch (integral/float vs reference) overrides a soft failure (because of
/art/test/105-invoke/src/
DMain.java90 boolean failure = false; in main()
96 failure = true; in main()
98 System.exit(failure ? 1 : 0); in main()
/art/test/073-mismatched-field/
Dexpected.txt1 Got expected failure
/art/test/601-method-access/
Dexpected.txt1 Got expected failure
/art/test/171-init-aste/
Dinfo.txt1 Regression test for failure to initialize dalvik.system.AnnotatedStackTraceElement.
/art/test/590-infinite-loop-with-nop/
Dinfo.txt1 Regression test for debug build check failure for infinite loop with NOP.
/art/test/032-concrete-sub/
Dexpected.txt6 Got expected failure
/art/test/921-hello-failure/
Dinfo.txt1 Tests for redefinition failure modes.
/art/test/594-load-string-regression/
Dinfo.txt2 and triggering a DCHECK() failure when merging ClinitCheck into NewInstance.
/art/test/180-native-default-method/
Dinfo.txt1 Regression test for DCHECK() failure for copying a default native method from
/art/test/952-invoke-custom/
Dexpected.txt3 linkerMethod failure type 1
5 linkerMethod failure type 2
7 linkerMethod failure type 3
/art/test/010-instance/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/015-switch/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/046-reflect/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/013-math2/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/039-join-main/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/027-arithmetic/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/045-reflect-array/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic

1234