Commit aad9410
feat(r8-tests): Add R8 line number tests (#75)
Part of #40
## R8 Retrace Test Coverage
- [x] Inlining (13 tests) - inline frames, line numbers, source files,
rewriteFrame rules
- [x] Ambiguous Methods (21 tests) - multiple methods → same obfuscated
name, <OR> alternatives
- [x] Outlines (4 tests) - outline callsites, nested outlines,
inline-in-outline
- [x] Synthetic/Lambda (3 tests) - lambda methods, synthetic bridges
- [x] Source File Edge Cases (7 tests) - colons, unicode, multiple dots,
synthesized names
- [x] Line Number Handling (10 tests) - spans, preambles, invalid
ranges, missing lines
- [ ] Exception Handling (6 tests) - obfuscated exceptions, suppressed,
circular refs
- [ ] Method Overloading (4 tests) - overloads with/without ranges
- [ ] Special Formats (4 tests) - Java 9+ modules, logcat format,
auto-detect
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent fb53ccf commit aad9410
File tree
10 files changed
+981
-374
lines changed- src
- cache
- tests
10 files changed
+981
-374
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
308 | 319 | | |
309 | 320 | | |
310 | 321 | | |
| |||
0 commit comments