Commit 0fcd0a1
Disable ShadingFootprintTest in a native image
The test reads the compiled .class files from the code-source location,
which only exists on a regular JVM: a native image carries no bytecode
(and nobody shades one), so every closure lookup fails there. Disable it
with @DisabledInNativeImage, matching its exclusion from the Android
test compile.
Assisted-By: Claude Fable 5 <noreply@anthropic.com>1 parent 6a547ef commit 0fcd0a1
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
0 commit comments