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.
This commit is contained in:
Chris Smowton
2022-08-09 14:08:48 +01:00
parent cee0e8e137
commit cea90d535d
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,2 @@
failures
valueOf
| TestWidgetKt.kt:10:16:10:25 | valueOf(...) |
| TestWidgetKt.kt:13:17:13:26 | valueOf(...) |