# HG changeset patch # User Doug Simon # Date 1367007561 -7200 # Node ID cdc21fd3d38967c5ea126bcdf8dd0a6d67c0231d # Parent e8dc8748f4155abb7d9054238f86e94414ba8d31 removed obsolete JaCoCo inclusion filter diff -r e8dc8748f415 -r cdc21fd3d389 mx/commands.py --- a/mx/commands.py Fri Apr 26 22:18:59 2013 +0200 +++ b/mx/commands.py Fri Apr 26 22:19:21 2013 +0200 @@ -749,7 +749,7 @@ excludes += _find_classes_with_annotations(p, None, ['@Snippet', '@ClassSubstitution', '@Test'], includeInnerClasses=True).keys() excludes += p.find_classes_with_matching_source_line(None, lambda line: 'JaCoCo Exclude' in line, includeInnerClasses=True).keys() - includes = ['com.oracle.graal.*', 'com.oracle.max.*'] + includes = ['com.oracle.graal.*'] agentOptions = { 'append' : 'true' if _jacoco == 'append' else 'false', 'bootclasspath' : 'true',