Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 756) sorted by relevance

12345678910>>...31

/art/test/182-method-linking/
Dexpected-stdout.txt1 Calling pkg1.A.foo on pkg1.A
3 Calling pkg1.A.foo on pkg2.B
5 Calling pkg2.B.foo on pkg2.B
7 Calling pkg1.A.foo on pkg1.C
9 Calling pkg2.B.foo on pkg1.C
11 Calling pkg1.C.foo on pkg1.C
13 Calling pkg1.A.foo on pkg2.D
15 Calling pkg2.B.foo on pkg2.D
17 Calling pkg1.C.foo on pkg2.D
19 Calling pkg2.D.foo on pkg2.D
[all …]
/art/test/966-default-conflict/
Dexpected-stdout.txt3 Calling functions on concrete Main
4 Calling non-conflicting function on Main
6 Calling conflicting function on Main
7 Expected ICCE Thrown on Main
8 Calling non-conflicting function on Main
10 Calling functions on interface Iface
11 Calling non-conflicting function on Iface
13 Calling conflicting function on Iface
14 Expected ICCE Thrown on Iface
15 Calling non-conflicting function on Iface
[all …]
/art/test/967-default-ame/
Dexpected-stdout.txt2 Calling functions on concrete Main
3 Calling non-abstract function on Main
5 Calling abstract function on Main
6 Expected AME Thrown on Main
7 Calling non-abstract function on Main
9 Calling functions on interface Iface
10 Calling non-abstract function on Iface
12 Calling abstract function on Iface
13 Expected AME Thrown on Iface
14 Calling non-abstract function on Iface
[all …]
/art/test/1969-force-early-return-void/
Dexpected-stdout.no-jvm.txt2 NORMAL RUN: Single call with no interference on (ID: 0) StandardTestObject { cnt: 0 }
3 NORMAL RUN: result for (ID: 0) StandardTestObject { cnt: 2 } on Test1969 target thread - 0
4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
6 result for (ID: 1) StandardTestObject { cnt: 1 } on Test1969 target thread - 1
8 NORMAL RUN: Single call with no interference on (ID: 2) SynchronizedFunctionTestObject { cnt: 0 }
9 NORMAL RUN: result for (ID: 2) SynchronizedFunctionTestObject { cnt: 2 } on Test1969 target thread …
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
12 result for (ID: 3) SynchronizedFunctionTestObject { cnt: 1 } on Test1969 target thread - 3
14 NORMAL RUN: Single call with no interference on (ID: 4) SynchronizedTestObject { cnt: 0 }
15 NORMAL RUN: result for (ID: 4) SynchronizedTestObject { cnt: 2 } on Test1969 target thread - 4
[all …]
Dexpected-stdout.jvm.txt2 NORMAL RUN: Single call with no interference on (ID: 0) StandardTestObject { cnt: 0 }
3 NORMAL RUN: result for (ID: 0) StandardTestObject { cnt: 2 } on Test1969 target thread - 0
4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
6 result for (ID: 1) StandardTestObject { cnt: 1 } on Test1969 target thread - 1
8 NORMAL RUN: Single call with no interference on (ID: 2) SynchronizedFunctionTestObject { cnt: 0 }
9 NORMAL RUN: result for (ID: 2) SynchronizedFunctionTestObject { cnt: 2 } on Test1969 target thread …
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
12 result for (ID: 3) SynchronizedFunctionTestObject { cnt: 1 } on Test1969 target thread - 3
14 NORMAL RUN: Single call with no interference on (ID: 4) SynchronizedTestObject { cnt: 0 }
15 NORMAL RUN: result for (ID: 4) SynchronizedTestObject { cnt: 2 } on Test1969 target thread - 4
[all …]
Dexpected-stdout.txt2 NORMAL RUN: Single call with no interference on (ID: 0) StandardTestObject { cnt: 0 }
3 NORMAL RUN: result for (ID: 0) StandardTestObject { cnt: 2 } on Test1969 target thread - 0
4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
6 result for (ID: 1) StandardTestObject { cnt: 1 } on Test1969 target thread - 1
8 NORMAL RUN: Single call with no interference on (ID: 2) SynchronizedFunctionTestObject { cnt: 0 }
9 NORMAL RUN: result for (ID: 2) SynchronizedFunctionTestObject { cnt: 2 } on Test1969 target thread …
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
12 result for (ID: 3) SynchronizedFunctionTestObject { cnt: 1 } on Test1969 target thread - 3
14 NORMAL RUN: Single call with no interference on (ID: 4) SynchronizedTestObject { cnt: 0 }
15 NORMAL RUN: result for (ID: 4) SynchronizedTestObject { cnt: 2 } on Test1969 target thread - 4
[all …]
/art/test/965-default-verify/
Dexpected-stdout.txt2 Calling functions on concrete Main
3 Calling verifiable function on Main
5 Calling unverifiable function on Main
6 Expected NSME Thrown on Main
7 Calling verifiable function on Main
9 Calling functions on interface Iface
10 Calling verifiable function on Iface
12 Calling unverifiable function on Iface
13 Expected NSME Thrown on Iface
14 Calling verifiable function on Iface
/art/test/1912-get-set-local-primitive/
Dexpected-stdout.txt1 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetInt" on remote threa…
2 "GetInt" on public static void art.Test1912.IntMethod(java.lang.Runnable) got value: 42
4 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetLong" on remote thre…
5 "GetLong" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERRO…
7 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetFloat" on remote thr…
8 "GetFloat" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ERR…
10 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetDouble" on remote th…
11 "GetDouble" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ER…
13 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetObject" on remote th…
14 "GetObject" on public static void art.Test1912.IntMethod(java.lang.Runnable) failed due to JVMTI_ER…
[all …]
/art/test/1967-get-set-local-bad-slot/
Dexpected-stdout.txt1 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "GetInt_at_too_high" on
2 "GetInt_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due to…
4 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "GetLong_at_too_high" on
5 "GetLong_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due t…
7 …atic void art.Test1967.IntMethod(java.lang.Runnable) with "GetObject_at_too_high" on remote thread.
8 "GetObject_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed due…
10 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "SetInt_at_too_high" on
11 "SetInt_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to set…
13 Running public static void art.Test1967.IntMethod(java.lang.Runnable) with "SetLong_at_too_high" on
14 "SetLong_at_too_high" on public static void art.Test1967.IntMethod(java.lang.Runnable) failed to se…
[all …]
/art/test/1966-get-set-local-objects-no-table/
Dexpected-stdout.txt1 …st.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with "GetGetObject" on remote thread.
2 "GetGetObject" on public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntCons…
4 …rt_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with "SetNull" on remote thread.
5 "SetNull" on public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntConsumer)…
7 …t.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with "SetTestClass1" on remote thread.
8 "SetTestClass1" on public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntCon…
10 …estCases1966.ObjectMethod(java.util.function.IntConsumer) with "SetTestClass1ext" on remote thread.
11 "SetTestClass1ext" on public static void art_test.TestCases1966.ObjectMethod(java.util.function.Int…
13 …t.TestCases1966.ObjectMethod(java.util.function.IntConsumer) with "SetTestClass2" on remote thread.
14 "SetTestClass2" on public static void art_test.TestCases1966.ObjectMethod(java.util.function.IntCon…
[all …]
/art/test/1913-get-set-local-objects/
Dexpected-stdout.txt1 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "GetGetObject" on rem…
2 "GetGetObject" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) got value: TestC…
4 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetNull" on remote t…
5 "SetNull" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: null
7 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetTestClass1" on re…
8 "SetTestClass1" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: Test…
10 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetTestClass1ext" on
11 "SetTestClass1ext" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: T…
13 Running public static void art.Test1913.ObjectMethod(java.lang.Runnable) with "SetTestClass2" on re…
14 "SetTestClass2" on public static void art.Test1913.ObjectMethod(java.lang.Runnable) set value: Test…
[all …]
/art/test/1965-get-set-local-primitive-no-tables/
Dexpected-stdout.txt1 …tMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetInt" on remote thread.
2 "GetInt" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,java…
4 …Method(java.util.function.IntConsumer,java.util.function.Consumer) with "GetLong" on remote thread.
5 "GetLong" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,jav…
7 …ethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetFloat" on remote thread.
8 "GetFloat" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,ja…
10 …thod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetDouble" on remote thread.
11 "GetDouble" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,j…
13 …thod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetObject" on remote thread.
14 "GetObject" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,j…
[all …]
/art/test/990-field-trace/
Dexpected-stdout.txt1 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method …
2 MODIFY of java.lang.Object art.Test990$TestClass1.abc on object of type: class art.Test990$TestClas…
3 MODIFY of static long art.Test990$TestClass2.TOTAL on object of type: null in method art.Test990$Te…
4 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass2 in method …
5 MODIFY of java.lang.Object art.Test990$TestClass1.abc on object of type: class art.Test990$TestClas…
6 MODIFY of long art.Test990$TestClass2.baz on object of type: class art.Test990$TestClass2 in method…
7 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method …
8 MODIFY of java.lang.Object art.Test990$TestClass1.abc on object of type: class art.Test990$TestClas…
9 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method …
10 MODIFY of java.lang.Object art.Test990$TestClass1.abc on object of type: class art.Test990$TestClas…
[all …]
/art/test/994-breakpoint-line/
Dexpected-stdout.txt1 Breaking on line: 29 calling with arg: true
4 Breaking on line: 29 calling with arg: false
7 Breaking on line: 30 calling with arg: true
10 Breaking on line: 30 calling with arg: false
13 Breaking on line: 31 calling with arg: true
16 Breaking on line: 31 calling with arg: false
18 Breaking on line: 33 calling with arg: true
20 Breaking on line: 33 calling with arg: false
23 Breaking on line: 35 calling with arg: true
26 Breaking on line: 35 calling with arg: false
[all …]
/art/test/1953-pop-frame/
Dexpected-stdout.no-jvm.txt2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
5 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0
8 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0
10 Test stopped on single step
11 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
13 Test stopped on field access
14 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
16 Test stopped on field modification
17 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
20 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
[all …]
Dexpected-stdout.txt2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
5 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0
8 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0
10 Test stopped on single step
11 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
13 Test stopped on field access
14 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
16 Test stopped on field modification
17 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
20 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
[all …]
/art/test/1954-pop-frame-jit/
Dexpected-stdout.txt2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
5 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0
8 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0
10 Test stopped on single step
11 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
13 Test stopped on field access
14 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
16 Test stopped on field modification
17 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
20 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
[all …]
Dexpected-stdout.jvm.txt2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
5 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0
8 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0
10 Test stopped on single step
11 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
13 Test stopped on field access
14 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
16 Test stopped on field modification
17 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
20 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
[all …]
/art/test/1956-pop-frame-jit-calling/
Dexpected-stdout.txt2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
5 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0
8 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0
10 Test stopped on single step
11 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
13 Test stopped on field access
14 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
16 Test stopped on field modification
17 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
20 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
[all …]
Dexpected-stdout.jvm.txt2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
5 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0
8 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0
10 Test stopped on single step
11 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
13 Test stopped on field access
14 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
16 Test stopped on field modification
17 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
20 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
[all …]
/art/test/1955-pop-frame-jit-called/
Dexpected-stdout.txt2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
5 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0
8 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0
10 Test stopped on single step
11 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
13 Test stopped on field access
14 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
16 Test stopped on field modification
17 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
20 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
[all …]
Dexpected-stdout.jvm.txt2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
5 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 0
8 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 0
10 Test stopped on single step
11 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
13 Test stopped on field access
14 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
16 Test stopped on field modification
17 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 0
20 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0
[all …]
/art/test/600-verifier-fails/
Dinfo.txt2 dexfuzz on the DEX files of fuzzingly random generated Java test.
5 soft verification failure (on the final field modification) should
6 not hide the hard verification failure (on the type mismatch) to
7 avoid compiler crash later on
11 behind it to avoid fatal message later on
13 access validation on field should occur prior to null reference check
17 later on
19 access validation on method should occur prior to null reference check
22 avoid interpreter crash on zero size object later
/art/test/1914-get-local-instance/
Dexpected-stdout.txt1 Running public static void art.Test1914.StaticMethod(java.lang.Runnable) with "GetThis" on remote t…
2 "GetThis" on public static void art.Test1914.StaticMethod(java.lang.Runnable) got value: null
4 …ic native void art.Test1914.NativeStaticMethod(java.lang.Runnable) with "GetThis" on remote thread.
5 "GetThis" on public static native void art.Test1914.NativeStaticMethod(java.lang.Runnable) got valu…
7 Running public void art.Test1914$TargetClass.InstanceMethod(java.lang.Runnable) with "GetThis" on r…
8 "GetThis" on public void art.Test1914$TargetClass.InstanceMethod(java.lang.Runnable) got value: Tar…
10 … art.Test1914$TargetClass.NativeInstanceMethod(java.lang.Runnable) with "GetThis" on remote thread.
11 "GetThis" on public native void art.Test1914$TargetClass.NativeInstanceMethod(java.lang.Runnable) g…
13 …act void art.Test1914$Foo.InterfaceProxyMethod(java.lang.Runnable) with "GetThis" on remote thread.
14 "GetThis" on public abstract void art.Test1914$Foo.InterfaceProxyMethod(java.lang.Runnable) got val…
/art/test/1970-force-early-return-long/
Dexpected-stdout.txt2 NORMAL RUN: Single call with no interference on (ID: 0) StandardTestObject { cnt: 0 }
4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 }
8 NORMAL RUN: Single call with no interference on (ID: 2) SynchronizedFunctionTestObject { cnt: 0 }
10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 }
14 NORMAL RUN: Single call with no interference on (ID: 4) SynchronizedTestObject { cnt: 0 }
16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 }
19 Test stopped on single step
20 NORMAL RUN: Single call with no interference on (ID: 6) StandardTestObject { cnt: 0 }
22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 }
25 Test stopped on field access
[all …]

12345678910>>...31