Temporary skip multi-file box tests and box tests with stdlib/reflection

This commit is contained in:
Michael Bogdanov
2016-04-22 17:29:16 +03:00
parent 82786bb97e
commit 1b9fa25ac6
@@ -212,6 +212,10 @@ public class CodegenTestsOnAndroidGenerator extends UsefulTestCase {
}
else {
String text = FileUtil.loadFile(file, true);
//TODO: support multifile tests
if (text.contains("FILE:")) continue;
//TODO: support WITH_RUNTIME & WITH_REFLECT
if (text.contains("WITH_RUNTIME") || text.contains("WITH_REFLECT")) continue;
if (hasBoxMethod(text)) {
String generatedTestName = generateTestName(file.getName());