Add generating tests using "whitelist" of target backend; add new target backends: JS_IR and JVM_IR
This commit is contained in:
+1
-1
@@ -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.\");");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user