Home
last modified time | relevance | path

Searched refs:fail (Results 51 – 75 of 97) sorted by relevance

1234

/art/test/115-native-bridge/
Dexpected.txt68 Loading invalid library 'libinvalid.so' from Java, which will fail.
70 Was to load 'libinvalid.so', force fail.
/art/tools/checker/file_format/checker/
Dstruct.py50 Logger.fail("Test case does not have a name", self.fileName, self.startLineNo)
107 Logger.fail("CHECK-NOT lines cannot define variables", self.fileName, self.lineNo)
/art/test/800-smali/smali/
Db_22331663.smali32 # verifier fail the method.
Db_134061982.smali41 # r2 should not be primitive, so this should hard-fail if reached.
Db_134061983_2.smali41 # r2 should not be primitive, so this should hard-fail if reached.
Db_22411633_2.smali39 # Test whether it's some initialized reference by calling hashCode. This should fail, as we
/art/tools/jvmti-agents/wrapagentproperties/
DREADME.md17 * `-Xplugin` and `-agentpath` need to be used, otherwise libtitrace agent will fail during init.
/art/tools/jvmti-agents/dump-jvmti-state/
DREADME.md18 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/test/980-redefine-object/
Dinfo.txt21 It is also possible it could fail due to the pattern of allocations caused by
/art/test/082-inline-execute/src/
DMain.java119 Assert.fail(); in test_String_length()
134 Assert.fail(); in test_String_isEmpty()
164 Assert.fail(); in test_String_charAtExc()
169 Assert.fail(); in test_String_charAtExc()
179 Assert.fail(); in test_String_charAtExc()
184 Assert.fail(); in test_String_charAtExc()
189 Assert.fail(); in test_String_charAtExc()
200 Assert.fail(); in test_String_charAtExc()
207 Assert.fail(); in test_String_charAtExc()
214 Assert.fail(); in test_String_charAtExc()
[all …]
/art/tools/jvmti-agents/chain-agents/
DREADME.md23 * `-Xplugin` and `-agentpath` need to be used, otherwise libtitrace agent will fail during init.
/art/tools/jvmti-agents/jit-load/
DREADME.md15 * `-Xplugin` and `-agentpath` need to be used, otherwise libtitrace agent will fail during init.
/art/test/031-class-attributes/src/
DClassAttrs.java181 fail(); in test_isAssignableFrom()
221 private static void fail() { in fail() method in ClassAttrs
/art/compiler/driver/
Dcompiler_options.cc111 } else if (init_failure_output_->fail()) { in ParseDumpInitFailures()
/art/tools/jvmti-agents/enable-vlog/
DREADME.md86 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/dt_fd_forward/
Ddt_fd_forward.cc501 T HandleResult(IOResult res, T val, T fail) { in HandleResult() argument
505 return fail; in HandleResult()
511 return fail; in HandleResult()
515 return fail; in HandleResult()
/art/test/406-fields/src/
DTestCase.java196 public static void fail(String msg) { in fail() method in TestCase
/art/test/412-new-array/src/
DTestCase.java196 public static void fail(String msg) { in fail() method in TestCase
/art/test/414-static-fields/src/
DTestCase.java196 public static void fail(String msg) { in fail() method in TestCase
/art/test/407-arrays/src/
DTestCase.java196 public static void fail(String msg) { in fail() method in TestCase
/art/tools/jvmti-agents/field-null-percent/
DREADME.md24 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
/art/test/utils/
Dregen-test-files98 art-run-test-1937-transform-soft-fail
329 for fail in "${known_failing_tests[@]}"; do
330 [[ "$run_test" == "$fail" ]] && continue 2
/art/test/021-string2/src/
DMain.java58 Assert.fail("didn't get expected npe"); in main()
399 Assert.fail(); in testCompareToAndEquals()
404 Assert.fail(); in testCompareToAndEquals()
411 Assert.fail(); in testCompareToAndEquals()
/art/tools/
Dexternal_oj_libjdwp_art_failures.txt23 description: "Tests that fail on both ART and RI. These tests are likely incorrect",
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md37 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.

1234