JVM_IR. Mute failing tests

This commit is contained in:
Georgy Bronnikov
2018-09-14 03:12:23 +03:00
parent a03bfb3561
commit 433afcd669
10 changed files with 12 additions and 87 deletions
@@ -135,6 +135,11 @@ public class JvmRuntimeDescriptorLoaderTestGenerated extends AbstractJvmRuntimeD
runTest("compiler/testData/loadJava/compiledKotlin/annotations/classMembers/Getter.kt");
}
@TestMetadata("HiddenConstructorWithInlineClassParameters.kt")
public void testHiddenConstructorWithInlineClassParameters() throws Exception {
runTest("compiler/testData/loadJava/compiledKotlin/annotations/classMembers/HiddenConstructorWithInlineClassParameters.kt");
}
@TestMetadata("PropertyField.kt")
public void testPropertyField() throws Exception {
runTest("compiler/testData/loadJava/compiledKotlin/annotations/classMembers/PropertyField.kt");