Temporary skip multi-file box tests and box tests with stdlib/reflection
This commit is contained in:
+4
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user