Home
last modified time | relevance | path

Searched refs:fail (Results 26 – 50 of 97) sorted by relevance

1234

/art/test/952-invoke-custom/src/
DMain.java27 fail(); in TestUninitializedCallSite()
35 fail(); in TestUninitializedCallSite()
DTestBase.java91 static void fail() { in fail() method in TestBase
/art/test/800-smali/smali/
Db_27799205_3.smali4 # 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.
Db_18800943_1.smali4 # This constructor should fail verification as the object is not initialized by a super-call.
Db_18800943_2.smali4 # This constructor should fail verification as the object is not initialized by a super-call.
Db_122501785.smali4 # correctly triggers the hard fail to protect the compiler.
Db_121245951_2.smali26 # This should fail the class
Db_26965384.smali13 # Just by loading this class we should fail. It doesn't really matter what's in
Db_17410612.smali4 # a pair. This should fail in the verifier and not an abort in the compiler.
Db_27799205_6.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_22411633_4.smali11 # At this point v4 is an uninitialized reference. This should fail to verify.
DsameFieldNames.smali57 if-nez v1, :fail
61 :fail
Db_27799205_1.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
Db_27799205_2.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
/art/test/944-transform-classloaders/
Dinfo.txt7 dalvik.system.BaseDexClassLoader might cause this test to fail.
/art/test/953-invoke-polymorphic-compiler/src/
DMain.java72 public static void fail() { in fail() method in Main
77 public static void fail(String message) { in fail() method in Main
135 fail("No WMTE for too few arguments"); in $opt$BasicTest()
140 fail("No WMTE for too many arguments"); in $opt$BasicTest()
169 fail("No WMTE for wrong arguments"); in $opt$BasicTest()
176 fail("No NPE for you"); in $opt$BasicTest()
/art/test/088-monitor-verification/smali/
DNullLocks.smali15 # will not fail verification.
/art/test/710-varhandle-creation/src/
DMain.java226 public static void fail(String reason) { in fail() method in Main
232 fail("Instance unexpectedly not null:" + v); in checkNull()
238 fail("Instance unexpectedly null:" + v); in checkNotNull()
244 fail("varType " + v.varType() + " != " + expectedVarType); in checkVarType()
251 fail("coordinateTypes " + actualCoordinateTypes + " != " + expectedCoordinateTypes); in checkCoordinateTypes()
259 fail("isAccessModeSupported(" + accessMode + ") is " + in checkVarHandleAccessMode()
265 fail("accessModeType(" + accessMode + ") is " + in checkVarHandleAccessMode()
2064 fail("AccessMode " + actualName + " != " + expectedName); in checkAccessMode()
2069 fail("AccessMode " + actualName + " method name " + actualMethodName + " != " + in checkAccessMode()
2075 fail("AccessMode " + accessMode + " ordinal " + actualOrdinal + " != " + in checkAccessMode()
[all …]
/art/test/712-varhandle-invocations/src/
DVarHandleUnitTestCollector.java63 public void fail(String errorMessage) { in fail() method in VarHandleUnitTestCollector
/art/tools/checker/file_format/checker/
Dparser.py139 Logger.fail("Checker statement could not be parsed: '" + line + "'", fileName, lineNo)
160 Logger.fail("Expected empty statement: '" + line + "'", statement.fileName, statement.lineNo)
221 Logger.fail("Checker line not inside a group", fileName, lineNo)
/art/tools/checker/common/
Dlogger.py58 def fail(msg, file=None, line=-1, lineText=None, variables=None): member in Logger
99 Logger.fail(msg, statement.fileName, statement.lineNo, statement.originalText, variables)
/art/test/135-MirandaDispatch/smali/
Db_21646347.smali11 # Invoke the miranda method on an object of this class. This should fail type-checking,
/art/test/800-smali/
Dexpected.txt35 b/22331663 (fail)
/art/build/apex/
Dart_apex_test.py262 def fail(self, msg, *fail_args): member in Checker
291 self.fail(msg, path)
300 self.fail('%s is not executable', path)
306 self.fail('Could not find %s', path)
309 self.fail('%s is a directory', path)
312 self.fail('%s is not a symlink', path)
333 self.fail('ART test binary missing: %s', filename)
338 self.fail('%s is not executable', test_path)
343 self.fail('ART test data missing: %s', filename)
358 self.fail('Library missing: %s', filename)
[all …]
/art/tools/
Dprebuilt_libjdwp_art_failures.txt28 description: "Tests fail with assertion error on slot number",
59 description: "Tests that fail only on ART with INVALID_SLOT error",
78 description: "Tests that fail on both ART and RI. These tests are likely incorrect",

1234