File: class-loading-expected.patch

package info (click to toggle)
android-platform-art 11.0.0%2Br48-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 78,932 kB
  • sloc: cpp: 459,858; java: 163,268; asm: 22,644; python: 9,815; sh: 6,330; ansic: 4,117; xml: 2,855; perl: 77; makefile: 73
file content (35 lines) | stat: -rw-r--r-- 1,824 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
178a179,212
> Test stopped during class-load.
> NORMAL RUN: Single call with no interference on (ID: 46) ClassLoadObject { cnt: 0, curClass: 0}
> TC0.foo == 100
> NORMAL RUN: result for (ID: 46) ClassLoadObject { cnt: 1, curClass: 1} on Test1969 target thread - 46
> Single call with force-early-return on (ID: 47) ClassLoadObject { cnt: 0, curClass: 1}
> Will force return of Test1969 target thread - 47
> Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
> 	art.NonStandardExit.forceEarlyReturnVoid(Native Method)
> 	art.Test1969$TestSuspender.performForceReturn(Test1969.java)
> 	art.Test1969.runTestOn(Test1969.java)
> 	art.Test1969.runTestOn(Test1969.java)
> 	art.Test1969.runTestOn(Test1969.java)
> 	art.Test1969.runTests(Test1969.java)
> 	<Additional frames hidden>
> 
> TC1.foo == 201
> result for (ID: 47) ClassLoadObject { cnt: 1, curClass: 2} on Test1969 target thread - 47
> Test stopped during class-load.
> NORMAL RUN: Single call with no interference on (ID: 48) ClassLoadObject { cnt: 0, curClass: 2}
> TC2.foo == 302
> NORMAL RUN: result for (ID: 48) ClassLoadObject { cnt: 1, curClass: 3} on Test1969 target thread - 48
> Single call with force-early-return on (ID: 49) ClassLoadObject { cnt: 0, curClass: 3}
> Will force return of Test1969 target thread - 49
> Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
> 	art.NonStandardExit.forceEarlyReturnVoid(Native Method)
> 	art.Test1969$TestSuspender.performForceReturn(Test1969.java)
> 	art.Test1969.runTestOn(Test1969.java)
> 	art.Test1969.runTestOn(Test1969.java)
> 	art.Test1969.runTestOn(Test1969.java)
> 	art.Test1969.runTests(Test1969.java)
> 	<Additional frames hidden>
> 
> TC3.foo == 403
> result for (ID: 49) ClassLoadObject { cnt: 1, curClass: 4} on Test1969 target thread - 49