From 9f9c8e3d778bcdfff6b1d41a1cc5509818da130c Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Fri, 29 Jan 2021 18:09:52 +0100 Subject: [PATCH] Mute stream api test on Android --- compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt | 4 ++++ compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt b/compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt index 9ca50ed75bc..29d4105043f 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/streamApi1.kt @@ -4,6 +4,10 @@ // SAM_CONVERSIONS: INDY // WITH_RUNTIME // FULL_JDK + +// no stream api on Android +// IGNORE_BACKEND: ANDROID + import java.util.stream.Collectors fun box(): String { diff --git a/compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt b/compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt index 7463f0f7d5e..acf3669d37f 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/streamApi2.kt @@ -4,6 +4,10 @@ // SAM_CONVERSIONS: INDY // WITH_RUNTIME // FULL_JDK + +// no stream api on Android +// IGNORE_BACKEND: ANDROID + import java.util.stream.* fun box(): String {