Skip to content

Commit cea90d5

Browse files
committed
Disable Kotlin element of test library-tests/frameworks/android/widget
This is disabled for now because Kotlin doesn't extract java.lang.CharSequence.toString, even though that interface redeclares toString, and JDK18 points a call (syntactically to Editable.toString) that previous JDKs pointed at Object.toString. This produces a database inconsistency that should be fixed Kotlin-side.
1 parent cee0e8e commit cea90d5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
failures
22
valueOf
3-
| TestWidgetKt.kt:10:16:10:25 | valueOf(...) |
4-
| TestWidgetKt.kt:13:17:13:26 | valueOf(...) |

0 commit comments

Comments
 (0)