[TEST] Add test checking cast to DNN type
muted temporary due to required support in backends
This commit is contained in:
committed by
TeamCityServer
parent
5b19c41373
commit
23ad0e7c63
+5
@@ -3686,6 +3686,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Casts extends AbstractLightAnalysisModeTest {
|
||||
@TestMetadata("castToDefinitelyNotNullType.kt")
|
||||
public void ignoreCastToDefinitelyNotNullType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/castToDefinitelyNotNullType.kt");
|
||||
}
|
||||
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user