Relates :
|
|
Relates :
|
compiler/rtm tests use compiler.testlibrary.rtm.predicate.* predicates to check if test should be executed or not. If test is not considered to be run it will do nothing and marked as passed. It will be better to don't run such tests at all. The fix is to use proper "@requires" .
|