Searched refs:fail (Results 1 - 25 of 37) sorted by relevance

12

/art/test/582-checker-bce-length/src/
H A DMain.java68 int fail = 0;
72 fail++;
74 expectEquals(1, fail);
83 fail++;
85 expectEquals(1, fail);
/art/test/201-built-in-exception-detail-messages/src/
H A DMain.java45 private static void fail() { method in class:Main
57 fail();
65 fail();
73 fail();
81 fail();
89 fail();
97 fail();
108 fail();
118 fail();
128 fail();
[all...]
/art/tools/checker/file_format/c1visualizer/
H A Dparser.py46 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)
H A Dstruct.py47 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/tools/ahat/test/
H A DNativeAllocationTest.java21 import static org.junit.Assert.fail;
41 fail("No native allocation found with anObject as the referent");
/art/runtime/jdwp/
H A Djdwp_socket.cc125 goto fail;
133 goto fail;
147 goto fail;
154 goto fail;
159 fail:
439 goto fail;
448 goto fail;
471 goto fail;
478 goto fail;
502 goto fail;
[all...]
H A Djdwp_adb.cc215 * connect() will fail. We loop here forever waiting for it
361 goto fail;
366 goto fail;
377 * on clientSock will fail and throw us out of the loop.
386 goto fail;
393 goto fail;
417 goto fail;
424 goto fail;
438 fail:
/art/runtime/interpreter/mterp/arm/
H A Dop_array_length.S8 beq common_errNullObject @ yup, fail
H A Dop_const_string.S9 cmp r0, #0 @ fail?
H A Dop_const_string_jumbo.S11 cmp r0, #0 @ fail?
/art/runtime/interpreter/mterp/mips/
H A Dop_array_length.S8 beqz a0, common_errNullObject # yup, fail
/art/runtime/interpreter/mterp/mips64/
H A Dop_array_length.S7 beqz a0, common_errNullObject # yup, fail
/art/test/021-string2/src/junit/framework/
H A DAssert.java20 fail(message);
46 static public void fail(String message) { method in class:Assert
55 static public void fail() { method in class:Assert
56 fail(null);
276 fail(formatted+"expected not same");
283 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
287 fail(format(message, expected, actual));
/art/test/082-inline-execute/src/junit/framework/
H A DAssert.java20 fail(message);
46 static public void fail(String message) { method in class:Assert
55 static public void fail() { method in class:Assert
56 fail(null);
276 fail(formatted+"expected not same");
283 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
287 fail(format(message, expected, actual));
/art/tools/checker/
H A Dchecker.py64 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/tools/checker/common/
H A Dlogger.py58 def fail(msg, file=None, line=-1, lineText=None, variables=None): member in class:Logger
99 Logger.fail(msg, assertion.fileName, assertion.lineNo, assertion.originalText, variables)
/art/runtime/arch/mips64/
H A Dinstruction_set_features_mips64.cc53 if (!in.fail()) {
/art/tools/checker/file_format/checker/
H A Dstruct.py50 Logger.fail("Test case does not have a name", self.fileName, self.startLineNo)
63 Logger.fail("A next-line assertion can only be placed after an "
99 Logger.fail("CHECK-NOT lines cannot define variables", self.fileName, self.lineNo)
H A Dparser.py91 Logger.fail("Checker assertion could not be parsed: '" + line + "'", fileName, lineNo)
171 Logger.fail("Checker line not inside a group", fileName, lineNo)
/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.cc77 if (!in.fail()) {
/art/test/021-string2/src/
H A DMain.java58 Assert.fail("didn't get expected npe");
/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.cc134 if (!in.fail()) {
/art/test/406-fields/src/
H A DTestCase.java196 public static void fail(String msg) { method in class:TestCase
/art/test/407-arrays/src/
H A DTestCase.java196 public static void fail(String msg) { method in class:TestCase
/art/test/412-new-array/src/
H A DTestCase.java196 public static void fail(String msg) { method in class:TestCase

Completed in 1518 milliseconds

12