Prepare JsTestChecker (but not introduce so far) for J2V8 adoption

This commit is contained in:
Shagen Ogandzhanian
2019-03-01 15:29:35 +01:00
parent d3ac50f694
commit 7162dd9807
8 changed files with 87 additions and 45 deletions
@@ -107,7 +107,6 @@ public class KotlinTestUtils {
private static final boolean DONT_IGNORE_TESTS_WORKING_ON_COMPATIBLE_BACKEND =
Boolean.getBoolean("org.jetbrains.kotlin.dont.ignore.tests.working.on.compatible.backend");
private static final boolean AUTOMATICALLY_UNMUTE_PASSED_TESTS = false;
private static final boolean AUTOMATICALLY_MUTE_FAILED_TESTS = false;