Add generating tests using "whitelist" of target backend; add new target backends: JS_IR and JVM_IR

This commit is contained in:
Zalim Bashorov
2018-03-07 17:24:23 +03:00
parent 82f41a1125
commit 055b900d8a
4 changed files with 44 additions and 18 deletions
@@ -94,7 +94,7 @@ public class SimpleTestMethodModel implements TestMethodModel {
p.println("return;");
p.popIndent();
p.println("}");
p.println("throw new AssertionError(\"Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.\");");
p.println("throw new AssertionError(\"Looks like this test can be unmuted. Remove IGNORE_BACKEND directive or add it to whitelist for that.\");");
}
}