From 180215f3f84dd2fdca6d795cbd10ca0b521bc4c1 Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Tue, 16 Oct 2018 19:31:17 +0300 Subject: [PATCH] Don't unmute passed tests by default --- .../tests/org/jetbrains/kotlin/test/KotlinTestUtils.java | 2 +- .../tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.173 | 2 +- .../tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as31 | 2 +- .../tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as32 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java index f505f8b01b2..3fb17d56f5f 100644 --- a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java +++ b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java @@ -107,7 +107,7 @@ public class KotlinTestUtils { Boolean.getBoolean("org.jetbrains.kotlin.dont.ignore.tests.working.on.compatible.backend"); - private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = true; + private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = false; private static final boolean AUTOMATICALLY_MUTE_FAILED_TESTS = false; private static final List filesToDelete = new ArrayList<>(); diff --git a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.173 b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.173 index 7898bdede2f..26ba811b012 100644 --- a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.173 +++ b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.173 @@ -102,7 +102,7 @@ public class KotlinTestUtils { private static final boolean PRINT_STACKTRACE_FOR_IGNORED_TESTS = Boolean.getBoolean("org.jetbrains.kotlin.print.stacktrace.for.ignored.tests"); - private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = true; + private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = false; private static final boolean AUTOMATICALLY_MUTE_FAILED_TESTS = false; private static final List filesToDelete = new ArrayList<>(); diff --git a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as31 b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as31 index 06cf7f7fdd3..8aed5108a59 100644 --- a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as31 +++ b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as31 @@ -102,7 +102,7 @@ public class KotlinTestUtils { private static final boolean PRINT_STACKTRACE_FOR_IGNORED_TESTS = Boolean.getBoolean("org.jetbrains.kotlin.print.stacktrace.for.ignored.tests"); - private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = true; + private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = false; private static final boolean AUTOMATICALLY_MUTE_FAILED_TESTS = false; private static final List filesToDelete = new ArrayList<>(); diff --git a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as32 b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as32 index dc9766184bb..dcd54cab436 100644 --- a/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as32 +++ b/compiler/tests-common/tests/org/jetbrains/kotlin/test/KotlinTestUtils.java.as32 @@ -102,7 +102,7 @@ public class KotlinTestUtils { private static final boolean PRINT_STACKTRACE_FOR_IGNORED_TESTS = Boolean.getBoolean("org.jetbrains.kotlin.print.stacktrace.for.ignored.tests"); - private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = true; + private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = false; private static final boolean AUTOMATICALLY_MUTE_FAILED_TESTS = false; private static final List filesToDelete = new ArrayList<>();