Mark JVM specific test with TARGET_BACKEND directive

This is needed to avoid test failing for Kotlin/Native
This commit is contained in:
Mikhail Zarechenskiy
2018-11-17 22:55:18 +03:00
parent c05c46d50f
commit 3a93cab3b6
3 changed files with 1 additions and 11 deletions
@@ -1,5 +1,5 @@
// WITH_RUNTIME // WITH_RUNTIME
// IGNORE_BACKEND: JS, JS_IR // TARGET_BACKEND: JVM
class Foo<T>(val x: Int) class Foo<T>(val x: Int)
@@ -10485,11 +10485,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/inlineClasses/kt27706.kt"); runTest("compiler/testData/codegen/box/inlineClasses/kt27706.kt");
} }
@TestMetadata("mapInlineClassesWithSuppressWildcardsMode.kt")
public void testMapInlineClassesWithSuppressWildcardsMode() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/mapInlineClassesWithSuppressWildcardsMode.kt");
}
@TestMetadata("noAssertionsOnInlineClassBasedOnNullableType.kt") @TestMetadata("noAssertionsOnInlineClassBasedOnNullableType.kt")
public void testNoAssertionsOnInlineClassBasedOnNullableType() throws Exception { public void testNoAssertionsOnInlineClassBasedOnNullableType() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/noAssertionsOnInlineClassBasedOnNullableType.kt"); runTest("compiler/testData/codegen/box/inlineClasses/noAssertionsOnInlineClassBasedOnNullableType.kt");
@@ -11540,11 +11540,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/inlineClasses/kt27706.kt"); runTest("compiler/testData/codegen/box/inlineClasses/kt27706.kt");
} }
@TestMetadata("mapInlineClassesWithSuppressWildcardsMode.kt")
public void testMapInlineClassesWithSuppressWildcardsMode() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/mapInlineClassesWithSuppressWildcardsMode.kt");
}
@TestMetadata("noAssertionsOnInlineClassBasedOnNullableType.kt") @TestMetadata("noAssertionsOnInlineClassBasedOnNullableType.kt")
public void testNoAssertionsOnInlineClassBasedOnNullableType() throws Exception { public void testNoAssertionsOnInlineClassBasedOnNullableType() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/noAssertionsOnInlineClassBasedOnNullableType.kt"); runTest("compiler/testData/codegen/box/inlineClasses/noAssertionsOnInlineClassBasedOnNullableType.kt");