Skip to content

Commit 219fd62

Browse files
committed
Adjust tests wrt new features/fixes
1 parent ff50822 commit 219fd62

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

crates/test/src/kotlin.rs

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -59,40 +59,18 @@ impl LanguageMethods for Kotlin {
5959

6060
// TODO: fix these codegen failures
6161
matches!(name,
62-
"resource-borrow-in-record.wit" |
6362
"resource-alias.wit" |
64-
"keywords-in-interfaces-and-worlds.wit" |
6563
"import-and-export-resource-alias.wit" |
6664
"resources-in-aggregates.wit" |
6765
"issue929-only-methods.wit" |
6866
"resource-local-alias.wit" |
6967
"resources-with-lists.wit" |
70-
"smoke-export.wit" |
7168
"resource-fallible-constructor.wit" |
7269
"import-and-export-resource.wit" |
7370
"issue1515-special-in-comment.wit" |
74-
"return-resource-from-export.wit" |
7571
"issue929.wit" |
7672
"named-fixed-length-list.wit" |
77-
// all these remaining failures are because in-place functions are not supported yet
78-
"rename-interface.wit" |
79-
"resources.wit" |
80-
"same-names5.wit" |
81-
"import-export-same-func.wit" |
82-
"issue-1433.wit" |
83-
"fully-qualified-java-address.wit" |
84-
"same-names1.wit" |
85-
"smoke-default.wit" |
86-
"same-names2.wit" |
87-
"variants-unioning-types.wit" |
88-
"go_params.wit" |
89-
"issue544.wit" |
90-
"import-func.wit" |
91-
"import_export_func.wit" |
92-
"just-export.wit" |
93-
"lift-lower-foreign.wit" |
94-
"worlds-with-types.wit" |
95-
"issue573.wit"
73+
"issue-1433.wit"
9674
)
9775
}
9876

0 commit comments

Comments
 (0)