File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,20 @@ def get_boolean_env(name, default=False):
133
133
WIN32 = sys .platform == "win32"
134
134
BUILD_NATIVE_IMAGE_WITH_ASSERTIONS = get_boolean_env ('BUILD_WITH_ASSERTIONS' , CI )
135
135
136
+ mx_gate .add_jacoco_excludes ([
137
+ "com.oracle.graal.python.pegparser.sst" ,
138
+ "com.oracle.graal.python.pegparser.test" ,
139
+ "com.oracle.truffle.api.staticobject.test" ,
140
+ "com.oracle.truffle.regex.tregex.test" ,
141
+ "com.oracle.truffle.tck" ,
142
+ "com.oracle.truffle.tools.chromeinspector.test" ,
143
+ "com.oracle.truffle.tools.coverage.test" ,
144
+ "com.oracle.truffle.tools.dap.test" ,
145
+ "com.oracle.truffle.tools.profiler.test" ,
146
+ "org.graalvm.tools.insight.test" ,
147
+ "org.graalvm.tools.lsp.test" ,
148
+ ])
149
+
136
150
if CI and not os .environ .get ("GRAALPYTEST_FAIL_FAST" ):
137
151
os .environ ["GRAALPYTEST_FAIL_FAST" ] = "true"
138
152
You can’t perform that action at this time.
0 commit comments