Skip to content

Deprecate getModuleName, getModuleLocation, etc. Gradually moving the… #2006

Deprecate getModuleName, getModuleLocation, etc. Gradually moving the…

Deprecate getModuleName, getModuleLocation, etc. Gradually moving the… #2006

GitHub Actions / Test Report - Linux failed Dec 11, 2024 in 0s

6087 tests run, 215 skipped, 1 failed.

Annotations

Check failure on line 1 in org/rascalmpl/test/infrastructure/RascalJUnitParallelRecursiveTestRunner$ModuleTester

See this annotation in the file changed.

@github-actions github-actions / Test Report - Linux

RascalJUnitParallelRecursiveTestRunner$ModuleTester.moduleExceptionOnlyTpl: <1198,393>

/home/runner/actions-runner/_work/rascal/rascal/src/org/rascalmpl/library/util/Reflective.rsc:245,84: "No module name found for |project://rascal/src/org/rascalmpl/library/Exception.rsc|;\nsrcs=[|std:///|];\nlibs=[|memory://myTestLibrary/resources/|]"
Raw output
org.rascalmpl.exceptions.Throw: /home/runner/actions-runner/_work/rascal/rascal/src/org/rascalmpl/library/util/Reflective.rsc:245,84: "No module name found for |project://rascal/src/org/rascalmpl/library/Exception.rsc|;\nsrcs=[|std:///|];\nlibs=[|memory://myTestLibrary/resources/|]"
	at org.rascalmpl.interpreter.control_exceptions.ControlException.reallyFillInStackTrace(ControlException.java:42)
	at org.rascalmpl.exceptions.Throw.fillInStackTrace(Throw.java:138)
	at java.base/java.lang.Throwable.<init>(Throwable.java:270)
	at java.base/java.lang.Exception.<init>(Exception.java:66)
	at java.base/java.lang.RuntimeException.<init>(RuntimeException.java:62)
	at org.rascalmpl.interpreter.control_exceptions.ControlException.<init>(ControlException.java:25)
	at org.rascalmpl.exceptions.Throw.<init>(Throw.java:51)
	at org.rascalmpl.semantics.dynamic.Statement$Throw.interpret(Statement.java:919)
	at org.rascalmpl.interpreter.result.RascalFunction.runBody(RascalFunction.java:384)
	at org.rascalmpl.interpreter.result.RascalFunction.call(RascalFunction.java:325)
	at org.rascalmpl.semantics.dynamic.Expression$CallOrTree.interpret(Expression.java:541)
	at org.rascalmpl.semantics.dynamic.Expression$Equals.interpret(Expression.java:817)
	at org.rascalmpl.semantics.dynamic.Statement$Expression.interpret(Statement.java:366)
	at org.rascalmpl.semantics.dynamic.Statement$Return.interpret(Statement.java:783)
	at org.rascalmpl.interpreter.result.RascalFunction.runBody(RascalFunction.java:384)
	at org.rascalmpl.interpreter.result.RascalFunction.call(RascalFunction.java:293)
	at org.rascalmpl.interpreter.TestEvaluator.lambda$runTests$0(TestEvaluator.java:119)
	at org.rascalmpl.test.infrastructure.QuickCheck.test(QuickCheck.java:111)
	at org.rascalmpl.interpreter.TestEvaluator.lambda$runTests$1(TestEvaluator.java:117)
	at org.rascalmpl.debug.IRascalMonitor.job(IRascalMonitor.java:71)
	at org.rascalmpl.interpreter.TestEvaluator.runTests(TestEvaluator.java:93)
	at org.rascalmpl.interpreter.TestEvaluator.test(TestEvaluator.java:53)
	at org.rascalmpl.test.infrastructure.RascalJUnitParallelRecursiveTestRunner$ModuleTester.lambda$runTests$2(RascalJUnitParallelRecursiveTestRunner.java:218)
	at org.rascalmpl.debug.IRascalMonitor.job(IRascalMonitor.java:71)
	at org.rascalmpl.test.infrastructure.RascalJUnitParallelRecursiveTestRunner$ModuleTester.runTests(RascalJUnitParallelRecursiveTestRunner.java:204)
	at org.rascalmpl.test.infrastructure.RascalJUnitParallelRecursiveTestRunner$ModuleTester.run(RascalJUnitParallelRecursiveTestRunner.java:198)