/art/test/201-built-in-except-detail-messages/src/ |
D | Main.java | 45 private static void fail() { in fail() method in Main 57 fail(); in arrayAccess() 65 fail(); in arrayAccess() 73 fail(); in arrayAccess() 81 fail(); in arrayAccess() 89 fail(); in arrayAccess() 97 fail(); in arrayAccess() 108 fail(); in arrayStore() 118 fail(); in arrayStore() 128 fail(); in arrayStore() [all …]
|
/art/test/1948-obsolete-const-method-handle/util-src/ |
D | build-classes | 17 function fail() { function 24 fail "Must have a runnable d8 binary!" 28 fail "ANDROID_BUILD_TOP is not defined. Try running 'lunch' first." 41 …SPATH}" -d "${BUILD_PATH}" Main.java art/*.java art/constmethodhandle/*.java) || fail "javac error" 43 …BUILD_PATH}" art.constmethodhandle.TestGenerator "${BUILD_PATH}" "$D8") || fail "generator failure" 45 (cd ${BUILD_PATH} && find . -name "TestGenerator*.class" | xargs rm) || fail "Cleanup failure"
|
/art/test/957-methodhandle-transforms/src/ |
D | Main.java | 52 fail("Unexpected return type for handle: " + handle + in testThrowException() 59 fail("Expected an exception of type: java.lang.IllegalArgumentException"); in testThrowException() 62 fail("Wrong exception: expected " + iae + " but was " + expected); in testThrowException() 81 fail(); in testDropArguments() 102 fail(); in testDropArguments() 118 fail(); in testDropArguments() 125 fail(); in testDropArguments() 131 fail(); in testDropArguments() 274 fail("Unexpected value: " + value); in testArrayElementGetter() 279 fail(); in testArrayElementGetter() [all …]
|
/art/test/582-checker-bce-length/src/ |
D | Main.java | 68 int fail = 0; in main() local 72 fail++; in main() 74 expectEquals(1, fail); in main() 83 fail++; in main() 85 expectEquals(1, fail); in main()
|
/art/test/956-methodhandles/src/ |
D | Main.java | 171 fail(); in testfindSpecial_invokeSuperBehaviour() 177 fail(); in testfindSpecial_invokeSuperBehaviour() 318 fail(); in testfindVirtual() 377 fail(); in testfindVirtual() 387 fail(); in testfindStatic() 392 fail(); in testfindStatic() 397 fail(); in testfindStatic() 402 fail(); in testfindStatic() 461 fail(); in testUnreflects() 472 fail(); in testUnreflects() [all …]
|
/art/tools/checker/file_format/c1visualizer/ |
D | parser.py | 46 Logger.fail("Expected output group name", fileName, lineNo) 60 Logger.fail("Empty method name in output", fileName, lineNo) 90 Logger.fail("Expected method header", fileName, lineNo) 97 Logger.fail("C1visualizer line not inside a group", fileName, lineNo) 104 Logger.fail("C1visualizer line not inside a group", fileName, lineNo)
|
D | struct.py | 53 Logger.fail("C1visualizer pass does not have a name", self.fileName, self.startLineNo) 55 Logger.fail("C1visualizer pass does not have a body", self.fileName, self.startLineNo)
|
/art/test/712-varhandle-invocations/src/ |
D | VarHandleUnitTest.java | 97 fail("Unreachable code"); in failUnreachable() 110 fail("Unexpected exception", e); in run() 115 collector.fail(lazyErrorLog.toString()); in run() 132 private void fail(String message) { in fail() method in VarHandleUnitTest 136 private void fail(String message, String detail) { in fail() method in VarHandleUnitTest 146 private void fail(String message, Exception e) { in fail() method in VarHandleUnitTest
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 76 public static void fail() throws Throwable{ in fail() method in Main.Tester 723 fail(); in main() 727 fail(); in main() 731 fail(); in main() 737 fail(); in main() 741 fail(); in main() 745 fail(); in main() 763 fail(); in testStaticGetter() 767 fail(); in testStaticGetter() 771 fail(); in testStaticGetter() [all …]
|
/art/test/021-string2/src/junit/framework/ |
D | Assert.java | 20 fail(message); in assertTrue() 46 static public void fail(String message) { in fail() method in Assert 55 static public void fail() { in fail() method in Assert 56 fail(null); in fail() 276 fail(formatted+"expected not same"); in failSame() 283 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">"); in failNotSame() 287 fail(format(message, expected, actual)); in failNotEquals()
|
/art/test/082-inline-execute/src/junit/framework/ |
D | Assert.java | 20 fail(message); in assertTrue() 46 static public void fail(String message) { in fail() method in Assert 55 static public void fail() { in fail() method in Assert 56 fail(null); in fail() 276 fail(formatted+"expected not same"); in failSame() 283 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">"); in failNotSame() 287 fail(format(message, expected, actual)); in failNotEquals()
|
/art/test/622-checker-bce-regressions/src/ |
D | Main.java | 50 fail(); in $noinline$regressionTest123284765() 70 private static void fail() { in fail() method in Main
|
/art/test/716-jli-jit-samples/src-art/ |
D | Main.java | 68 private static void fail() { in fail() method in Main 73 private static void fail(String message) { in fail() method in Main 100 fail(); in testMethodHandleCounters() 126 fail(); in testVarHandleCounters()
|
/art/test/1959-redefine-object-instrument/ |
D | info.txt | 8 of the checks fail to account for obsolete methods and can fail soundness
|
/art/test/800-smali/smali/ |
D | b_121245951_3.smali | 26 # If the lock fail at the return-void above merged into the catch 27 # handler, this will fail the class.
|
D | b_27799205_4.smali | 4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access). 34 # Test aput-object: v0[v2] = v1. Should fail for v0 not being an array.
|
D | b_27799205_5.smali | 4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access). 34 # Test aput-object: v0[v2] = v1. Should fail for v0 not being an array.
|
/art/test/636-wrong-static-access/ |
D | run | 20 exec ${RUN} $@ --verify-soft-fail
|
/art/test/674-hiddenapi/ |
D | run | 22 exec ${RUN} $@ --verify-soft-fail --no-secondary-compilation
|
/art/test/998-redefine-use-after-free/ |
D | info.txt | 11 this test will fail a DCHECK on debug builds, segfault on x86_64 hosts and have 12 redefinition of LDexCacheSmash$Transform; erroneously fail with
|
/art/tools/checker/ |
D | checker.py | 64 Logger.fail("Pass \"" + passName + "\" not found in the output") 73 Logger.fail("No source path provided") 85 Logger.fail("Source path \"" + path + "\" not found")
|
/art/test/etc/ |
D | default-build | 20 function fail() { function 27 fail 'Error: An example of how do it correctly is ./default-build "$@"' 195 fail "unknown $0 option: $1" 322 fail "Cannot merge all dex files into a single dex" 422 fail "${SMALI} produced no output." 475 fail "${SMALI} produced no output."
|
/art/test/413-regalloc-regression/ |
D | info.txt | 2 fail compiling removeElementAt in x86.
|
/art/test/535-regression-const-val/ |
D | info.txt | 1 Test a regression where SsaChecker would fail comparing raw value of IntConstant
|
/art/test/1937-transform-soft-fail/ |
D | Android.bp | 3 name: "art-run-test-1937-transform-soft-fail",
|