From 11a415433d4f7d9e1abbb1eeacb44e2795f493ae Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Wed, 2 Dec 2015 18:09:31 +0100 Subject: [PATCH] Indicate regex used for filtering out benchmarks. --- test/dotc/tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 7edbd9e8c55e..0ac043daf5e0 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -7,7 +7,7 @@ import org.junit.experimental.categories._ import scala.io.Source - +// tests that match regex '(pos|dotc|run|java|compileStdLib)\.*' would be executed as benchmarks. class tests extends CompilerTest { def isRunByJenkins: Boolean = sys.props.isDefinedAt("dotty.jenkins.build")