[Wasm] Update testData after adding K2 and new test infra support.
- Actualize muted K2 tests - Actualize muted K1 tests with module systems because legacy Wasm test infra had no respect for "// MODULE: ..." test directives
This commit is contained in:
@@ -4,17 +4,7 @@
|
||||
// during `KonanSymbols.kotlinResultGetOrThrow`, since function `Result<T>.getOrThrow()` within `kotlin` package cannot be found during builtins construction,
|
||||
// since unbound class `Result` is expected, but deserialized one found.
|
||||
// DONT_TARGET_EXACT_BACKEND: NATIVE
|
||||
|
||||
// WASM exception:
|
||||
// There are still 4 unbound symbols after generation of IR module <main>:
|
||||
// Unbound public symbol IrClassPublicSymbolImpl: kotlin/Result.Companion|null[0]
|
||||
// Unbound public symbol IrClassPublicSymbolImpl: kotlin/Result.Failure|null[0]
|
||||
// Unbound public symbol IrSimpleFunctionPublicSymbolImpl: kotlin/Result.Companion.success|8035950532576827725[0]
|
||||
// Unbound public symbol IrSimpleFunctionPublicSymbolImpl: kotlin/Result.Failure.exception.<get-exception>|-7777496992132965566[0]
|
||||
// This could happen if there are two libraries, where one library was compiled against the different version of the other library than the one currently used in the project. Please check that the project configuration is correct and has consistent versions of dependencies.
|
||||
// IGNORE_BACKEND: WASM
|
||||
// IGNORE_BACKEND: ANDROID
|
||||
|
||||
// ALLOW_KOTLIN_PACKAGE
|
||||
// WITH_STDLIB
|
||||
// WORKS_WHEN_VALUE_CLASS
|
||||
|
||||
Reference in New Issue
Block a user