Skip to content

Commit 3ffb313

Browse files
Automatic merge of master into galahad
2 parents a426f60 + be8d0ec commit 3ffb313

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

substratevm/mx.substratevm/mx_substratevm_benchmark.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,7 @@ def skip_agent_assertions(self, benchmark, args):
235235

236236
def build_assertions(self, benchmark, is_gate):
237237
build_assertions = super(RenaissanceNativeImageBenchmarkSuite, self).build_assertions(benchmark, is_gate)
238-
if benchmark == 'db-shootout' and is_gate:
239-
# We are skipping build assertions in this package due to a problem with reflective access to a fields
240-
# annotated with InjectAccessors (GR-36056).
241-
return build_assertions + ['-J-da:com.oracle.svm.hosted.ameta.AnalysisConstantReflectionProvider']
242-
else:
243-
return build_assertions
238+
return build_assertions
244239

245240
def extra_image_build_argument(self, benchmark, args):
246241
default_args = _RENAISSANCE_EXTRA_IMAGE_BUILD_ARGS[benchmark] if benchmark in _RENAISSANCE_EXTRA_IMAGE_BUILD_ARGS else []

0 commit comments

Comments
 (0)