Searched refs:bad (Results 1 – 12 of 12) sorted by relevance
11 BadError: This is bad by convention: BadInit13 BadError: This is bad by convention: BadInit15 BadErrorNoStringInit: This is bad by convention17 BadErrorNoStringInit: This is bad by convention19 BadError: This is bad by convention: BadInit
20 # Ensure foo() does not analyze unverified bad() always-throws property.24 ## CHECK-DAG: InvokeStaticOrDirect method_name:TestCase.bad always_throws:false31 invoke-static {}, LTestCase;->bad()Lwont/be/Resolvable;47 # Method bad() that fails to verify (but is never called).49 .method public static bad()Lwont/be/Resolvable;
33 bad.foo(); in simpleTest()44 bad.bar(); in simpleTest()113 public static Bad bad; field in Main122 Main.bad = new Bad(33);
1 Check that FinalizerTimeoutMs option works. Similar to 030-bad-finalizer.
1 This is a test for bad optimizations affecting multi-threaded program
4 # Helper for B27799205. Reflection tries to resolve all types. That's bad for intentionally
19 # This is a bad field since there is no class Widget in this test.
445 boolean bad = false; in runWithJvmtiTagsObsolete()451 bad = true; in runWithJvmtiTagsObsolete()457 bad = true; in runWithJvmtiTagsObsolete()462 if (!bad) { in runWithJvmtiTagsObsolete()
735 "1967-get-set-local-bad-slot/src/art/Test1967.java",755 "1989-transform-bad-monitor/src/art/Test1989.java",756 "1990-structural-bad-verify/src/art/Test1990.java",876 "1967-get-set-local-bad-slot/expected.txt",895 "1989-transform-bad-monitor/expected.txt",896 "1990-structural-bad-verify/expected.txt",
112 test program. This allows you to recreate a bad program with, e.g.:
316 …ble java.lang.Throwable.fillInStackTrace() -> <class java.lang.Error: java.lang.Error: bad argument336 fibonacci(-19) -> java.lang.Error: bad argument
770 MethodHandle bad = MethodHandles.lookup().findConstructor( in testConstructors() local