/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 | 162 fail(); in testfindSpecial_invokeSuperBehaviour() 168 fail(); in testfindSpecial_invokeSuperBehaviour() 309 fail(); in testfindVirtual() 368 fail(); in testfindVirtual() 378 fail(); in testfindStatic() 383 fail(); in testfindStatic() 388 fail(); in testfindStatic() 393 fail(); in testfindStatic() 452 fail(); in testUnreflects() 463 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) 72 Logger.fail("Expected method header", fileName, lineNo) 79 Logger.fail("C1visualizer line not inside a group", fileName, lineNo) 86 Logger.fail("C1visualizer line not inside a group", fileName, lineNo)
|
D | struct.py | 47 Logger.fail("C1visualizer pass does not have a name", self.fileName, self.startLineNo) 49 Logger.fail("C1visualizer pass does not have a body", self.fileName, self.startLineNo)
|
/art/runtime/jdwp/ |
D | jdwp_socket.cc | 126 goto fail; in SocketStartup() 135 goto fail; in SocketStartup() 150 goto fail; in SocketStartup() 157 goto fail; in SocketStartup() 162 fail: in SocketStartup() 442 goto fail; in ProcessIncoming() 451 goto fail; in ProcessIncoming() 474 goto fail; in ProcessIncoming() 481 goto fail; in ProcessIncoming() 505 goto fail; in ProcessIncoming() [all …]
|
D | jdwp_adb.cc | 402 goto fail; in ProcessIncoming() 407 goto fail; in ProcessIncoming() 428 goto fail; in ProcessIncoming() 435 goto fail; in ProcessIncoming() 459 goto fail; in ProcessIncoming() 466 goto fail; in ProcessIncoming() 480 fail: in ProcessIncoming()
|
/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/tools/ |
D | run-gtests.sh | 28 function fail { function 37 …H= ANDROID_ROOT='/system' ANDROID_RUNTIME_ROOT=/system ANDROID_TZDATA_ROOT='/system' $i" || fail $i
|
/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/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/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/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/1959-redefine-object-instrument/ |
D | info.txt | 8 of the checks fail to account for obsolete methods and can fail sanity
|
/art/test/952-invoke-custom/src/ |
D | Main.java | 27 fail(); in TestUninitializedCallSite() 35 fail(); in TestUninitializedCallSite()
|
/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/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/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/test/636-wrong-static-access/ |
D | run | 20 exec ${RUN} $@ --verify-soft-fail
|
/art/test/674-hiddenapi/ |
D | run | 19 exec ${RUN} $@ --verify-soft-fail
|
/art/test/413-regalloc-regression/ |
D | info.txt | 2 fail compiling removeElementAt in x86.
|
/art/test/800-smali/smali/ |
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.
|